pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc Updated archivers/p5-Archive-Tar 1.30 -> 1.32:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd0d3d6e6129
branches:  trunk
changeset: 529720:cd0d3d6e6129
user:      abs <abs%pkgsrc.org@localhost>
date:      Sat Jun 09 23:20:26 2007 +0000

description:
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:

 archivers/p5-Archive-Tar/Makefile |  4 ++--
 archivers/p5-Archive-Tar/distinfo |  8 ++++----
 doc/CHANGES-2007                  |  3 ++-
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r c6107c141662 -r cd0d3d6e6129 archivers/p5-Archive-Tar/Makefile
--- a/archivers/p5-Archive-Tar/Makefile Sat Jun 09 23:19:13 2007 +0000
+++ b/archivers/p5-Archive-Tar/Makefile Sat Jun 09 23:20:26 2007 +0000
@@ -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 -r c6107c141662 -r cd0d3d6e6129 archivers/p5-Archive-Tar/distinfo
--- a/archivers/p5-Archive-Tar/distinfo Sat Jun 09 23:19:13 2007 +0000
+++ b/archivers/p5-Archive-Tar/distinfo Sat Jun 09 23:20:26 2007 +0000
@@ -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
diff -r c6107c141662 -r cd0d3d6e6129 doc/CHANGES-2007
--- a/doc/CHANGES-2007  Sat Jun 09 23:19:13 2007 +0000
+++ b/doc/CHANGES-2007  Sat Jun 09 23:20:26 2007 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index