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
This commit is contained in:
abs 2007-06-09 23:20:26 +00:00
parent 116c0f4899
commit cec5f46b9f
3 changed files with 8 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2007,v 1.1289 2007/06/09 23:19:13 abs Exp $
$NetBSD: CHANGES-2007,v 1.1290 2007/06/09 23:21:11 abs Exp $
Changes to the packages collection and infrastructure in 2007:
@ -2501,3 +2501,4 @@ Changes to the packages collection and infrastructure in 2007:
Updated www/opera to 9.21 [jdolecek 2007-06-09]
Updated devel/p5-AppConfig to 1.65 [abs 2007-06-10]
Updated devel/p5-File-HomeDir to 0.65 [abs 2007-06-10]
Updated archivers/p5-Archive-Tar to 1.32 [abs 2007-06-10]