pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Compress-Raw-Zlib PkgSrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c52ae29f8020
branches:  trunk
changeset: 557130:c52ae29f8020
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Apr 11 22:35:29 2009 +0000

description:
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]

diffstat:

 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(-)

diffs (54 lines):

diff -r dcf94106ddb2 -r c52ae29f8020 devel/p5-Compress-Raw-Zlib/Makefile
--- a/devel/p5-Compress-Raw-Zlib/Makefile       Sat Apr 11 22:11:02 2009 +0000
+++ b/devel/p5-Compress-Raw-Zlib/Makefile       Sat Apr 11 22:35:29 2009 +0000
@@ -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 -r dcf94106ddb2 -r c52ae29f8020 devel/p5-Compress-Raw-Zlib/distinfo
--- a/devel/p5-Compress-Raw-Zlib/distinfo       Sat Apr 11 22:11:02 2009 +0000
+++ b/devel/p5-Compress-Raw-Zlib/distinfo       Sat Apr 11 22:35:29 2009 +0000
@@ -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 -r dcf94106ddb2 -r c52ae29f8020 devel/p5-Compress-Raw-Zlib/patches/patch-aa
--- a/devel/p5-Compress-Raw-Zlib/patches/patch-aa       Sat Apr 11 22:11:02 2009 +0000
+++ b/devel/p5-Compress-Raw-Zlib/patches/patch-aa       Sat Apr 11 22:35:29 2009 +0000
@@ -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 @@
 +        : (LIBS => [ "-L$ZLIB_LIB $ENV{'COMPILER_RPATH_FLAG'}$ZLIB_LIB -lz " ])
      ),
        
-     (
+     INSTALLDIRS => ($] >= 5.009 ? 'perl' : 'site'),



Home | Main Index | Thread Index | Old Index