diff options
author | abs <abs@pkgsrc.org> | 2007-06-09 23:20:26 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-06-09 23:20:26 +0000 |
commit | 76fda1c0abe0022b860f0430ee2cfe25c721d4df (patch) | |
tree | a129f9e1d8f4d9525f0ca9b22ba01172f13e4006 /archivers | |
parent | f793df80db3acba2184e4031ef4cffe77bb88db2 (diff) | |
download | pkgsrc-76fda1c0abe0022b860f0430ee2cfe25c721d4df.tar.gz |
Updated archivers/p5-Archive-Tar 1.30 -> 1.32:
* important changes in version 1.32 24/5/2007:
- Make Archive::Tar work nicely with perls compiled with
-Dmksymlinks. This also fixes an issue introduced in
1.31 where symlinks weren't dereferenced in all cases.
- Quell warnings when a gid is not resolvable to a group name
* important changes in version 1.31 18/5/2007:
- No longer use the t/setup.t and t/cleanup.t files but just bundle
the binary files; this was done for core integration, but the new
uupacktool.pl script means we dont have to do this anymore
_ Apply core perl Change 30997 by rgs@stcosmo on 2007/04/20 15:03:57
- Address: #27124: Unneeded warning sent when checking for file
inclusion contains_file() will no longer warn to STDERR when a file
is not contained in an archive and $WARN is set to 'true'.
- Address #26492: Dangling symlinks not preserved: Archive::Tar used
to complain about dangling symlinks, unlike standard gnu tar, which
would add them silently. This patch brings A::T's behaviour in line
with gnu tar
- Minor pod fixes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 4 | ||||
-rw-r--r-- | archivers/p5-Archive-Tar/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index c2dccc037f7..069f5957654 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2007/06/08 08:33:50 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2007/06/09 23:20:26 abs Exp $ -DISTNAME= Archive-Tar-1.30 +DISTNAME= Archive-Tar-1.32 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tar CATEGORIES= archivers perl5 diff --git a/archivers/p5-Archive-Tar/distinfo b/archivers/p5-Archive-Tar/distinfo index d90b65d5083..fa7f68b8d6f 100644 --- a/archivers/p5-Archive-Tar/distinfo +++ b/archivers/p5-Archive-Tar/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2007/06/08 08:33:51 wiz Exp $ +$NetBSD: distinfo,v 1.11 2007/06/09 23:20:26 abs Exp $ -SHA1 (Archive-Tar-1.30.tar.gz) = fb91a7249dc149bda05754d1c21b2e2321943485 -RMD160 (Archive-Tar-1.30.tar.gz) = 623d13c458676c0d50e389d3e251c6b10a34066b -Size (Archive-Tar-1.30.tar.gz) = 39749 bytes +SHA1 (Archive-Tar-1.32.tar.gz) = 1e2ce5418b9bbff79836fce79f2fd00081175023 +RMD160 (Archive-Tar-1.32.tar.gz) = 698432a64b5939b40d1c0bef0cab46ddb9217051 +Size (Archive-Tar-1.32.tar.gz) = 39522 bytes |