diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-03-26 14:59:47 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-03-26 14:59:47 +0800 |
commit | db17e007f1f810e8ead2464892e55166f15ed798 (patch) | |
tree | 5df4c776782ea4e9ee40f2e1e092f77727e797e3 | |
parent | 0d6c3cb602e506c75d9c10debed27777e0c8a6c4 (diff) | |
download | freebsd-ports-gnome-db17e007f1f810e8ead2464892e55166f15ed798.tar.gz freebsd-ports-gnome-db17e007f1f810e8ead2464892e55166f15ed798.tar.zst freebsd-ports-gnome-db17e007f1f810e8ead2464892e55166f15ed798.zip |
upgrade to 0.9.3
PR: 36322
Submitted by: maintainer
-rw-r--r-- | net-p2p/gtkhx/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/gtkhx/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/gtkhx/files/patch-configure | 11 | ||||
-rw-r--r-- | net/gtkhx/Makefile | 3 | ||||
-rw-r--r-- | net/gtkhx/distinfo | 2 | ||||
-rw-r--r-- | net/gtkhx/files/patch-configure | 11 |
6 files changed, 4 insertions, 28 deletions
diff --git a/net-p2p/gtkhx/Makefile b/net-p2p/gtkhx/Makefile index 5c90b8f517f3..13b6ebe5f5d1 100644 --- a/net-p2p/gtkhx/Makefile +++ b/net-p2p/gtkhx/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gtkhx -PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTVERSION= 0.9.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkhx diff --git a/net-p2p/gtkhx/distinfo b/net-p2p/gtkhx/distinfo index 5523d7389001..c39dd0727ad0 100644 --- a/net-p2p/gtkhx/distinfo +++ b/net-p2p/gtkhx/distinfo @@ -1 +1 @@ -MD5 (gtkhx-0.9.2.tar.gz) = 90b05bd3b4d6b25527e4f7bc4d779630 +MD5 (gtkhx-0.9.3.tar.gz) = 3ba38e64b5040b0b615087e1ef5d18fd diff --git a/net-p2p/gtkhx/files/patch-configure b/net-p2p/gtkhx/files/patch-configure deleted file mode 100644 index c5fafe9fa02b..000000000000 --- a/net-p2p/gtkhx/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Feb 19 22:14:44 2002 -+++ configure Thu Mar 14 15:37:50 2002 -@@ -4888,7 +4888,7 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- compress = yes ; LIBS="$LIBS -lz" ; -+ compress=yes ; LIBS="$LIBS -lz" ; - cat >> confdefs.h <<\EOF - #define CONFIG_COMPRESS 1 - EOF diff --git a/net/gtkhx/Makefile b/net/gtkhx/Makefile index 5c90b8f517f3..13b6ebe5f5d1 100644 --- a/net/gtkhx/Makefile +++ b/net/gtkhx/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gtkhx -PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTVERSION= 0.9.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkhx diff --git a/net/gtkhx/distinfo b/net/gtkhx/distinfo index 5523d7389001..c39dd0727ad0 100644 --- a/net/gtkhx/distinfo +++ b/net/gtkhx/distinfo @@ -1 +1 @@ -MD5 (gtkhx-0.9.2.tar.gz) = 90b05bd3b4d6b25527e4f7bc4d779630 +MD5 (gtkhx-0.9.3.tar.gz) = 3ba38e64b5040b0b615087e1ef5d18fd diff --git a/net/gtkhx/files/patch-configure b/net/gtkhx/files/patch-configure deleted file mode 100644 index c5fafe9fa02b..000000000000 --- a/net/gtkhx/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Tue Feb 19 22:14:44 2002 -+++ configure Thu Mar 14 15:37:50 2002 -@@ -4888,7 +4888,7 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- compress = yes ; LIBS="$LIBS -lz" ; -+ compress=yes ; LIBS="$LIBS -lz" ; - cat >> confdefs.h <<\EOF - #define CONFIG_COMPRESS 1 - EOF |