diff options
author | demon <demon@FreeBSD.org> | 2005-06-20 08:03:44 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2005-06-20 08:03:44 +0000 |
commit | 6e068bb85ba8b2262b54d7af2650f6d4b7a6a75c (patch) | |
tree | b03feeab52cfc93f6bb161521724ea5e078eefe4 /archivers | |
parent | eb3f9b52f5ffe6aa9fd503099ce514b655cf48d8 (diff) | |
download | FreeBSD-ports-6e068bb85ba8b2262b54d7af2650f6d4b7a6a75c.zip FreeBSD-ports-6e068bb85ba8b2262b54d7af2650f6d4b7a6a75c.tar.gz |
Upgrade to version 1.34.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Compress-Zlib/Makefile | 2 | ||||
-rw-r--r-- | archivers/p5-Compress-Zlib/distinfo | 4 | ||||
-rw-r--r-- | archivers/p5-Compress-Zlib/files/patch-config.in | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/archivers/p5-Compress-Zlib/Makefile b/archivers/p5-Compress-Zlib/Makefile index fbe6cea..46f8e75 100644 --- a/archivers/p5-Compress-Zlib/Makefile +++ b/archivers/p5-Compress-Zlib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Compress-Zlib -PORTVERSION= 1.33 +PORTVERSION= 1.34 CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Compress diff --git a/archivers/p5-Compress-Zlib/distinfo b/archivers/p5-Compress-Zlib/distinfo index 75e3e19..ad5740b 100644 --- a/archivers/p5-Compress-Zlib/distinfo +++ b/archivers/p5-Compress-Zlib/distinfo @@ -1,2 +1,2 @@ -MD5 (Compress-Zlib-1.33.tar.gz) = 927814da77b31b5a9ace821eb3ece5fd -SIZE (Compress-Zlib-1.33.tar.gz) = 113978 +MD5 (Compress-Zlib-1.34.tar.gz) = dbdbf491f8ce66e613545c4d4e82a763 +SIZE (Compress-Zlib-1.34.tar.gz) = 144980 diff --git a/archivers/p5-Compress-Zlib/files/patch-config.in b/archivers/p5-Compress-Zlib/files/patch-config.in index 7d6a2df..050ba70 100644 --- a/archivers/p5-Compress-Zlib/files/patch-config.in +++ b/archivers/p5-Compress-Zlib/files/patch-config.in @@ -1,12 +1,12 @@ ---- config.in.orig Wed Nov 26 13:50:53 2003 -+++ config.in Tue Dec 9 16:45:10 2003 +--- config.in.orig Sun Jan 30 19:34:39 2005 ++++ config.in Mon Jun 20 12:02:24 2005 @@ -11,9 +11,9 @@ # See to the section "Controlling the version of zlib used by # Compress::Zlib" in the README file for details of how to use this file. -BUILD_ZLIB = True --INCLUDE = ./zlib-src --LIB = ./zlib-src +-INCLUDE = ./zlib-src-1.2.2 +-LIB = ./zlib-src-1.2.2 +BUILD_ZLIB = False +INCLUDE = /usr/include +LIB = /usr/lib |