diff options
author | demon <demon@FreeBSD.org> | 2005-09-06 02:48:05 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2005-09-06 02:48:05 +0800 |
commit | 464594dfbe8d547e55fd9b70c338ea252dc20b41 (patch) | |
tree | f656fc4f6562c3acf77b6f7f4ffc3fad153b7a3a /archivers | |
parent | 4600d36628f63d4999580f93e1884577f67684e9 (diff) | |
download | freebsd-ports-gnome-464594dfbe8d547e55fd9b70c338ea252dc20b41.tar.gz freebsd-ports-gnome-464594dfbe8d547e55fd9b70c338ea252dc20b41.tar.zst freebsd-ports-gnome-464594dfbe8d547e55fd9b70c338ea252dc20b41.zip |
Update to version 1.37.
PR: 85749
Submitted by: leeym
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 |