summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs>2007-06-09 23:20:26 +0000
committerabs <abs>2007-06-09 23:20:26 +0000
commit4ac5e734d341c89e195966fb7c9400aa2646cb55 (patch)
treea129f9e1d8f4d9525f0ca9b22ba01172f13e4006
parent85651bcbba5decf0c2a1dced9a24fbdccf687eda (diff)
downloadpkgsrc-4ac5e734d341c89e195966fb7c9400aa2646cb55.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
-rw-r--r--archivers/p5-Archive-Tar/Makefile4
-rw-r--r--archivers/p5-Archive-Tar/distinfo8
-rw-r--r--doc/CHANGES-20073
3 files changed, 8 insertions, 7 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
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007
index d2f07e60b97..d30ea75686c 100644
--- a/doc/CHANGES-2007
+++ b/doc/CHANGES-2007
@@ -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]