diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-03-26 06:59:47 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-03-26 06:59:47 +0000 |
commit | db17e007f1f810e8ead2464892e55166f15ed798 (patch) | |
tree | 5df4c776782ea4e9ee40f2e1e092f77727e797e3 /net-p2p | |
parent | 0d6c3cb602e506c75d9c10debed27777e0c8a6c4 (diff) | |
download | FreeBSD-ports-db17e007f1f810e8ead2464892e55166f15ed798.zip FreeBSD-ports-db17e007f1f810e8ead2464892e55166f15ed798.tar.gz |
upgrade to 0.9.3
PR: 36322
Submitted by: maintainer
Diffstat (limited to 'net-p2p')
-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 |
3 files changed, 2 insertions, 14 deletions
diff --git a/net-p2p/gtkhx/Makefile b/net-p2p/gtkhx/Makefile index 5c90b8f..13b6ebe 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 5523d73..c39dd07 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 c5fafe9..0000000 --- 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 |