Sun Dec 27 22:56:51 2015 UTC ()
Update p5-Archive-Zip to 1.56:

1.56 Thu 17 Dec 2015
    - fix $Archive::Zip::UNICODE issues [github/xlat]
        - on MSWin32 in methods addFile, addDirectory, addTree: the externalFileName was
          used in place of newName
        - make sure that file names are utf8 in memberNames
        - use Encode on all platform


(wiz)
diff -r1.51 -r1.52 pkgsrc/archivers/p5-Archive-Zip/Makefile
diff -r1.23 -r1.24 pkgsrc/archivers/p5-Archive-Zip/distinfo

cvs diff -r1.51 -r1.52 pkgsrc/archivers/p5-Archive-Zip/Makefile (expand / switch to unified diff)

--- pkgsrc/archivers/p5-Archive-Zip/Makefile 2015/12/06 10:54:27 1.51
+++ pkgsrc/archivers/p5-Archive-Zip/Makefile 2015/12/27 22:56:50 1.52
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.51 2015/12/06 10:54:27 wiz Exp $ 1# $NetBSD: Makefile,v 1.52 2015/12/27 22:56:50 wiz Exp $
2 2
3DISTNAME= Archive-Zip-1.55 3DISTNAME= Archive-Zip-1.56
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= archivers perl5 5CATEGORIES= archivers perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Archive-Zip/ 9HOMEPAGE= http://search.cpan.org/dist/Archive-Zip/
10COMMENT= Perl5 module interface to manipulate zip files 10COMMENT= Perl5 module interface to manipulate zip files
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13#DEPENDS+= {perl>=5.10.1,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Raw::Zlib>=2.017 13#DEPENDS+= {perl>=5.10.1,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Raw::Zlib>=2.017
14BUILD_DEPENDS+= p5-Test-MockModule-[0-9]*:../../devel/p5-Test-MockModule 14BUILD_DEPENDS+= p5-Test-MockModule-[0-9]*:../../devel/p5-Test-MockModule
 15DEPENDS+= p5-SUPER-[0-9]*:../../devel/p5-SUPER
15 16
16USE_LANGUAGES= # empty 17USE_LANGUAGES= # empty
17PERL5_PACKLIST= auto/Archive/Zip/.packlist 18PERL5_PACKLIST= auto/Archive/Zip/.packlist
18 19
19post-extract: 20post-extract:
20 rm -rf ${WRKSRC}/PaxHeader ${WRKSRC}/*/PaxHeader ${WRKSRC}/*/*/PaxHeader 21 rm -rf ${WRKSRC}/PaxHeader ${WRKSRC}/*/PaxHeader ${WRKSRC}/*/*/PaxHeader
21 22
22.include "../../lang/perl5/module.mk" 23.include "../../lang/perl5/module.mk"
23.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.23 -r1.24 pkgsrc/archivers/p5-Archive-Zip/distinfo (expand / switch to unified diff)

--- pkgsrc/archivers/p5-Archive-Zip/distinfo 2015/12/06 10:54:27 1.23
+++ pkgsrc/archivers/p5-Archive-Zip/distinfo 2015/12/27 22:56:50 1.24
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.23 2015/12/06 10:54:27 wiz Exp $ 1$NetBSD: distinfo,v 1.24 2015/12/27 22:56:50 wiz Exp $
2 2
3SHA1 (Archive-Zip-1.55.tar.gz) = bdc065fca742235eac68b12af2ee33c5b46d0c28 3SHA1 (Archive-Zip-1.56.tar.gz) = 96721d5213a6dea33ba241009478f91ac029a955
4RMD160 (Archive-Zip-1.55.tar.gz) = 18a5491e0fced014c66c7053203d994a094d1ee4 4RMD160 (Archive-Zip-1.56.tar.gz) = 794419b63aa77d2dc03e6927f12810d36de390e6
5SHA512 (Archive-Zip-1.55.tar.gz) = d1348e3b159cc5ea8f002fd01f58a36b0bd2b5e968e07b70fbb660da17db99ae41d08434cceedfeb933fdad4a4be0e72d804b0cd810c13f11df9f806cc070ce7 5SHA512 (Archive-Zip-1.56.tar.gz) = f636cfbc9cff43a153e20621ab1f155a8eb9395ae59a7d97ce1dfd6f82335f0b9600d09e37e7f3e16c1d8054bbf000a7ffcb44629337ce6a94ca0e191924e801
6Size (Archive-Zip-1.55.tar.gz) = 189966 bytes 6Size (Archive-Zip-1.56.tar.gz) = 190124 bytes