summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorobache <obache>2013-12-09 14:17:41 +0000
committerobache <obache>2013-12-09 14:17:41 +0000
commit6d099479482056adfc66dbb08690849831ffacb6 (patch)
treecb3e9b5798f6683a2dd220782d0a35df112806fa /mail
parentc236e9247714297ef27d153abd4fbb9bf49978af (diff)
downloadpkgsrc-6d099479482056adfc66dbb08690849831ffacb6.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')
-rw-r--r--mail/YoSucker/Makefile6
-rw-r--r--mail/amavis-perl/Makefile8
-rw-r--r--mail/amavisd-new/Makefile12
-rw-r--r--mail/anomy-sanitizer/Makefile8
-rw-r--r--mail/demime/Makefile6
-rw-r--r--mail/fetchyahoo/Makefile6
-rw-r--r--mail/grepmail/Makefile6
-rw-r--r--mail/imapsync/Makefile5
-rw-r--r--mail/mimedefang/Makefile6
-rw-r--r--mail/opendmarc/Makefile5
-rw-r--r--mail/p5-App-Siesh/Makefile8
-rw-r--r--mail/p5-Email-Date/Makefile5
-rw-r--r--mail/p5-Email-MIME-Encodings/Makefile5
-rw-r--r--mail/p5-IMAP-Client/Makefile6
-rw-r--r--mail/p5-MIME-Lite/Makefile6
-rw-r--r--mail/p5-MIME-tools/Makefile8
-rw-r--r--mail/p5-Mail-Box/Makefile6
-rw-r--r--mail/p5-Mail-DKIM/Makefile8
-rw-r--r--mail/p5-Mail-IMAPClient/Makefile7
-rw-r--r--mail/p5-Mail-RFC822-Address/Makefile8
-rw-r--r--mail/p5-Mail-SRS/Makefile8
-rw-r--r--mail/p5-Mail-Sender-Easy/Makefile6
-rw-r--r--mail/p5-Mail-Sender/Makefile6
-rw-r--r--mail/p5-Mail-Sendmail/Makefile6
-rw-r--r--mail/p5-razor-agents/Makefile6
-rw-r--r--mail/spamassassin/Makefile14
-rw-r--r--mail/sympa/Makefile9
27 files changed, 96 insertions, 94 deletions
diff --git a/mail/YoSucker/Makefile b/mail/YoSucker/Makefile
index 14041bd818b..55b25d05511 100644
--- a/mail/YoSucker/Makefile
+++ b/mail/YoSucker/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2013/05/31 12:41:12 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2013/12/09 14:17:48 obache Exp $
#
DISTNAME= YoSucker-pr37
PKGNAME= ${DISTNAME:S/pr//}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yosucker/}
@@ -12,7 +12,7 @@ HOMEPAGE= http://yosucker.sourceforge.net/
COMMENT= Download mails from Yahoo webmail into mbox
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
-DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
+DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
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
diff --git a/mail/amavisd-new/Makefile b/mail/amavisd-new/Makefile
index c90150ebbed..9d326252f2c 100644
--- a/mail/amavisd-new/Makefile
+++ b/mail/amavisd-new/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2013/07/12 10:44:55 jperkin Exp $
+# $NetBSD: Makefile,v 1.11 2013/12/09 14:17:48 obache Exp $
DISTNAME= amavisd-new-${VERSION}${PATCHLEVEL}
PKGNAME= amavisd-new-${VERSION}${PATCHLEVEL:S/-//}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= mail security
MASTER_SITES= http://www.ijs.si/software/amavisd/ \
http://mirrors.catpipe.net/amavisd-new/ \
@@ -18,19 +18,19 @@ LICENSE= gnu-gpl-v2
VERSION= 2.7.0
PATCHLEVEL= # empty
-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>=1.14:../../archivers/p5-Archive-Zip
DEPENDS+= p5-BerkeleyDB-[0-9]*:../../databases/p5-BerkeleyDB
-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
DEPENDS+= p5-Convert-TNEF-[0-9]*:../../converters/p5-Convert-TNEF
DEPENDS+= p5-Convert-UUlib>=1.05:../../converters/p5-Convert-UUlib
-DEPENDS+= p5-Digest-MD5>=2.22:../../security/p5-Digest-MD5
+DEPENDS+= {perl>=5.8.1,p5-Digest-MD5>=2.22}:../../security/p5-Digest-MD5
DEPENDS+= p5-Mail-DKIM>=0.31:../../mail/p5-Mail-DKIM
DEPENDS+= p5-MIME-tools>=5.417:../../mail/p5-MIME-tools
DEPENDS+= p5-MailTools>=1.58:../../mail/p5-MailTools
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
DEPENDS+= p5-Net-Server>=0.88:../../net/p5-Net-Server
-DEPENDS+= p5-Time-HiRes>=1.49:../../time/p5-Time-HiRes
+DEPENDS+= {perl>=5.8.1,p5-Time-HiRes>=1.49}:../../time/p5-Time-HiRes
DEPENDS+= p5-Unix-Syslog-[0-9]*:../../sysutils/p5-Unix-Syslog
WRKSRC= ${WRKDIR}/amavisd-new-${VERSION}
diff --git a/mail/anomy-sanitizer/Makefile b/mail/anomy-sanitizer/Makefile
index 7c85183996c..cf656aa1092 100644
--- a/mail/anomy-sanitizer/Makefile
+++ b/mail/anomy-sanitizer/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2013/05/31 12:41:12 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2013/12/09 14:17:48 obache Exp $
#
DISTNAME= anomy-sanitizer-1.76
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= mail
MASTER_SITES= http://mailtools.anomy.net/dist/
@@ -10,8 +10,8 @@ MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://mailtools.anomy.net/
COMMENT= Mail message filter and sanitizer
-DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
-DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
+DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
+DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/mail/demime/Makefile b/mail/demime/Makefile
index 9618bdee0cf..8ba2131dd27 100644
--- a/mail/demime/Makefile
+++ b/mail/demime/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2013/05/31 12:41:13 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2013/12/09 14:17:48 obache Exp $
DISTNAME= demime-1.1d
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= mail textproc
MASTER_SITES= ${MASTER_SITE_FREEBSD}
DISTFILES= ${DISTNAME:S/-/./} \
@@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= http://scifi.squawk.com/demime.html
COMMENT= Tool to scrub mime from mailing lists
-DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
+DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= p5-HTML-Format-[0-9]*:../../www/p5-HTML-Format
DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
diff --git a/mail/fetchyahoo/Makefile b/mail/fetchyahoo/Makefile
index 096cb4d3a8c..b0b2082f787 100644
--- a/mail/fetchyahoo/Makefile
+++ b/mail/fetchyahoo/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2013/05/31 12:41:14 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2013/12/09 14:17:48 obache Exp $
#
DISTNAME= fetchyahoo-2.11.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= mail
MASTER_SITES= http://fetchyahoo.sourceforge.net/
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fetchyahoo/}
@@ -20,7 +20,7 @@ DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
-DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
+DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
USE_TOOLS+= perl:run
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile
index 2016ea700f3..f0efb554619 100644
--- a/mail/grepmail/Makefile
+++ b/mail/grepmail/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2013/05/31 12:41:14 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2013/12/09 14:17:48 obache Exp $
DISTNAME= grepmail-5.3033
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grepmail/}
@@ -10,7 +10,7 @@ HOMEPAGE= http://grepmail.sourceforge.net/
COMMENT= Search utility for mbox formatted files
DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip
-DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
+DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
DEPENDS+= p5-Mail-Mbox-MessageParser>=1.4001:../../mail/p5-Mail-Mbox-MessageParser
diff --git a/mail/imapsync/Makefile b/mail/imapsync/Makefile
index a6d383791e5..a98df5292f9 100644
--- a/mail/imapsync/Makefile
+++ b/mail/imapsync/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2013/08/26 10:06:15 abs Exp $
+# $NetBSD: Makefile,v 1.12 2013/12/09 14:17:48 obache Exp $
DISTNAME= imapsync-1.564
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= https://fedorahosted.org/released/imapsync/
EXTRACT_SUFX= .tgz
@@ -12,7 +13,7 @@ COMMENT= Incremental recursive IMAP transfer tool
DEPENDS+= p5-Data-Uniqid>=0:../../devel/p5-Data-Uniqid
DEPENDS+= p5-Date-Manip>=0:../../devel/p5-Date-Manip
DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
-DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
+DEPENDS+= {perl>=5.7.3,p5-Digest-MD5-[0-9]*}:../../security/p5-Digest-MD5
DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
DEPENDS+= p5-Mail-IMAPClient>=3.1.9:../../mail/p5-Mail-IMAPClient
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile
index 605824f29fd..3ac2ceb738d 100644
--- a/mail/mimedefang/Makefile
+++ b/mail/mimedefang/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2013/07/12 10:44:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.57 2013/12/09 14:17:48 obache Exp $
DISTNAME= mimedefang-2.74
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.mimedefang.org/static/
@@ -15,7 +15,7 @@ DEPENDS+= p5-HTML-Parser>=3.26:../../www/p5-HTML-Parser
DEPENDS+= p5-HTML-Tagset>=3.03:../../www/p5-HTML-Tagset
DEPENDS+= p5-IO-stringy>=2.108:../../devel/p5-IO-stringy
DEPENDS+= p5-MailTools>=1.44:../../mail/p5-MailTools
-DEPENDS+= p5-MIME-Base64>=3.03:../../converters/p5-MIME-Base64
+DEPENDS+= {perl>=5.8.6,p5-MIME-Base64>=3.03}:../../converters/p5-MIME-Base64
DEPENDS+= p5-MIME-tools>=5.413:../../mail/p5-MIME-tools
DEPENDS+= spamassassin>=2.31:../../mail/spamassassin
diff --git a/mail/opendmarc/Makefile b/mail/opendmarc/Makefile
index 5d1dc526c70..8d436a9a6dd 100644
--- a/mail/opendmarc/Makefile
+++ b/mail/opendmarc/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2013/12/05 16:00:19 pettai Exp $
+# $NetBSD: Makefile,v 1.2 2013/12/09 14:17:48 obache Exp $
DISTNAME= opendmarc-1.1.3
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opendmarc/}
@@ -11,7 +12,7 @@ LICENSE= modified-bsd
DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI
DEPENDS+= p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql
-DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp
+DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp
DEPENDS+= p5-Switch-[0-9]*:../../lang/p5-Switch
RCD_SCRIPTS= opendmarc
diff --git a/mail/p5-App-Siesh/Makefile b/mail/p5-App-Siesh/Makefile
index 3181534c167..3ac075277d0 100644
--- a/mail/p5-App-Siesh/Makefile
+++ b/mail/p5-App-Siesh/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2013/05/31 12:41:15 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2013/12/09 14:17:48 obache Exp $
DISTNAME= App-Siesh-0.21
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MD/MDOM/}
@@ -19,8 +19,8 @@ DEPENDS+= p5-IO-Prompt-[0-9]*:../../devel/p5-IO-Prompt
DEPENDS+= p5-IPC-System-Simple-[0-9]*:../../devel/p5-IPC-System-Simple
DEPENDS+= p5-Net-ManageSieve-[0-9]*:../../mail/p5-Net-ManageSieve
DEPENDS+= p5-Term-ShellUI>=0.86:../../devel/p5-Term-ShellUI
-DEPENDS+= p5-autodie-[0-9]*:../../devel/p5-autodie
-DEPENDS+= p5-parent-[0-9]*:../../devel/p5-parent
+DEPENDS+= {perl>=5.10.1,p5-autodie-[0-9]*}:../../devel/p5-autodie
+DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent
BUILD_DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
BUILD_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output
diff --git a/mail/p5-Email-Date/Makefile b/mail/p5-Email-Date/Makefile
index 101f357f7c6..026f62478ca 100644
--- a/mail/p5-Email-Date/Makefile
+++ b/mail/p5-Email-Date/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2013/09/08 10:03:03 wen Exp $
+# $NetBSD: Makefile,v 1.13 2013/12/09 14:17:48 obache Exp $
DISTNAME= Email-Date-1.104
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
@@ -12,7 +13,7 @@ LICENSE= ${PERL5_LICENSE}
DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
DEPENDS+= p5-Email-Simple>=1.9:../../mail/p5-Email-Simple
-DEPENDS+= p5-Time-Piece>=1.08:../../time/p5-Time-Piece
+DEPENDS+= {perl>=5.9.5,p5-Time-Piece>=1.08}:../../time/p5-Time-Piece
DEPENDS+= {perl>=5.14.0,p5-Time-Local>=1.07}:../../time/p5-Time-Local
DEPENDS+= p5-TimeDate>=2.27:../../time/p5-TimeDate
DEPENDS+= p5-Email-Abstract>=2.10:../../mail/p5-Email-Abstract
diff --git a/mail/p5-Email-MIME-Encodings/Makefile b/mail/p5-Email-MIME-Encodings/Makefile
index 5200d49e5ed..06030171799 100644
--- a/mail/p5-Email-MIME-Encodings/Makefile
+++ b/mail/p5-Email-MIME-Encodings/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2013/09/08 10:48:52 wen Exp $
+# $NetBSD: Makefile,v 1.12 2013/12/09 14:17:48 obache Exp $
DISTNAME= Email-MIME-Encodings-1.315
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
SVR4_PKGNAME= p5eme
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
@@ -11,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/Email-MIME-Encodings/
COMMENT= Unified interface to MIME encoding and decoding
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-MIME-Base64>=3.05:../../converters/p5-MIME-Base64
+DEPENDS+= {perl>=5.8.6,p5-MIME-Base64>=3.05}:../../converters/p5-MIME-Base64
PERL5_PACKLIST= auto/Email/MIME/Encodings/.packlist
diff --git a/mail/p5-IMAP-Client/Makefile b/mail/p5-IMAP-Client/Makefile
index 7a8b9af97f3..85223cde8a0 100644
--- a/mail/p5-IMAP-Client/Makefile
+++ b/mail/p5-IMAP-Client/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2013/05/31 12:41:17 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2013/12/09 14:17:49 obache Exp $
#
DISTNAME= IMAP-Client-0.13
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IMAP/}
@@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Perl5 module for IMAP manipulation
DEPENDS+= p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL
-DEPENDS+= p5-MIME-Base64>=0:../../converters/p5-MIME-Base64
+DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64
DEPENDS+= p5-URI-imap>=0:../../mail/p5-URI-imap
DEPENDS+= p5-URI>=0:../../www/p5-URI
diff --git a/mail/p5-MIME-Lite/Makefile b/mail/p5-MIME-Lite/Makefile
index 61395749336..ed6cc57632b 100644
--- a/mail/p5-MIME-Lite/Makefile
+++ b/mail/p5-MIME-Lite/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2013/05/31 12:41:17 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2013/12/09 14:17:49 obache Exp $
DISTNAME= MIME-Lite-3.029
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
SVR4_PKGNAME= p5mil
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
@@ -14,7 +14,7 @@ LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Email-Date-Format>=1.0:../../mail/p5-Email-Date-Format
DEPENDS+= p5-MailTools>=1.62:../../mail/p5-MailTools
-DEPENDS+= p5-MIME-Base64>=0:../../converters/p5-MIME-Base64
+DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64
# MIME::QuotedPrint is part of p5-MIME-Base64 package
DEPENDS+= p5-MIME-Types>=1.28:../../mail/p5-MIME-Types
diff --git a/mail/p5-MIME-tools/Makefile b/mail/p5-MIME-tools/Makefile
index 3962f12f31f..e65617724e1 100644
--- a/mail/p5-MIME-tools/Makefile
+++ b/mail/p5-MIME-tools/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.44 2013/05/31 12:41:17 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2013/12/09 14:17:49 obache Exp $
DISTNAME= MIME-tools-5.504
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5mit
CATEGORIES= perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
@@ -12,9 +12,9 @@ HOMEPAGE= http://search.cpan.org/dist/MIME-tools/
COMMENT= Perl5 modules for encoding and decoding MIME messages
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-File-Temp>=0.18:../../devel/p5-File-Temp
+DEPENDS+= {perl>=5.9.5,p5-File-Temp>=0.18}:../../devel/p5-File-Temp
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
-DEPENDS+= p5-MIME-Base64>=3.03:../../converters/p5-MIME-Base64
+DEPENDS+= {perl>=5.8.6,p5-MIME-Base64>=3.03}:../../converters/p5-MIME-Base64
DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools
# missing dependency in Makefile, see
# https://rt.cpan.org/Public/Bug/Display.html?id=72223
diff --git a/mail/p5-Mail-Box/Makefile b/mail/p5-Mail-Box/Makefile
index 110438fdb24..0d63e549575 100644
--- a/mail/p5-Mail-Box/Makefile
+++ b/mail/p5-Mail-Box/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2013/05/31 12:41:18 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2013/12/09 14:17:49 obache Exp $
DISTNAME= Mail-Box-2.102
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
@@ -11,7 +11,7 @@ HOMEPAGE= http://perl.overmeer.net/mailbox/
COMMENT= Set of packages which implement methods to handle e-mail
LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-Encode>=2.26:../../textproc/p5-Encode
+DEPENDS+= {perl>=5.8.9,p5-Encode>=2.26}:../../textproc/p5-Encode
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.13}:../../devel/p5-Scalar-List-Utils
diff --git a/mail/p5-Mail-DKIM/Makefile b/mail/p5-Mail-DKIM/Makefile
index 6a37d06dfdc..3db98d0d78e 100644
--- a/mail/p5-Mail-DKIM/Makefile
+++ b/mail/p5-Mail-DKIM/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2013/05/31 12:41:18 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2013/12/09 14:17:49 obache Exp $
#
DISTNAME= Mail-DKIM-0.38
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
SVR4_PKGNAME= p5mdk
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
@@ -16,9 +16,9 @@ LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.27:../../security/p5-Crypt-OpenSSL-RSA
-DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA
+DEPENDS+= {perl>=5.9.3,p5-Digest-SHA-[0-9]*}:../../security/p5-Digest-SHA
DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools
-DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
+DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
USE_LANGUAGES= # empty
diff --git a/mail/p5-Mail-IMAPClient/Makefile b/mail/p5-Mail-IMAPClient/Makefile
index 16d8200aecd..065c81b1ee0 100644
--- a/mail/p5-Mail-IMAPClient/Makefile
+++ b/mail/p5-Mail-IMAPClient/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2013/08/26 09:58:08 abs Exp $
+# $NetBSD: Makefile,v 1.37 2013/12/09 14:17:49 obache Exp $
DISTNAME= Mail-IMAPClient-3.33
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
SVR4_PKGNAME= p5mic
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
@@ -11,8 +12,8 @@ HOMEPAGE= http://search.cpan.org/dist/Mail-IMAPClient/
COMMENT= Perl5 module for talking to RFC-2060 IMAP servers
LICENSE= gnu-gpl-v2 # OR artistic
-DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp
-DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
+DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp
+DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
DEPENDS+= p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent
DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils
diff --git a/mail/p5-Mail-RFC822-Address/Makefile b/mail/p5-Mail-RFC822-Address/Makefile
index cca07bed0d0..2c79a880723 100644
--- a/mail/p5-Mail-RFC822-Address/Makefile
+++ b/mail/p5-Mail-RFC822-Address/Makefile
@@ -1,19 +1,17 @@
-# $NetBSD: Makefile,v 1.7 2013/05/31 12:41:18 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2013/12/09 14:17:49 obache Exp $
#
DISTNAME= Mail-RFC822-Address-0.3
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= pettai@NetBSD.org
-HOMEPAGE= http://search.cpan.org/~pdwarren/Mail-RFC822-Address-0.3/
+HOMEPAGE= http://search.cpan.org/dist/Mail-RFC822-Address/
COMMENT= Perl extension for validating email addresses according to RFC822
LICENSE= mit
-DEPENDS+= p5-ExtUtils-MakeMaker-[0-9]*:../../devel/p5-ExtUtils-MakeMaker
-
PERL5_PACKLIST= auto/Mail/RFC822/Address/.packlist
USE_LANGUAGES= # none
diff --git a/mail/p5-Mail-SRS/Makefile b/mail/p5-Mail-SRS/Makefile
index cd3fc0ec3fb..3f59428da57 100644
--- a/mail/p5-Mail-SRS/Makefile
+++ b/mail/p5-Mail-SRS/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2013/11/24 09:57:04 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2013/12/09 14:17:49 obache Exp $
DISTNAME= Mail-SRS-0.31
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
@@ -10,11 +10,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.libsrs2.org/
COMMENT= SMTP envelope sender rewriting for SPF-compliant forwarding
-DEPENDS+= p5-DB_File>=1.806:../../databases/p5-DB_File
+DEPENDS+= {perl>=5.8.1,p5-DB_File>=1.806}:../../databases/p5-DB_File
DEPENDS+= p5-Digest-HMAC>=1.01:../../security/p5-Digest-HMAC
DEPENDS+= p5-MLDBM>=2.01:../../databases/p5-MLDBM
#DEPENDS+= p5-Storable>=2.04:../../devel/p5-Storable
-BUILD_DEPENDS+= p5-Test-Simple>=0.40:../../devel/p5-Test-Simple
+BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0.40}:../../devel/p5-Test-Simple
PERL5_PACKLIST= auto/Mail/SRS/.packlist
diff --git a/mail/p5-Mail-Sender-Easy/Makefile b/mail/p5-Mail-Sender-Easy/Makefile
index 804359fcbc8..f0f9eb4a021 100644
--- a/mail/p5-Mail-Sender-Easy/Makefile
+++ b/mail/p5-Mail-Sender-Easy/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2013/05/31 12:41:19 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2013/12/09 14:17:49 obache Exp $
#
DISTNAME= Mail-Sender-Easy-v0.0.5
PKGNAME= p5-${DISTNAME:S:-v:-:}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DM/DMUEY/}
@@ -12,7 +12,7 @@ HOMEPAGE= http://search.cpan.org/~dmuey/Mail-Sender/
COMMENT= Simplified interface to Mail::Sender
DEPENDS+= p5-Mail-Sender>=0:../../mail/p5-Mail-Sender
-DEPENDS+= p5-version>=0:../../devel/p5-version
+DEPENDS+= {perl>=5.9.0,p5-version>=0}:../../devel/p5-version
PERL5_PACKLIST= auto/Mail/Sender/Easy/.packlist
diff --git a/mail/p5-Mail-Sender/Makefile b/mail/p5-Mail-Sender/Makefile
index 43af55127a6..e8debaa8b7f 100644
--- a/mail/p5-Mail-Sender/Makefile
+++ b/mail/p5-Mail-Sender/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2013/05/31 12:41:19 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2013/12/09 14:17:49 obache Exp $
#
DISTNAME= Mail-Sender-0.8.16
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
@@ -11,7 +11,7 @@ MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://search.cpan.org/~jenda/Mail-Sender/
COMMENT= Sending mails with attachments through an SMTP server
-DEPENDS+= p5-MIME-Base64>=0:../../converters/p5-MIME-Base64
+DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64
PERL5_PACKLIST= auto/Mail/Sender/.packlist
diff --git a/mail/p5-Mail-Sendmail/Makefile b/mail/p5-Mail-Sendmail/Makefile
index f3e4b693284..1057b37d170 100644
--- a/mail/p5-Mail-Sendmail/Makefile
+++ b/mail/p5-Mail-Sendmail/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2013/05/31 12:41:19 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2013/12/09 14:17:49 obache Exp $
DISTNAME= Mail-Sendmail-0.79
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 5
+PKGREVISION= 6
SVR4_PKGNAME= p5mse
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
@@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://alma.ch/perl/
COMMENT= Perl5 module dedicated to Sendmail
-DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
+DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
PERL5_PACKLIST= auto/Mail/Sendmail/.packlist
diff --git a/mail/p5-razor-agents/Makefile b/mail/p5-razor-agents/Makefile
index a4a1523a3a8..021e3f6ec7e 100644
--- a/mail/p5-razor-agents/Makefile
+++ b/mail/p5-razor-agents/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2013/05/31 12:41:20 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2013/12/09 14:17:49 obache Exp $
DISTNAME= razor-agents-2.85
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
+PKGREVISION= 5
SVR4_PKGNAME= p5ra
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=razor/}
@@ -16,7 +16,7 @@ LICENSE= artistic-2.0
PKG_INSTALLATION_TYPES= overwrite pkgviews
# MIME::QuotedPrint, Getopt::Long, File::Copy needed from the perl package
-DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile
index 75016e74420..1496ef9a999 100644
--- a/mail/spamassassin/Makefile
+++ b/mail/spamassassin/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.110 2013/12/04 15:14:19 jperkin Exp $
+# $NetBSD: Makefile,v 1.111 2013/12/09 14:17:49 obache Exp $
DISTNAME= Mail-SpamAssassin-3.3.2
PKGNAME= spamassassin-3.3.2
-PKGREVISION= 6
+PKGREVISION= 7
SVR4_PKGNAME= sa
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_APACHE:=spamassassin/source/}
@@ -29,16 +29,16 @@ PLIST_SUBST+= RULESARCHIVE=${RULESARCHIVE:Q}
PLIST_SUBST+= RULESARCHIVEASC=${RULESARCHIVEASC:Q}
PLIST_SUBST+= RULESARCHIVESHA=${RULESARCHIVESHA:Q}
-DEPENDS+= p5-Archive-Tar>=1.23:../../archivers/p5-Archive-Tar
-DEPENDS+= p5-DB_File-[0-9]*:../../databases/p5-DB_File
+DEPENDS+= {perl>=5.9.3,p5-Archive-Tar>=1.23}:../../archivers/p5-Archive-Tar
+DEPENDS+= {perl>=5,p5-DB_File-[0-9]*}:../../databases/p5-DB_File
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
DEPENDS+= p5-HTML-Parser>=3.43:../../www/p5-HTML-Parser
-DEPENDS+= p5-IO-Compress-[0-9]*:../../devel/p5-IO-Compress
-DEPENDS+= p5-IO-Zlib>=1.04:../../devel/p5-IO-Zlib
+DEPENDS+= {perl>=5.9.3,p5-IO-Compress-[0-9]*}:../../devel/p5-IO-Compress # Compress::Zlib>=0
+DEPENDS+= {perl>=5.9.3,p5-IO-Zlib>=1.04}:../../devel/p5-IO-Zlib
DEPENDS+= p5-NetAddr-IP>=4.007:../../net/p5-NetAddr-IP
DEPENDS+= p5-Net-DNS>=0.58:../../net/p5-Net-DNS
DEPENDS+= {p5-MIME-Base64>=2.11,perl>=5.8.0}:../../converters/p5-MIME-Base64
-DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+DEPENDS+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
USE_TOOLS+= perl
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile
index d727fac8e5d..8d570987e3c 100644
--- a/mail/sympa/Makefile
+++ b/mail/sympa/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.51 2013/07/12 10:44:58 jperkin Exp $
+# $NetBSD: Makefile,v 1.52 2013/12/09 14:17:49 obache Exp $
#
DISTNAME= sympa-6.1.11
-#PKGREVISION= 4
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= mail
MASTER_SITES= http://www.sympa.org/distribution/ \
http://www.sympa.org/distribution/old/
@@ -32,7 +31,7 @@ DEPENDS+= p5-HTML-Tree>=4.2:../../www/p5-HTML-Tree
DEPENDS+= p5-IO-Socket-SSL>=0.90:../../security/p5-IO-Socket-SSL
DEPENDS+= p5-IO-stringy>=1.0:../../devel/p5-IO-stringy
DEPENDS+= p5-Locale-libintl>=1.16:../../misc/p5-Locale-libintl
-DEPENDS+= p5-MIME-Base64>=1.0:../../converters/p5-MIME-Base64
+DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=1.0}:../../converters/p5-MIME-Base64
DEPENDS+= p5-MIME-EncWords>=1.010.101:../../mail/p5-MIME-EncWords
DEPENDS+= p5-MIME-Lite-HTML>=1.23:../../mail/p5-MIME-Lite-HTML
DEPENDS+= p5-MIME-tools>=5.209:../../mail/p5-MIME-tools
@@ -44,7 +43,7 @@ DEPENDS+= p5-Regexp-Common>=2.120:../../textproc/p5-Regexp-Common
DEPENDS+= p5-SOAP-Lite-[0-9]*:../../net/p5-SOAP-Lite
DEPENDS+= p5-Template-Toolkit>=2.20:../../www/p5-Template-Toolkit
DEPENDS+= p5-Term-ProgressBar>=2.09:../../devel/p5-Term-ProgressBar
-DEPENDS+= p5-Time-HiRes>=1.9724:../../time/p5-Time-HiRes
+DEPENDS+= {perl>=5.15.1,p5-Time-HiRes>=1.9724}:../../time/p5-Time-HiRes
DEPENDS+= p5-Unicode-LineBreak>=2012.02:../../textproc/p5-Unicode-LineBreak
DEPENDS+= p5-XML-LibXML>=1.61:../../textproc/p5-XML-LibXML
DEPENDS+= p5-libwww>=1.09:../../www/p5-libwww