diff options
-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 |