diff options
author | markus <markus@FreeBSD.org> | 2004-02-27 13:06:42 +0000 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2004-02-27 13:06:42 +0000 |
commit | a63fb1c3e2b80ecd291b225ec8e2a9a86252b27e (patch) | |
tree | 1a1f61bd708680b9f314671c1d4c553087db3f4c /net-p2p | |
parent | ee72d8c71dd2e4d9e2306f1a364d03d0aa65b184 (diff) | |
download | FreeBSD-ports-a63fb1c3e2b80ecd291b225ec8e2a9a86252b27e.zip FreeBSD-ports-a63fb1c3e2b80ecd291b225ec8e2a9a86252b27e.tar.gz |
- Update to 0.2.21
- Add SIZE to distinfo
- remove upstream applied patch
Approved by: arved (mentor)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/valknut/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/valknut/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/valknut/files/patch-main.cpp | 21 |
3 files changed, 3 insertions, 24 deletions
diff --git a/net-p2p/valknut/Makefile b/net-p2p/valknut/Makefile index 381571f..22ee6af 100644 --- a/net-p2p/valknut/Makefile +++ b/net-p2p/valknut/Makefile @@ -7,8 +7,7 @@ # PORTNAME= dcgui -PORTVERSION= 0.2.20 -PORTREVISION= 1 +PORTVERSION= 0.2.21 CATEGORIES= net MASTER_SITES= http://download.berlios.de/dcgui/ DISTNAME= dcgui-qt-${PORTVERSION} diff --git a/net-p2p/valknut/distinfo b/net-p2p/valknut/distinfo index 4c334b4..c77a295 100644 --- a/net-p2p/valknut/distinfo +++ b/net-p2p/valknut/distinfo @@ -1 +1,2 @@ -MD5 (dcgui-qt-0.2.20.tar.bz2) = c2242dd3deae9213fbf112ad7b663be2 +MD5 (dcgui-qt-0.2.21.tar.bz2) = 208176fd00286ed8f110cbe6b3cad9cc +SIZE (dcgui-qt-0.2.21.tar.bz2) = 909134 diff --git a/net-p2p/valknut/files/patch-main.cpp b/net-p2p/valknut/files/patch-main.cpp deleted file mode 100644 index 58d3d2f..0000000 --- a/net-p2p/valknut/files/patch-main.cpp +++ /dev/null @@ -1,21 +0,0 @@ - -mkdir /usr/ports/net/dcgui/files -Save the patch bellow in a file named patch-main.cpp in the new files -directory. -cd /usr/ports/net/dcgui/ && make deinstall reinstall clean - ---- patch-main.cpp begins here --- ---- dcgui/main.cpp.orig Thu Aug 21 11:55:16 2003 -+++ dcgui/main.cpp Tue Oct 14 14:02:01 2003 -@@ -182,6 +182,8 @@ - arg_0 = CString("/usr/bin/") + argv[0]; - else if ( d.IsFile( CString("/usr/local/bin/") + argv[0], FALSE ) ) - arg_0 = CString("/usr/local/bin/") + argv[0]; -+ else if ( d.IsFile( CString("/usr/X11R6/bin/") + argv[0], FALSE ) ) -+ arg_0 = CString("/usr/X11R6/bin/") + argv[0]; - else - printf("Can't resolve path for '%s'\n",argv[0]); - #endif ---- patch-main.cpp ends here --- - - |