diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-26 06:59:47 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-26 06:59:47 +0000 |
commit | a00c774372a4680c82535ac6b0e096bf26038482 (patch) | |
tree | f16b67175e94def9f08befc880c83bbe7a41e8ab /net-p2p/gtkhx | |
parent | 7f362d94d7b0a07e9b343758a57d372236f75b5f (diff) | |
download | ports-a00c774372a4680c82535ac6b0e096bf26038482.tar.gz ports-a00c774372a4680c82535ac6b0e096bf26038482.zip |
Notes
Diffstat (limited to 'net-p2p/gtkhx')
-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 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 |