summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-SpamAssassin
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-05-02 05:38:03 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-05-02 05:38:03 +0000
commit5a56e978cc81082306f18dfb1b14121f7cb239c1 (patch)
tree541ef302c4170d00ae919fb5b147c14d8da2a960 /mail/p5-Mail-SpamAssassin
parentRemove -DGNOME_DISABLE_DEPRECATED to fix the build with new libgnome. While (diff)
- Vilpul's Razor no longer closed for commercial use (2.81 +)
Patched Makefile to require minimum 2.81 version New DomainKeys requires DomainKeys version .80 or greater Patched Makefile for that - bump PORTREVISION - fix IGNORE warning by portlint PR: 95315 Submitted by: Michael Scheidell <scheidell AT secnap dot net>
Notes
Notes: svn path=/head/; revision=161152
Diffstat (limited to 'mail/p5-Mail-SpamAssassin')
-rw-r--r--mail/p5-Mail-SpamAssassin/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile
index 901aa607344a..487e81f3f1fc 100644
--- a/mail/p5-Mail-SpamAssassin/Makefile
+++ b/mail/p5-Mail-SpamAssassin/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Mail-SpamAssassin
PORTVERSION= 3.1.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/}
MASTER_SITE_SUBDIR= spamassassin/source/:apache Mail/:cpan
@@ -69,11 +69,11 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-P
.endif
.if defined(WITH_RAZOR)
-RUN_DEPENDS+= razor-client:${PORTSDIR}/mail/razor-agents
+RUN_DEPENDS+= razor-agents>=2.81:${PORTSDIR}/mail/razor-agents
.endif
.if defined(WITH_DOMAINKEYS)
-RUN_DEPENDS+= ${SITE_PERL}/Mail/DomainKeys.pm:${PORTSDIR}/mail/p5-Mail-DomainKeys
+RUN_DEPENDS+= p5-Mail-DomainKeys>=0.80:${PORTSDIR}/mail/p5-Mail-DomainKeys
.endif
.if defined(WITH_RELAY_COUNTRY)
@@ -211,7 +211,7 @@ post-install:
@${SED} -e 's#PREFIX#${PREFIX}#' ${PKGMESSAGE}
.if ${PERL_LEVEL} < 500600
-IGNORE= Needs perl 5.6.1 or higher, install lang/perl5.8 and try again
+IGNORE= needs perl 5.6.1 or higher, install lang/perl5.8 and try again
.endif
.if ${PERL_LEVEL} < 500800