summaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Tar/Makefile
diff options
context:
space:
mode:
authorheinz <heinz>2007-08-19 17:20:44 +0000
committerheinz <heinz>2007-08-19 17:20:44 +0000
commitc4e80b82161324f9c57313f9ba28d78dac2a4266 (patch)
tree5d9e780807e22cf7c56fd41e02984fba6cec96b2 /archivers/p5-Archive-Tar/Makefile
parent5fe835c86c5321f0ba6dfaa8d215e787f45f39f1 (diff)
downloadpkgsrc-c4e80b82161324f9c57313f9ba28d78dac2a4266.tar.gz
Updated to version 1.34.
Pkgsrc changes: - none Changes since version 1.32: =========================== * important changes in version 1.34 15/8/2007: - Address #28687: Fwd: Unespected reaction of Archive::Tar A::T didn't always handle filenames that evaluated to false (like '0') gracefully. This patch adds a few 'or defined' check to the A::T codebase and a test to ensure filenames like '0' are handeled correctly. - Apply #28407: Unicode and Archive::Tar - documentation patch as FAQ patch
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 069f5957654..4a95d3e0ca6 100644
--- a/archivers/p5-Archive-Tar/Makefile
+++ b/archivers/p5-Archive-Tar/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2007/06/09 23:20:26 abs Exp $
+# $NetBSD: Makefile,v 1.27 2007/08/19 17:20:44 heinz Exp $
-DISTNAME= Archive-Tar-1.32
+DISTNAME= Archive-Tar-1.34
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tar
CATEGORIES= archivers perl5