diff options
author | heinz <heinz@pkgsrc.org> | 2008-07-17 17:00:24 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-07-17 17:00:24 +0000 |
commit | 082273c53de10c7ea9edf49e5333c458fe441f9c (patch) | |
tree | 02e25d801e95a859ebd8a018e709b51d05585a27 /devel/p5-Compress-Raw-Zlib | |
parent | ed701fce1eda88784bfcadcd3e7c434431f09887 (diff) | |
download | pkgsrc-082273c53de10c7ea9edf49e5333c458fe441f9c.tar.gz |
Updated to version 2.012.
Pkgsrc changes:
- The package requires at least zlib 1.2.3 (part of NetBSD 4 and up)
now, otherwise there will be complaints (grep for "needs zlib" in Zlib.xs).
- Added comment to explain why patch-aa cannot be integrated upstream.
Changes since version 2.011:
============================
2.012 15 July 2008
* Document the gzip flags that WindowBits can take.
* Allow a dictionary to be used with a raw inflate.
Needs zlib 1.2.2.1 or better.
[RT #36046]
Diffstat (limited to 'devel/p5-Compress-Raw-Zlib')
-rw-r--r-- | devel/p5-Compress-Raw-Zlib/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Compress-Raw-Zlib/distinfo | 10 | ||||
-rw-r--r-- | devel/p5-Compress-Raw-Zlib/patches/patch-aa | 5 |
3 files changed, 13 insertions, 8 deletions
diff --git a/devel/p5-Compress-Raw-Zlib/Makefile b/devel/p5-Compress-Raw-Zlib/Makefile index a02b0a2a258..ab91964c7c2 100644 --- a/devel/p5-Compress-Raw-Zlib/Makefile +++ b/devel/p5-Compress-Raw-Zlib/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2008/05/28 22:10:51 abs Exp $ +# $NetBSD: Makefile,v 1.6 2008/07/17 17:00:24 heinz Exp $ -DISTNAME= Compress-Raw-Zlib-2.011 +DISTNAME= Compress-Raw-Zlib-2.012 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5crz CATEGORIES= devel perl5 @@ -13,6 +13,8 @@ COMMENT= Perl5 module interface to the zlib compression library PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.3 + USE_LANGUAGES= c PERL5_PACKLIST= auto/Compress/Raw/Zlib/.packlist diff --git a/devel/p5-Compress-Raw-Zlib/distinfo b/devel/p5-Compress-Raw-Zlib/distinfo index 9874b4c2500..10243471c31 100644 --- a/devel/p5-Compress-Raw-Zlib/distinfo +++ b/devel/p5-Compress-Raw-Zlib/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2008/05/28 22:10:51 abs Exp $ +$NetBSD: distinfo,v 1.5 2008/07/17 17:00:24 heinz Exp $ -SHA1 (Compress-Raw-Zlib-2.011.tar.gz) = 99e1ba1b6c9c26ecff759a25208629cd35b8291d -RMD160 (Compress-Raw-Zlib-2.011.tar.gz) = 5f8fa19da09e7ae1391a227756f99fc55e23b546 -Size (Compress-Raw-Zlib-2.011.tar.gz) = 207842 bytes -SHA1 (patch-aa) = f17176f71e68e513fb9a0eb88bcc3ed43ef9b1bf +SHA1 (Compress-Raw-Zlib-2.012.tar.gz) = 3bb771db299de526749ead5a6f6897d94f74b413 +RMD160 (Compress-Raw-Zlib-2.012.tar.gz) = 1045fe12a57010d53c76bc031bd008a59d4782fd +Size (Compress-Raw-Zlib-2.012.tar.gz) = 208481 bytes +SHA1 (patch-aa) = 8e06d2dcb0e0261fe11fd9da8fb55d2f8b64318f diff --git a/devel/p5-Compress-Raw-Zlib/patches/patch-aa b/devel/p5-Compress-Raw-Zlib/patches/patch-aa index e6176db1b44..83ce31c087e 100644 --- a/devel/p5-Compress-Raw-Zlib/patches/patch-aa +++ b/devel/p5-Compress-Raw-Zlib/patches/patch-aa @@ -1,4 +1,7 @@ -$NetBSD: patch-aa,v 1.1.1.1 2007/02/02 19:08:39 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2008/07/17 17:00:24 heinz Exp $ + + Record the path to the zlib library in the executable/library. + COMPILER_RPATH_FLAG is specific to pkgsrc. --- Makefile.PL.orig 2006-07-07 16:23:00.000000000 +0000 +++ Makefile.PL |