diff options
author | wiz <wiz> | 2014-09-06 14:29:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-09-06 14:29:19 +0000 |
commit | 62775879aff9465068b8dd1e5662b149a8b987e6 (patch) | |
tree | fdb5e5a5cf490b525a834abb4f3090cc84d16ffd /archivers/p5-Archive-Zip/Makefile | |
parent | 879aac062afb296e10d0686ac8735a350da81076 (diff) | |
download | pkgsrc-62775879aff9465068b8dd1e5662b149a8b987e6.tar.gz |
Update to 1.38:
1.38 Tue 02 Sep 2014
- Setting unicode flag for each member when using $Archive::Zip::UNICODE [github.com/lackas]
https://rt.cpan.org/Ticket/Display.html?id=83367
Diffstat (limited to 'archivers/p5-Archive-Zip/Makefile')
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index 6baaad87086..41443d130d6 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2014/05/29 23:35:13 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2014/09/06 14:29:19 wiz Exp $ -DISTNAME= Archive-Zip-1.37 +DISTNAME= Archive-Zip-1.38 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5zip CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} |