diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-07-22 13:49:43 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-07-22 13:49:43 +0000 |
commit | 8d36976a0096d05b8e65f447e269bc9ada6f68a0 (patch) | |
tree | 15185452478efb2f441576d213e73ef50b5b7655 /archivers | |
parent | f20587db684bc2a866832ec23f17d71b5623cf25 (diff) | |
download | ports-8d36976a0096d05b8e65f447e269bc9ada6f68a0.tar.gz ports-8d36976a0096d05b8e65f447e269bc9ada6f68a0.zip |
Notes
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 46f8e75ac051..a8fe96b4613c 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 ad5740b1f5bd..495e69b78611 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 050ba7021479..af9a0df8a98c 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 |