diff options
author | abs <abs> | 2005-10-20 17:25:38 +0000 |
---|---|---|
committer | abs <abs> | 2005-10-20 17:25:38 +0000 |
commit | 7e272115483828c127b1feb46d4a77e9b3aec82d (patch) | |
tree | 0bf02240bfb51740a5b4d26d36c5fbab91c3b49b /archivers/p5-Archive-Zip | |
parent | 909807e83327d439d952112ed57c7bc15cd06ea8 (diff) | |
download | pkgsrc-7e272115483828c127b1feb46d4a77e9b3aec82d.tar.gz |
Update archivers/p5-Archive-Zip to 1.16
1.16 Mon Jul 04 12:49:30 CDT 2005
- Grrrr...removed test that fails when installing under CPANPLUS.
1.15 Wed Jun 22 10:24:25 CDT 2005
- added fix for RT #12771 Minor nit: warning in Archive::Zip::DirectoryMember:
:contents()
- added fix for RT #13327 Formatting problem in Archive::Zip::Tree manpage
1.15_02 Sat Mar 12 09:16:30 CST 2005
- fixed dates in previous entry!
- began the process of migrating from the monolithic t/test.t to
smaller scripts using Test::More.
- started work on improving Archive::Zip's test coverage. Coverage
is now up to just over 80%.
- added error handling to writeToFileHandle
- fixed small bug in extractMember from previous version
1.15_01 Wed Mar 9 22:26:52 CST 2005
- added fix for RT #11818 extractMember method corrupts archive
- added t/pod.t to test for pod correctness
Diffstat (limited to 'archivers/p5-Archive-Zip')
-rw-r--r-- | archivers/p5-Archive-Zip/Makefile | 5 | ||||
-rw-r--r-- | archivers/p5-Archive-Zip/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile index cf5055f743d..331f86bf67b 100644 --- a/archivers/p5-Archive-Zip/Makefile +++ b/archivers/p5-Archive-Zip/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2005/09/02 23:12:49 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2005/10/20 17:25:38 abs Exp $ -DISTNAME= Archive-Zip-1.14 +DISTNAME= Archive-Zip-1.16 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5zip CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} diff --git a/archivers/p5-Archive-Zip/distinfo b/archivers/p5-Archive-Zip/distinfo index e9bf1fe7ded..e8bf60c1350 100644 --- a/archivers/p5-Archive-Zip/distinfo +++ b/archivers/p5-Archive-Zip/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 14:45:25 agc Exp $ +$NetBSD: distinfo,v 1.5 2005/10/20 17:25:38 abs Exp $ -SHA1 (Archive-Zip-1.14.tar.gz) = e4eb9af1540039ce60af9be35d27ba354bad0228 -RMD160 (Archive-Zip-1.14.tar.gz) = 302c15961268ebb173a5133fbb5c3f17d4144642 -Size (Archive-Zip-1.14.tar.gz) = 110330 bytes +SHA1 (Archive-Zip-1.16.tar.gz) = 5eadeb821341e8491014003694aeb4380f3f39ae +RMD160 (Archive-Zip-1.16.tar.gz) = aeacb97732dd13138405db49acbc851448863f58 +Size (Archive-Zip-1.16.tar.gz) = 111336 bytes |