summaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Tar/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2010-02-07 16:01:30 +0000
committerwiz <wiz>2010-02-07 16:01:30 +0000
commitf228cad9effc4f75ae59ff6a1efba2287dbb04b0 (patch)
treeeb0734ffe64712462c7eba7590589d286198a71a /archivers/p5-Archive-Tar/Makefile
parent290c6c12cf6ad711970d6af9af12be0ea8017c3c (diff)
downloadpkgsrc-f228cad9effc4f75ae59ff6a1efba2287dbb04b0.tar.gz
Update to 1.56:
* important changes in version 1.56 03/02/2010 - Apply a patch from Mark Swayne that addresses RT #50471; Archive::Tar generates file headers with space padded numbers for size, mtime and checksum. This format is incompatible with some versions of the busybox implementation of tar (I am using 1.13.2), which requires 0 padded numbers (despite comments in the source that say otherwise). I've included a patch that adds a control flag that enables zero padded numbers in the header. It passes all tests with ActiveState Perl 5.8.8 on WinXP.
Diffstat (limited to 'archivers/p5-Archive-Tar/Makefile')
-rw-r--r--archivers/p5-Archive-Tar/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile
index ded273cb229..4fea414364e 100644
--- a/archivers/p5-Archive-Tar/Makefile
+++ b/archivers/p5-Archive-Tar/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2009/10/31 03:50:35 heinz Exp $
+# $NetBSD: Makefile,v 1.40 2010/02/07 16:01:30 wiz Exp $
-DISTNAME= Archive-Tar-1.54
+DISTNAME= Archive-Tar-1.56
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5tar
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}