aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-05-02 13:38:03 +0800
committerclsung <clsung@FreeBSD.org>2006-05-02 13:38:03 +0800
commita8ecf32dbf5e65652abd3d1082215a28cb9d7d5a (patch)
tree96dbedf9267629d39e827f21dc1d59950db62e9a /mail
parentd4e5c2a063b94543e3fa2e97d0c460ea0875307f (diff)
downloadfreebsd-ports-gnome-a8ecf32dbf5e65652abd3d1082215a28cb9d7d5a.tar.gz
freebsd-ports-gnome-a8ecf32dbf5e65652abd3d1082215a28cb9d7d5a.tar.zst
freebsd-ports-gnome-a8ecf32dbf5e65652abd3d1082215a28cb9d7d5a.zip
- 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>
Diffstat (limited to 'mail')
-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