diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-06-20 08:03:44 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-06-20 08:03:44 +0000 |
commit | 03f5436f6e347f1e10f0f60e42d1e3c95a04cc70 (patch) | |
tree | 8929d40b7c658ef708dd17f86564a89e361e3879 /archivers/p5-Compress-Zlib | |
parent | b72c8efbc6140ab644bae42bb4b152cec4b126ae (diff) | |
download | ports-03f5436f6e347f1e10f0f60e42d1e3c95a04cc70.tar.gz ports-03f5436f6e347f1e10f0f60e42d1e3c95a04cc70.zip |
Notes
Diffstat (limited to 'archivers/p5-Compress-Zlib')
-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 | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/archivers/p5-Compress-Zlib/Makefile b/archivers/p5-Compress-Zlib/Makefile index fbe6ceacb947..46f8e75ac051 100644 --- a/archivers/p5-Compress-Zlib/Makefile +++ b/archivers/p5-Compress-Zlib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Compress-Zlib -PORTVERSION= 1.33 +PORTVERSION= 1.34 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 75e3e19601b7..ad5740b1f5bd 100644 --- a/archivers/p5-Compress-Zlib/distinfo +++ b/archivers/p5-Compress-Zlib/distinfo @@ -1,2 +1,2 @@ -MD5 (Compress-Zlib-1.33.tar.gz) = 927814da77b31b5a9ace821eb3ece5fd -SIZE (Compress-Zlib-1.33.tar.gz) = 113978 +MD5 (Compress-Zlib-1.34.tar.gz) = dbdbf491f8ce66e613545c4d4e82a763 +SIZE (Compress-Zlib-1.34.tar.gz) = 144980 diff --git a/archivers/p5-Compress-Zlib/files/patch-config.in b/archivers/p5-Compress-Zlib/files/patch-config.in index 7d6a2df8b883..050ba7021479 100644 --- a/archivers/p5-Compress-Zlib/files/patch-config.in +++ b/archivers/p5-Compress-Zlib/files/patch-config.in @@ -1,12 +1,12 @@ ---- config.in.orig Wed Nov 26 13:50:53 2003 -+++ config.in Tue Dec 9 16:45:10 2003 +--- config.in.orig Sun Jan 30 19:34:39 2005 ++++ config.in Mon Jun 20 12:02:24 2005 @@ -11,9 +11,9 @@ # See to the section "Controlling the version of zlib used by # Compress::Zlib" in the README file for details of how to use this file. -BUILD_ZLIB = True --INCLUDE = ./zlib-src --LIB = ./zlib-src +-INCLUDE = ./zlib-src-1.2.2 +-LIB = ./zlib-src-1.2.2 +BUILD_ZLIB = False +INCLUDE = /usr/include +LIB = /usr/lib |