summaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Tar/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2007-06-08 08:33:50 +0000
committerwiz <wiz>2007-06-08 08:33:50 +0000
commit18b58dbf521340f37e4b9040342fe7d7ecb772f3 (patch)
treea75197a94262529f5d82164e085b3772917542d8 /archivers/p5-Archive-Tar/Makefile
parent6becabb7eed371062c965d9efaf51f6f6b281bab (diff)
downloadpkgsrc-18b58dbf521340f37e4b9040342fe7d7ecb772f3.tar.gz
Update to 1.30:
* important changes in version 1.30 8/2/2006: - applied bleadperl patch: Subject: Change 27416: Cleanup Archive-Tar temporary test files - address #17985: INSTALLDIRS needs to be 'perl' for >= perl-5.9.3 - address #18296: Archive::Tar 1.29 PATCH for VMS to fix test case failure in 99_pod.t (it's actually a File::Find bug, but this patch works around that) - address: #18720 ([PATCH] Archive::Tar creates POSIX style tar files unnecessarily and by default, leading to compatibility problems particularly with WinZip.) patch rejected, docpatch added with FAQ and SEE ALSO - apply performance patch from #20399 to enable the user to avoid repeated calls to cwd() if desired.
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 c355986a7a4..c2dccc037f7 100644
--- a/archivers/p5-Archive-Tar/Makefile
+++ b/archivers/p5-Archive-Tar/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2006/11/05 17:10:43 joerg Exp $
+# $NetBSD: Makefile,v 1.25 2007/06/08 08:33:50 wiz Exp $
-DISTNAME= Archive-Tar-1.29
+DISTNAME= Archive-Tar-1.30
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tar
CATEGORIES= archivers perl5