pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/p5-Archive-Tar Updated to version 1.26.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae813a7a3af0
branches:  trunk
changeset: 500993:ae813a7a3af0
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sat Oct 15 20:56:03 2005 +0000

description:
Updated to version 1.26.

Pkgsrc changes:
  - Require version 1.01 of p5-IO-Zlib, as Makefile.PL suggests.
  - New prerequisite p5-Text-Diff, due to new program 'ptardiff'

Changes since version 1.22:
===========================
* important changes in version 1.26 22/8/2005:
-   the 'ptardiff' was not included in the exe_files section
    of the makefile.pl, meaning it didn't get installed by default.

* important changes in version 1.25 20/8/2005:
-   Move the changes into it's own file
-   Add patch from abeltje to make tests pass on VMS. This is *just*
    the tests -- code may need some extra work to be reliable  (#12678)
-   Add faq about accessing 'tar.Z' files, as provided by Paul Marquess
-   Add a warning if the read() call from new() fails to return data
-   Address #13636, where heuristics were 'upgrading' a file to a
    directory if the file had an @LongLink entry, and the shortened
    filename ended in a '/'.
-   Add ptardiff program as suggested by KWILLIAMS (#13658)

* important changes in version 1.24 3/5/2005:
-   Fix a bug where alternate absolute extract paths would add an
    extra directory upon extract (bug #11342)
-   Added support for 'perlio' (available for perl5.8 and up).
    See the Archive::Tar documentation for details

* important changes in version 1.23 3/12/2004:
-   03_file.t wasn't present in the MANIFEST

diffstat:

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

diffs (42 lines):

diff -r 06fc6f84d9d5 -r ae813a7a3af0 archivers/p5-Archive-Tar/Makefile
--- a/archivers/p5-Archive-Tar/Makefile Sat Oct 15 20:24:53 2005 +0000
+++ b/archivers/p5-Archive-Tar/Makefile Sat Oct 15 20:56:03 2005 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2005/09/02 23:11:50 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2005/10/15 20:56:03 heinz Exp $
 
-DISTNAME=              Archive-Tar-1.22
+DISTNAME=              Archive-Tar-1.26
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           2
 SVR4_PKGNAME=          p5tar
 CATEGORIES=            archivers perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Archive/}
@@ -11,11 +10,13 @@
 HOMEPAGE=              http://search.cpan.org/dist/Archive-Tar/
 COMMENT=               Perl5 module interface to manipulate tar files
 
-DEPENDS+=              p5-IO-Zlib-[0-9]*:../../devel/p5-IO-Zlib
+DEPENDS+=              p5-IO-Zlib>=1.01:../../devel/p5-IO-Zlib
 DEPENDS+=              p5-IO-String-[0-9]*:../../devel/p5-IO-String
+DEPENDS+=              p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
+MAKE_PARAMS+=          "-d"    # Text::Diff is a prerequisite
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Archive/Tar/.packlist
 
diff -r 06fc6f84d9d5 -r ae813a7a3af0 archivers/p5-Archive-Tar/distinfo
--- a/archivers/p5-Archive-Tar/distinfo Sat Oct 15 20:24:53 2005 +0000
+++ b/archivers/p5-Archive-Tar/distinfo Sat Oct 15 20:56:03 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2005/02/23 14:45:25 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/10/15 20:56:03 heinz Exp $
 
-SHA1 (Archive-Tar-1.22.tar.gz) = 46ddf86ea8fc77065994bff829a0bdfd9b43e241
-RMD160 (Archive-Tar-1.22.tar.gz) = afe986560d7663b2af129768e832e332b61c52c1
-Size (Archive-Tar-1.22.tar.gz) = 31051 bytes
+SHA1 (Archive-Tar-1.26.tar.gz) = d7e172d983fc9ce3ddce1c665b54fab4501db461
+RMD160 (Archive-Tar-1.26.tar.gz) = daecc9874af6d457e1644443a5b26dbd02725fb7
+Size (Archive-Tar-1.26.tar.gz) = 35070 bytes



Home | Main Index | Thread Index | Old Index