diff options
author | heinz <heinz> | 2006-03-10 20:41:41 +0000 |
---|---|---|
committer | heinz <heinz> | 2006-03-10 20:41:41 +0000 |
commit | 191f6fef373df9412b90bd970d6ee9730fc06924 (patch) | |
tree | e58b712e3df164306a932e81489c835aca9d5543 /archivers/p5-Archive-Tar | |
parent | a980867ec610623df963dae8d6613d219b6b4beb (diff) | |
download | pkgsrc-191f6fef373df9412b90bd970d6ee9730fc06924.tar.gz |
Updated to version 1.29.
Pkgsrc changes:
none
Changes since version 1.28:
===========================
- integrate bleadperl patches to generate the source files for
testing, rather than bundling them
- make extract* methods accept a::t::file objects too
- address #17624: Unnecessary calls to cwd() -- cwd() is only
called when needed
- address #17935: Archive::Tar::write('file_name') should close
or return file handle. -- filehandles are now closed
- address #17395: [PATCH] allow extract() to select files by
regexes or substrings; patch did not get integrated, but a FAQ
on how to achieve this was added to the FAQ section
- address #17310 (Archive-Tar 1.26_01 not tolerant to Archives
with Garbage) -- Garbage protection should be much improved now
Diffstat (limited to 'archivers/p5-Archive-Tar')
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 5 | ||||
-rw-r--r-- | archivers/p5-Archive-Tar/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index 52eca0404ae..260992f70d8 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2006/03/04 21:28:53 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2006/03/10 20:41:41 heinz Exp $ -DISTNAME= Archive-Tar-1.28 +DISTNAME= Archive-Tar-1.29 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5tar CATEGORIES= archivers perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/} diff --git a/archivers/p5-Archive-Tar/distinfo b/archivers/p5-Archive-Tar/distinfo index fd2e06c140e..4185c3465d5 100644 --- a/archivers/p5-Archive-Tar/distinfo +++ b/archivers/p5-Archive-Tar/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2006/02/02 21:27:12 abs Exp $ +$NetBSD: distinfo,v 1.9 2006/03/10 20:41:41 heinz Exp $ -SHA1 (Archive-Tar-1.28.tar.gz) = c2f161b6a4158c8b280138db0fbb9d9ed8120af0 -RMD160 (Archive-Tar-1.28.tar.gz) = 3bc4fe1a095a5ab67ab8526bcbadc7a8d912d93e -Size (Archive-Tar-1.28.tar.gz) = 36150 bytes +SHA1 (Archive-Tar-1.29.tar.gz) = b2a0d244ee30e19c2800ce5d38f5f0006318856e +RMD160 (Archive-Tar-1.29.tar.gz) = 27641d90cf9149baf97591fc9889e01f667389b4 +Size (Archive-Tar-1.29.tar.gz) = 38317 bytes |