summaryrefslogtreecommitdiff
path: root/mail/amavis-perl
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-12-09 14:17:41 +0000
committerobache <obache@pkgsrc.org>2013-12-09 14:17:41 +0000
commitc1522519b646750987810a08413a83d66de13537 (patch)
treecb3e9b5798f6683a2dd220782d0a35df112806fa /mail/amavis-perl
parent69575166e088e2a3bca09925d372c98adf66202a (diff)
downloadpkgsrc-c1522519b646750987810a08413a83d66de13537.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 'mail/amavis-perl')
-rw-r--r--mail/amavis-perl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/amavis-perl/Makefile b/mail/amavis-perl/Makefile
index af477750d00..c5e2785017e 100644
--- a/mail/amavis-perl/Makefile
+++ b/mail/amavis-perl/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2013/05/31 12:41:12 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2013/12/09 14:17:48 obache Exp $
DISTNAME= amavisd-${VERSION}
PKGNAME= amavis-perl-${VERSION}
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= mail security
MASTER_SITES= http://www.amavis.org/dist/perl/ \
${MASTER_SITE_SOURCEFORGE:=amavis/}
@@ -24,9 +24,9 @@ DEPENDS+= lha-[0-9]*:../../archivers/lha
DEPENDS+= zoo-[0-9]*:../../archivers/zoo
DEPENDS+= freeze-[0-9]*:../../archivers/freeze
DEPENDS+= arc-[0-9]*:../../archivers/arc
-DEPENDS+= p5-Archive-Tar-[0-9]*:../../archivers/p5-Archive-Tar
+DEPENDS+= {perl>=5.9.3,p5-Archive-Tar-[0-9]*}:../../archivers/p5-Archive-Tar
DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
-DEPENDS+= p5-IO-Compress-[0-9]*:../../devel/p5-IO-Compress
+DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress #Compress::Zlib>=1.14
DEPENDS+= p5-Convert-TNEF-[0-9]*:../../converters/p5-Convert-TNEF
DEPENDS+= p5-Convert-UUlib-[0-9]*:../../converters/p5-Convert-UUlib
DEPENDS+= p5-MIME-tools>=5.313:../../mail/p5-MIME-tools