aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-11-25 05:32:38 +0800
committerpat <pat@FreeBSD.org>2002-11-25 05:32:38 +0800
commitedc3177ec6e8c176c1d6a40b0efc603a1995d133 (patch)
treecc8429811aff9e38e6fae7e48f41e5e1f0fd619f /x11
parent44f466d9c9591396dc2f857318c27ab92fe0cc6f (diff)
downloadfreebsd-ports-gnome-edc3177ec6e8c176c1d6a40b0efc603a1995d133.tar.gz
freebsd-ports-gnome-edc3177ec6e8c176c1d6a40b0efc603a1995d133.tar.zst
freebsd-ports-gnome-edc3177ec6e8c176c1d6a40b0efc603a1995d133.zip
Update to 3.8.2
PR: ports/45581 Submitted by: Tod McQuillin <devin@spamcop.net>
Diffstat (limited to 'x11')
-rw-r--r--x11/dxpc/Makefile6
-rw-r--r--x11/dxpc/distinfo2
-rw-r--r--x11/dxpc/files/patch-util.H10
3 files changed, 4 insertions, 14 deletions
diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile
index 9a1fd6708e26..994fa278acc5 100644
--- a/x11/dxpc/Makefile
+++ b/x11/dxpc/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= dxpc
-PORTVERSION= 3.8.0
+PORTVERSION= 3.8.2
CATEGORIES= x11
-MASTER_SITES= http://www.vigor.nu/dxpc/3.8.0/
+MASTER_SITES= http://www.vigor.nu/dxpc/${PORTVERSION}/
-MAINTAINER= ports@freebsd.org
+MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo
diff --git a/x11/dxpc/distinfo b/x11/dxpc/distinfo
index 6d77bfdf37e6..12470eaf8d3f 100644
--- a/x11/dxpc/distinfo
+++ b/x11/dxpc/distinfo
@@ -1 +1 @@
-MD5 (dxpc-3.8.0.tar.gz) = ce5b121c824173b182daf6061175f5cd
+MD5 (dxpc-3.8.2.tar.gz) = 3fbfb0e4bf769e64d27da331ecddbc9f
diff --git a/x11/dxpc/files/patch-util.H b/x11/dxpc/files/patch-util.H
deleted file mode 100644
index 67e8ff5b1834..000000000000
--- a/x11/dxpc/files/patch-util.H
+++ /dev/null
@@ -1,10 +0,0 @@
---- util.H.orig Sun Aug 25 10:20:39 2002
-+++ util.H Sun Aug 25 10:23:01 2002
-@@ -2,6 +2,7 @@
- #define util_H
-
- #include <fstream.h>
-+#include <ostream.h>
-
- extern unsigned int GetUINT(unsigned const char *, int bigEndian);
- extern unsigned int GetULONG(unsigned const char *, int bigEndian);