summaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Tar/Makefile
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 /archivers/p5-Archive-Tar/Makefile
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
Diffstat (limited to 'archivers/p5-Archive-Tar/Makefile')
-rw-r--r--archivers/p5-Archive-Tar/Makefile4
1 files changed, 2 insertions, 2 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