diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-09-05 18:48:05 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-09-05 18:48:05 +0000 |
commit | 08f79ca9f773ce81c7b832ca3f514a4b85d551bf (patch) | |
tree | 86a121a35514d2b32596abf271cb6c1061ebc2e9 /archivers | |
parent | cd55c58e43afe88ad2112809e5bfad23e1f76649 (diff) | |
download | ports-08f79ca9f773ce81c7b832ca3f514a4b85d551bf.tar.gz ports-08f79ca9f773ce81c7b832ca3f514a4b85d551bf.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 a8fe96b4613c..544665c24fb8 100644 --- a/archivers/p5-Compress-Zlib/Makefile +++ b/archivers/p5-Compress-Zlib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Compress-Zlib -PORTVERSION= 1.35 +PORTVERSION= 1.37 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 495e69b78611..7425c45cee61 100644 --- a/archivers/p5-Compress-Zlib/distinfo +++ b/archivers/p5-Compress-Zlib/distinfo @@ -1,2 +1,2 @@ -MD5 (Compress-Zlib-1.35.tar.gz) = 14d5ac6d14c374c4d7abba4c15ced0e3 -SIZE (Compress-Zlib-1.35.tar.gz) = 150473 +MD5 (Compress-Zlib-1.37.tar.gz) = d2333c3271378bc004a35d4ca330bfee +SIZE (Compress-Zlib-1.37.tar.gz) = 151417 diff --git a/archivers/p5-Compress-Zlib/files/patch-config.in b/archivers/p5-Compress-Zlib/files/patch-config.in index af9a0df8a98c..49778e760f07 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.3 --LIB = ./zlib-src-1.2.3 +-INCLUDE = ./zlib-src +-LIB = ./zlib-src +BUILD_ZLIB = False +INCLUDE = /usr/include +LIB = /usr/lib |