diff options
author | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-09 14:17:41 +0000 |
commit | c1522519b646750987810a08413a83d66de13537 (patch) | |
tree | cb3e9b5798f6683a2dd220782d0a35df112806fa /mail/grepmail/Makefile | |
parent | 69575166e088e2a3bca09925d372c98adf66202a (diff) | |
download | pkgsrc-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/grepmail/Makefile')
-rw-r--r-- | mail/grepmail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |