summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorobache <obache>2013-12-09 14:17:41 +0000
committerobache <obache>2013-12-09 14:17:41 +0000
commit992ec337135afe88ad2d1fc811a33d632523ccbd (patch)
treecb3e9b5798f6683a2dd220782d0a35df112806fa /archivers
parent08544422e9d1af565ab5c1fda1caca6d3c6242f0 (diff)
downloadpkgsrc-992ec337135afe88ad2d1fc811a33d632523ccbd.tar.gz
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-Archive-Any-Lite/Makefile9
-rw-r--r--archivers/p5-Archive-Any/Makefile6
-rw-r--r--archivers/p5-Archive-Tar/Makefile5
-rw-r--r--archivers/p5-Archive-Zip/Makefile6
4 files changed, 14 insertions, 12 deletions
diff --git a/archivers/p5-Archive-Any-Lite/Makefile b/archivers/p5-Archive-Any-Lite/Makefile
index 1950ca24552..5d2259d4b79 100644
--- a/archivers/p5-Archive-Any-Lite/Makefile
+++ b/archivers/p5-Archive-Any-Lite/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2013/08/25 06:17:35 wen Exp $
+# $NetBSD: Makefile,v 1.2 2013/12/09 14:17:41 obache Exp $
DISTNAME= Archive-Any-Lite-0.07
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}
@@ -10,11 +11,11 @@ HOMEPAGE= http://search.cpan.org/dist/Archive-Any-Lite/
COMMENT= Simple CPAN package extractor
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-Archive-Tar>=0:../../archivers/p5-Archive-Tar
+DEPENDS+= {perl>=5.9.3,p5-Archive-Tar>=0}:../../archivers/p5-Archive-Tar
DEPENDS+= p5-Archive-Zip>=0:../../archivers/p5-Archive-Zip
DEPENDS+= p5-PathTools>=0:../../devel/p5-PathTools
-DEPENDS+= p5-IO-Zlib>=0:../../devel/p5-IO-Zlib
-DEPENDS+= p5-IO-Compress>=0:../../devel/p5-IO-Compress
+DEPENDS+= {perl>=5.9.3,p5-IO-Zlib>=0}:../../devel/p5-IO-Zlib
+DEPENDS+= {perl>=5.10.1,p5-IO-Compress>=0}:../../devel/p5-IO-Compress # IO::Uncompress::Bunzip2>=0
BUILD_DEPENDS+= p5-Test-UseAllModules>=0:../../devel/p5-Test-UseAllModules
diff --git a/archivers/p5-Archive-Any/Makefile b/archivers/p5-Archive-Any/Makefile
index 9c575d8a15f..ee629ac97ac 100644
--- a/archivers/p5-Archive-Any/Makefile
+++ b/archivers/p5-Archive-Any/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2013/05/31 12:39:35 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2013/12/09 14:17:41 obache Exp $
DISTNAME= Archive-Any-0.0932
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
SVR4_PKGNAME= p5aan
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}
@@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Archive-Any/
COMMENT= Perl5 module with single interface to deal with archives
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-Archive-Tar>=0.22:../../archivers/p5-Archive-Tar
+DEPENDS+= {perl>=5.9.3,p5-Archive-Tar>=0.22}:../../archivers/p5-Archive-Tar
DEPENDS+= p5-Archive-Zip>=1.07:../../archivers/p5-Archive-Zip
DEPENDS+= p5-File-MMagic>=1.27:../../misc/p5-File-MMagic
DEPENDS+= p5-MIME-Types>=1.16:../../mail/p5-MIME-Types
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile
index 54d70ba106d..e2e4c5e68f0 100644
--- a/archivers/p5-Archive-Tar/Makefile
+++ b/archivers/p5-Archive-Tar/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.54 2013/07/15 01:13:59 wen Exp $
+# $NetBSD: Makefile,v 1.55 2013/12/09 14:17:41 obache Exp $
DISTNAME= Archive-Tar-1.92
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
SVR4_PKGNAME= p5tar
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}
@@ -11,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Archive-Tar/
COMMENT= Perl5 module interface to manipulate tar files
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-IO-Zlib>=1.01:../../devel/p5-IO-Zlib
+DEPENDS+= {perl>=5.9.3,p5-IO-Zlib>=1.01}:../../devel/p5-IO-Zlib
# IO::Compress::{Base,Gzip,Bzip2} are included since perl-5.10.1
DEPENDS+= {perl>=5.10.1,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress
DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
diff --git a/archivers/p5-Archive-Zip/Makefile b/archivers/p5-Archive-Zip/Makefile
index 62ec7a38796..326a676aa77 100644
--- a/archivers/p5-Archive-Zip/Makefile
+++ b/archivers/p5-Archive-Zip/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2013/05/31 12:39:35 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2013/12/09 14:17:41 obache Exp $
DISTNAME= Archive-Zip-1.30
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
SVR4_PKGNAME= p5zip
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Archive/}
@@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Archive-Zip/
COMMENT= Perl5 module interface to manipulate zip files
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
+DEPENDS+= {perl>=5.10.1,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Raw::Zlib>=2.017
PKG_INSTALLATION_TYPES= overwrite pkgviews