aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarkus <markus@FreeBSD.org>2004-02-27 21:06:42 +0800
committermarkus <markus@FreeBSD.org>2004-02-27 21:06:42 +0800
commita63fb1c3e2b80ecd291b225ec8e2a9a86252b27e (patch)
tree1a1f61bd708680b9f314671c1d4c553087db3f4c /net
parentee72d8c71dd2e4d9e2306f1a364d03d0aa65b184 (diff)
downloadfreebsd-ports-gnome-a63fb1c3e2b80ecd291b225ec8e2a9a86252b27e.tar.gz
freebsd-ports-gnome-a63fb1c3e2b80ecd291b225ec8e2a9a86252b27e.tar.zst
freebsd-ports-gnome-a63fb1c3e2b80ecd291b225ec8e2a9a86252b27e.zip
- Update to 0.2.21
- Add SIZE to distinfo - remove upstream applied patch Approved by: arved (mentor)
Diffstat (limited to 'net')
-rw-r--r--net/dcgui/Makefile3
-rw-r--r--net/dcgui/distinfo3
-rw-r--r--net/dcgui/files/patch-main.cpp21
-rw-r--r--net/valknut/Makefile3
-rw-r--r--net/valknut/distinfo3
-rw-r--r--net/valknut/files/patch-main.cpp21
6 files changed, 6 insertions, 48 deletions
diff --git a/net/dcgui/Makefile b/net/dcgui/Makefile
index 381571f377ef..22ee6af6c17b 100644
--- a/net/dcgui/Makefile
+++ b/net/dcgui/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/dcgui/distinfo b/net/dcgui/distinfo
index 4c334b401687..c77a295410fe 100644
--- a/net/dcgui/distinfo
+++ b/net/dcgui/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/dcgui/files/patch-main.cpp b/net/dcgui/files/patch-main.cpp
deleted file mode 100644
index 58d3d2f4ed76..000000000000
--- a/net/dcgui/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 ---
-
-
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 ---
-
-