From d78190ede427a5d85ceefd085be6605cb050b72a Mon Sep 17 00:00:00 2001 From: sno Date: Sat, 11 Apr 2009 22:35:29 +0000 Subject: PkgSrc changes: - Updating module to 2.017 Upstream changes: 2.017 28 March 2009 * Added 'LimitOutput' option * Removed MAN3PODS from Makefile.PL * Fixed coring issue when LimitOutput was used. * Documented Compress::Raw::Zlib::zlib_version() * Documented Compress::Raw::Zlib::deflateReset() [RT #40566] --- devel/p5-Compress-Raw-Zlib/Makefile | 5 ++--- devel/p5-Compress-Raw-Zlib/distinfo | 10 +++++----- devel/p5-Compress-Raw-Zlib/patches/patch-aa | 10 +++++----- 3 files changed, 12 insertions(+), 13 deletions(-) (limited to 'devel/p5-Compress-Raw-Zlib') diff --git a/devel/p5-Compress-Raw-Zlib/Makefile b/devel/p5-Compress-Raw-Zlib/Makefile index 4b31a377aee..724ec3b899b 100644 --- a/devel/p5-Compress-Raw-Zlib/Makefile +++ b/devel/p5-Compress-Raw-Zlib/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2008/10/19 19:17:49 he Exp $ +# $NetBSD: Makefile,v 1.9 2009/04/11 22:35:29 sno Exp $ -DISTNAME= Compress-Raw-Zlib-2.015 +DISTNAME= Compress-Raw-Zlib-2.017 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5crz CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Compress/} diff --git a/devel/p5-Compress-Raw-Zlib/distinfo b/devel/p5-Compress-Raw-Zlib/distinfo index bf4348a7d0c..67fe891cf32 100644 --- a/devel/p5-Compress-Raw-Zlib/distinfo +++ b/devel/p5-Compress-Raw-Zlib/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2008/09/11 13:20:17 he Exp $ +$NetBSD: distinfo,v 1.7 2009/04/11 22:35:29 sno Exp $ -SHA1 (Compress-Raw-Zlib-2.015.tar.gz) = 1738184cdfb443addec7560743095ed7bbfb9c3e -RMD160 (Compress-Raw-Zlib-2.015.tar.gz) = 39e04bf22d1fd0d2156971c19d28e5de468cc3cb -Size (Compress-Raw-Zlib-2.015.tar.gz) = 209006 bytes -SHA1 (patch-aa) = 8e06d2dcb0e0261fe11fd9da8fb55d2f8b64318f +SHA1 (Compress-Raw-Zlib-2.017.tar.gz) = 8160b5dda85139fb2cc395ea5350615c8a6eb00c +RMD160 (Compress-Raw-Zlib-2.017.tar.gz) = d3e6cc836d675a25f6c9548c0ee2da9b1269d920 +Size (Compress-Raw-Zlib-2.017.tar.gz) = 211983 bytes +SHA1 (patch-aa) = f8baf171da4873fc309ec6c92204bf3ad5df20a6 diff --git a/devel/p5-Compress-Raw-Zlib/patches/patch-aa b/devel/p5-Compress-Raw-Zlib/patches/patch-aa index 83ce31c087e..971995fe543 100644 --- a/devel/p5-Compress-Raw-Zlib/patches/patch-aa +++ b/devel/p5-Compress-Raw-Zlib/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.2 2008/07/17 17:00:24 heinz Exp $ +$NetBSD: patch-aa,v 1.3 2009/04/11 22:35:29 sno 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 -@@ -85,7 +85,7 @@ WriteMakefile( +--- Makefile.PL.orig 2009-03-28 23:08:40.000000000 +0000 ++++ Makefile.PL 2009-04-11 21:34:32.000000000 +0000 +@@ -79,7 +79,7 @@ ( $BUILD_ZLIB ? zlib_files($ZLIB_LIB) @@ -13,4 +13,4 @@ $NetBSD: patch-aa,v 1.2 2008/07/17 17:00:24 heinz Exp $ + : (LIBS => [ "-L$ZLIB_LIB $ENV{'COMPILER_RPATH_FLAG'}$ZLIB_LIB -lz " ]) ), - ( + INSTALLDIRS => ($] >= 5.009 ? 'perl' : 'site'), -- cgit v1.2.3