diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2004-02-27 13:06:42 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2004-02-27 13:06:42 +0000 |
commit | 7d16cc40a9d0ac0f54bf17c6ab3e02063fb11aca (patch) | |
tree | 44b7bfc5c2b10ae58d7e74271ae55506ce2c4c51 /net/valknut | |
parent | 8173766eb07a238e0cba509160393b732b4b250e (diff) | |
download | ports-7d16cc40a9d0ac0f54bf17c6ab3e02063fb11aca.tar.gz ports-7d16cc40a9d0ac0f54bf17c6ab3e02063fb11aca.zip |
- Update to 0.2.21
- Add SIZE to distinfo
- remove upstream applied patch
Approved by: arved (mentor)
Notes
Notes:
svn path=/head/; revision=102291
Diffstat (limited to 'net/valknut')
-rw-r--r-- | net/valknut/Makefile | 3 | ||||
-rw-r--r-- | net/valknut/distinfo | 3 | ||||
-rw-r--r-- | net/valknut/files/patch-main.cpp | 21 |
3 files changed, 3 insertions, 24 deletions
diff --git a/net/valknut/Makefile b/net/valknut/Makefile index 381571f377ef..22ee6af6c17b 100644 --- a/net/valknut/Makefile +++ b/net/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/valknut/distinfo b/net/valknut/distinfo index 4c334b401687..c77a295410fe 100644 --- a/net/valknut/distinfo +++ b/net/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/valknut/files/patch-main.cpp b/net/valknut/files/patch-main.cpp deleted file mode 100644 index 58d3d2f4ed76..000000000000 --- a/net/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 --- - - |