pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/p5-Archive-Zip Update p5-Archive-Zip to 1.23.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89ebf06f34f5
branches:  trunk
changeset: 543028:89ebf06f34f5
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Jun 01 14:22:15 2008 +0000

description:
Update p5-Archive-Zip to 1.23.
Based on patch provided by Zafer Aydogan via private mail.

1.23 Thu  8 Nov 2007 - Adam Kennedy
  - Temporarily skilling some failing tests on Win32 in the
    interests of toolchain sanity. (until we work out the
    real problem here)

1.22 Fri  2 Nov 2007 - Adam Kennedy
  - Fixing platform compatibility bugs in the new regression tests
    from 1.21.

1.21 Thu  1 Nov 2007 - Adam Kennedy
  - Tidying up copyright formatting a bit.
  - Disable the GPBF_HAS_DATA_DESCRIPTOR_MASK bit when auto-switching
    directory storage to STORED because of a WinZip workaround because
    the read code in Java JAR which was... ok, I really don't understand,
    but Roland from Verisign says this one extra line unbreaks JAR files,
    so I just applied it :)
  - fixed http://rt.cpan.org/Public/Bug/Display.html?id=27463 with a
    regression test - cannot add files whose entire filenames are "0".
    (SHLOMIF).
  - fixed http://rt.cpan.org/Public/Bug/Display.html?id=26384 with a
    regression test - Archive::Zip::MemberRead::getline ignores
    $INPUT_RECORD_SEPARATOR . The modified file in the bug had it to be
    reworked a bit and tests were added in the file
    08_readmember_record_sep.t.
      - Thanks to kovesp [...] sympatico.ca
      - (SHLOMIF)

1.20 Tue  5 Jun 2007 - Adam Kennedy
  - Removing dependency on File::Which due to public outburst of flaming
    on cpanra(n)tings by H.Merijn Brand. Try a simple email next time. :(
  - Embedding an entire copy of File::Which inside the tests instead as
    an alternative to compensating for the lack of build_requires.
  - Removing the docs directory.
    It only had out of date files and non-free copyrighted materials.
    The tarball was probably illegal to distribute as a result.
    (reported by Debian devs)

1.19 Internal use, public release skipped

diffstat:

 archivers/p5-Archive-Zip/Makefile |  7 +++----
 archivers/p5-Archive-Zip/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (35 lines):

diff -r 2d946da95e0c -r 89ebf06f34f5 archivers/p5-Archive-Zip/Makefile
--- a/archivers/p5-Archive-Zip/Makefile Sun Jun 01 11:25:26 2008 +0000
+++ b/archivers/p5-Archive-Zip/Makefile Sun Jun 01 14:22:15 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2008/03/08 13:51:08 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2008/06/01 14:22:15 obache Exp $
 
-DISTNAME=              Archive-Zip-1.18
+DISTNAME=              Archive-Zip-1.23
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5zip
 CATEGORIES=            archivers perl5
@@ -10,8 +10,7 @@
 HOMEPAGE=              http://search.cpan.org/dist/Archive-Zip/
 COMMENT=               Perl5 module interface to manipulate zip files
 
-DEPENDS+=              p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
-DEPENDS+=              p5-File-Which-[0-9]*:../../devel/p5-File-Which
+DEPENDS+=              p5-Compress-Zlib>=1.14:../../devel/p5-Compress-Zlib
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
diff -r 2d946da95e0c -r 89ebf06f34f5 archivers/p5-Archive-Zip/distinfo
--- a/archivers/p5-Archive-Zip/distinfo Sun Jun 01 11:25:26 2008 +0000
+++ b/archivers/p5-Archive-Zip/distinfo Sun Jun 01 14:22:15 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2007/02/27 13:56:11 wiz Exp $
+$NetBSD: distinfo,v 1.7 2008/06/01 14:22:15 obache Exp $
 
-SHA1 (Archive-Zip-1.18.tar.gz) = b3f4f405f743d9251ccd48f80b9f72a8654677e9
-RMD160 (Archive-Zip-1.18.tar.gz) = 134f19c38ff3eebc50142f0abc64a501dff58c65
-Size (Archive-Zip-1.18.tar.gz) = 224031 bytes
+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



Home | Main Index | Thread Index | Old Index