summaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Zip
diff options
context:
space:
mode:
authorhe <he>2008-09-11 12:31:18 +0000
committerhe <he>2008-09-11 12:31:18 +0000
commit5f7f63aedbce56d613af054d040f624749bf546d (patch)
tree5e83083d3bbd62231efb76aab61cbaad8992b657 /archivers/p5-Archive-Zip
parent9dec2d1ac071094efeeda595ee5d6a9118a4e808 (diff)
downloadpkgsrc-5f7f63aedbce56d613af054d040f624749bf546d.tar.gz
Update from version 1.23 to 1.24.
Upstream changes: 1.24 Sun 23 Aug 2008 - Adam Kennedy - Blatantly pander to CPANTS by adding use strict to a deprecated module - Add an explicit load of FileHandle since in some circumstances, calling GLOB->print() failed. - Fixed http://rt.cpan.org/Public/Bug/Display.html?id=25925 : - Archive-Zip wrote faulty .zip files when $\ was set (such as when running using perl -l). - Incorporated a heavily modified version of ECARROLL's test file. - Thanks for ECARROLL for reporting it, and helping with the investigation. - The fix was to convert all $fh->print(@data) to $self->_print($fh, @data) where the _print() method localizes $\ to undef. - Fixed http://rt.cpan.org/Ticket/Display.html?id=14132 : - Incorrect file permissions after extraction. - Archive-Zip did not set the file permissions correctly in extractToFileNamed(). - Added t/10_chmod.t and t/data/chmod.zip. Changed lib/Archive/Zip/Member.pm. - Reported by ak2 and jlv (Thanks!) - SHLOMIF wrote the test script. - (SHLOMIF) - Removed a double "required module" from the Archive::Zip POD. - Fixed http://rt.cpan.org/Ticket/Display.html?id=24557 ("documentation improvement"): - mentioned Archive::Zip::MemberRead in a few places. - TODO: - 1. Add a method to Archive::Zip to get a ::MemberRead from an archive member using -> notation. (?) - 2. In the POD of ::MemberRead - replace the indirect object call. - Changed the POD of ::MemberRead: - replaced the indirect object construction with $PKG->new(). - Fixed http://rt.cpan.org/Public/Bug/Display.html?id=34103 : - changed the example to read unless ( .. == AZ_OK) instead of unless ( != AZ_OK), which was incorrect.
Diffstat (limited to 'archivers/p5-Archive-Zip')
-rw-r--r--archivers/p5-Archive-Zip/Makefile4
-rw-r--r--archivers/p5-Archive-Zip/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile
index a3c6f58f05a..49f83346d70 100644
--- a/archivers/p5-Archive-Zip/Makefile
+++ b/archivers/p5-Archive-Zip/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2008/06/01 14:22:15 obache Exp $
+# $NetBSD: Makefile,v 1.24 2008/09/11 12:31:18 he Exp $
-DISTNAME= Archive-Zip-1.23
+DISTNAME= Archive-Zip-1.24
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5zip
CATEGORIES= archivers perl5
diff --git a/archivers/p5-Archive-Zip/distinfo b/archivers/p5-Archive-Zip/distinfo
index 00ea7ec72ec..118b30d1c2b 100644
--- a/archivers/p5-Archive-Zip/distinfo
+++ b/archivers/p5-Archive-Zip/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2008/06/01 14:22:15 obache Exp $
+$NetBSD: distinfo,v 1.8 2008/09/11 12:31:18 he Exp $
-SHA1 (Archive-Zip-1.23.tar.gz) = e7c88158fca8e0b043bdf129fec2ea971d2a4cc4
-RMD160 (Archive-Zip-1.23.tar.gz) = bb1d5f7169e9d38199923571e4f4d25d5128ddb3
-Size (Archive-Zip-1.23.tar.gz) = 190924 bytes
+SHA1 (Archive-Zip-1.24.tar.gz) = 7c19058909c4fb32390daf05ada67bcd933b29b4
+RMD160 (Archive-Zip-1.24.tar.gz) = 955a928e063dac6391a6e8616d1ded583424927f
+Size (Archive-Zip-1.24.tar.gz) = 193303 bytes