summaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Tar/Makefile
diff options
context:
space:
mode:
authorsno <sno>2009-03-10 17:21:27 +0000
committersno <sno>2009-03-10 17:21:27 +0000
commit5a5ac9c1b2bb644254ad44ccf05c4f387340229f (patch)
tree695c3d29ee26d82416ec06e0b3d583297af8abde /archivers/p5-Archive-Tar/Makefile
parent8bf1fee636d60c2e0482ed3526f2695e643878a9 (diff)
downloadpkgsrc-5a5ac9c1b2bb644254ad44ccf05c4f387340229f.tar.gz
pkgsrc changes:
- Updating to 1.46 Upstream changes: * important changes in version 1.46 05/03/2009: - Address: bug #43513: [PATCH] Accept wrong checksums from SunOS and HP-UX tar like GNU tar does. See here for details: http://www.gnu.org/software/tar/manual/tar.html#SEC139 - make COMPRESS_BZIP and COMPRESS_GZIP constants actually work and fix their documentation Oked by rhaen@
Diffstat (limited to 'archivers/p5-Archive-Tar/Makefile')
-rw-r--r--archivers/p5-Archive-Tar/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile
index 7bf89e5c538..00548176867 100644
--- a/archivers/p5-Archive-Tar/Makefile
+++ b/archivers/p5-Archive-Tar/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2009/02/10 14:16:28 rhaen Exp $
+# $NetBSD: Makefile,v 1.34 2009/03/10 17:21:27 sno Exp $
-DISTNAME= Archive-Tar-1.44
+DISTNAME= Archive-Tar-1.46
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tar
CATEGORIES= archivers perl5
@@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Archive-Tar/
COMMENT= Perl5 module interface to manipulate tar files
DEPENDS+= p5-IO-Zlib>=1.01:../../devel/p5-IO-Zlib
-DEPENDS+= p5-IO-Compress-Bzip2-[0-9]*:../../devel/p5-IO-Compress-Bzip2
+DEPENDS+= p5-IO-Compress-Bzip2>=2.012:../../devel/p5-IO-Compress-Bzip2
DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff