diff options
author | tron <tron@pkgsrc.org> | 2014-10-12 15:18:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2014-10-12 15:18:21 +0000 |
commit | a63eb48c9c2b870b183963e36be5585219abec07 (patch) | |
tree | 374b2e5f986e0b2f6cb01edebb2e226d710e645e /mail/spamassassin/Makefile | |
parent | 01ab2c746b79672e5c5ee0733c9af55040679db9 (diff) | |
download | pkgsrc-a63eb48c9c2b870b183963e36be5585219abec07.tar.gz |
Re-enable SPF support. The reason for disabling are no longer valid since
several years. Bump package revision because of this change.
Suggested by Petar Bogdanovic in PR pkg/49271.
Diffstat (limited to 'mail/spamassassin/Makefile')
-rw-r--r-- | mail/spamassassin/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile index dda3d0c7759..5b739929659 100644 --- a/mail/spamassassin/Makefile +++ b/mail/spamassassin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.117 2014/10/09 14:06:40 wiz Exp $ +# $NetBSD: Makefile,v 1.118 2014/10/12 15:18:21 tron Exp $ DISTNAME= Mail-SpamAssassin-3.4.0 PKGNAME= spamassassin-3.4.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_APACHE:=spamassassin/source/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -32,9 +32,10 @@ DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 DEPENDS+= p5-HTML-Parser>=3.43:../../www/p5-HTML-Parser 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-Mail-SPF-[0-9]*:../../mail/p5-Mail-SPF +DEPENDS+= {p5-MIME-Base64>=2.11,perl>=5.8.0}:../../converters/p5-MIME-Base64 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+= {perl>=5.7.3,p5-Time-HiRes-[0-9]*}:../../time/p5-Time-HiRes DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= re2c>=0.13.6:../../devel/re2c |