diff options
author | demon <demon@FreeBSD.org> | 2005-07-22 13:49:43 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2005-07-22 13:49:43 +0000 |
commit | 59512ad2ba1ab1fb5955c704e3614357a9eec819 (patch) | |
tree | 60704a9c4896f3761fe13a1039d628f80978a82a /archivers | |
parent | 028fd6e55f87ef4e0d2869c2baf35b524b7ae969 (diff) | |
download | FreeBSD-ports-59512ad2ba1ab1fb5955c704e3614357a9eec819.zip FreeBSD-ports-59512ad2ba1ab1fb5955c704e3614357a9eec819.tar.gz |
Update to version 1.35.
PR: 83903
Submitted by: Andrej Zverev <az@inec.ru>
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 | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/archivers/p5-Compress-Zlib/Makefile b/archivers/p5-Compress-Zlib/Makefile index 46f8e75..a8fe96b 100644 --- a/archivers/p5-Compress-Zlib/Makefile +++ b/archivers/p5-Compress-Zlib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Compress-Zlib -PORTVERSION= 1.34 +PORTVERSION= 1.35 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 ad5740b..495e69b 100644 --- a/archivers/p5-Compress-Zlib/distinfo +++ b/archivers/p5-Compress-Zlib/distinfo @@ -1,2 +1,2 @@ -MD5 (Compress-Zlib-1.34.tar.gz) = dbdbf491f8ce66e613545c4d4e82a763 -SIZE (Compress-Zlib-1.34.tar.gz) = 144980 +MD5 (Compress-Zlib-1.35.tar.gz) = 14d5ac6d14c374c4d7abba4c15ced0e3 +SIZE (Compress-Zlib-1.35.tar.gz) = 150473 diff --git a/archivers/p5-Compress-Zlib/files/patch-config.in b/archivers/p5-Compress-Zlib/files/patch-config.in index 050ba70..af9a0df 100644 --- a/archivers/p5-Compress-Zlib/files/patch-config.in +++ b/archivers/p5-Compress-Zlib/files/patch-config.in @@ -5,8 +5,8 @@ # Compress::Zlib" in the README file for details of how to use this file. -BUILD_ZLIB = True --INCLUDE = ./zlib-src-1.2.2 --LIB = ./zlib-src-1.2.2 +-INCLUDE = ./zlib-src-1.2.3 +-LIB = ./zlib-src-1.2.3 +BUILD_ZLIB = False +INCLUDE = /usr/include +LIB = /usr/lib |