Sat Apr 20 11:44:31 2013 UTC ()
Update p5-Compress-Raw-Zlib to 2.060.

Changes from previous:
----------------------
  2.060 7 January 2013

      * Mention SimpleZip in POD

  2.059 24 November 2012

      * Copy-on-write support
        [#81353]

  2.058 12 November 2012

      * No Changes

  2.057 10 November 2012

      * Compress::Raw::Zlib needs to use PERL_NO_GET_CONTEXT
        [#80319]

      * Install to 'site' instead of 'perl' when perl version is 5.11+
        [#79812]

      * update to ppport.h that includes SvPV_nomg_nolen
        [#78079]


(hiramatsu)
diff -r1.27 -r1.28 pkgsrc/devel/p5-Compress-Raw-Zlib/Makefile
diff -r1.21 -r1.22 pkgsrc/devel/p5-Compress-Raw-Zlib/distinfo
diff -r1.3 -r1.4 pkgsrc/devel/p5-Compress-Raw-Zlib/patches/patch-aa

cvs diff -r1.27 -r1.28 pkgsrc/devel/p5-Compress-Raw-Zlib/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Compress-Raw-Zlib/Attic/Makefile 2012/10/31 11:17:52 1.27
+++ pkgsrc/devel/p5-Compress-Raw-Zlib/Attic/Makefile 2013/04/20 11:44:30 1.28
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.27 2012/10/31 11:17:52 asau Exp $ 1# $NetBSD: Makefile,v 1.28 2013/04/20 11:44:30 hiramatsu Exp $
2 2
3DISTNAME= Compress-Raw-Zlib-2.056 3DISTNAME= Compress-Raw-Zlib-2.060
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6SVR4_PKGNAME= p5crz 5SVR4_PKGNAME= p5crz
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Compress/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Compress/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Compress-Raw-Zlib/ 10HOMEPAGE= http://search.cpan.org/dist/Compress-Raw-Zlib/
12COMMENT= Perl5 module interface to the zlib compression library 11COMMENT= Perl5 module interface to the zlib compression library
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
16 15
17BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.3 16BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.3
18 17

cvs diff -r1.21 -r1.22 pkgsrc/devel/p5-Compress-Raw-Zlib/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Compress-Raw-Zlib/Attic/distinfo 2012/09/02 12:56:00 1.21
+++ pkgsrc/devel/p5-Compress-Raw-Zlib/Attic/distinfo 2013/04/20 11:44:30 1.22
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.21 2012/09/02 12:56:00 wen Exp $ 1$NetBSD: distinfo,v 1.22 2013/04/20 11:44:30 hiramatsu Exp $
2 2
3SHA1 (Compress-Raw-Zlib-2.056.tar.gz) = 0a645c9f8ff431204efa116ba1a3d85140377991 3SHA1 (Compress-Raw-Zlib-2.060.tar.gz) = 25d03dd47a209aa280a4ce6bf815bace6471ab54
4RMD160 (Compress-Raw-Zlib-2.056.tar.gz) = c0db8b000c8d0785441df32a12091f34a674bf9f 4RMD160 (Compress-Raw-Zlib-2.060.tar.gz) = a4d3d9daabf591776b78eda6dee6f88c617ba534
5Size (Compress-Raw-Zlib-2.056.tar.gz) = 225000 bytes 5Size (Compress-Raw-Zlib-2.060.tar.gz) = 236107 bytes
6SHA1 (patch-aa) = f8baf171da4873fc309ec6c92204bf3ad5df20a6 6SHA1 (patch-aa) = 4628f37765803c74024e82893d74a14e2fd20954

cvs diff -r1.3 -r1.4 pkgsrc/devel/p5-Compress-Raw-Zlib/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/devel/p5-Compress-Raw-Zlib/patches/Attic/patch-aa 2009/04/11 22:35:29 1.3
+++ pkgsrc/devel/p5-Compress-Raw-Zlib/patches/Attic/patch-aa 2013/04/20 11:44:30 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1$NetBSD: patch-aa,v 1.3 2009/04/11 22:35:29 sno Exp $ 1$NetBSD: patch-aa,v 1.4 2013/04/20 11:44:30 hiramatsu Exp $
2 2
3 Record the path to the zlib library in the executable/library. 3 Record the path to the zlib library in the executable/library.
4 COMPILER_RPATH_FLAG is specific to pkgsrc. 4 COMPILER_RPATH_FLAG is specific to pkgsrc.
5 5
6--- Makefile.PL.orig 2009-03-28 23:08:40.000000000 +0000 6--- Makefile.PL.orig 2013-04-20 17:56:07.000000000 +0900
7+++ Makefile.PL 2009-04-11 21:34:32.000000000 +0000 7+++ Makefile.PL 2013-04-20 17:57:05.000000000 +0900
8@@ -79,7 +79,7 @@ 8@@ -79,7 +79,7 @@
9 ( 9 (
10 $BUILD_ZLIB 10 $BUILD_ZLIB
11 ? zlib_files($ZLIB_LIB) 11 ? zlib_files($ZLIB_LIB)
12- : (LIBS => [ "-L$ZLIB_LIB -lz " ]) 12- : (LIBS => [ "-L$ZLIB_LIB -lz " ])
13+ : (LIBS => [ "-L$ZLIB_LIB $ENV{'COMPILER_RPATH_FLAG'}$ZLIB_LIB -lz " ]) 13+ : (LIBS => [ "-L$ZLIB_LIB $ENV{'COMPILER_RPATH_FLAG'}$ZLIB_LIB -lz " ])
14 ), 14 ),
15  15
16 INSTALLDIRS => ($] >= 5.009 ? 'perl' : 'site'), 16 INSTALLDIRS => ($] >= 5.009 && $] < 5.011 ? 'perl' : 'site'),