diff options
author | dougb <dougb@FreeBSD.org> | 2003-04-07 08:12:26 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-04-07 08:12:26 +0800 |
commit | 69c93020bfa2f03bac2e147aa10306b40c1131df (patch) | |
tree | c6cc9fddacdda32a16f92fb8051892ac55fe858b /mail | |
parent | 9f7496f47e1bf9fdbe61a10105837254b6e1a641 (diff) | |
download | freebsd-ports-gnome-69c93020bfa2f03bac2e147aa10306b40c1131df.tar.gz freebsd-ports-gnome-69c93020bfa2f03bac2e147aa10306b40c1131df.tar.zst freebsd-ports-gnome-69c93020bfa2f03bac2e147aa10306b40c1131df.zip |
Upgrade to version 2.53, which contains numerous bug fixes. See the
Changes file for more information.
Conditionalize dependency on p5-MIME-Base64 for perl < 5.8.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-SpamAssassin/Makefile | 8 | ||||
-rw-r--r-- | mail/p5-Mail-SpamAssassin/distinfo | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile index 9f0673032e99..e4e429d07b7a 100644 --- a/mail/p5-Mail-SpamAssassin/Makefile +++ b/mail/p5-Mail-SpamAssassin/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Mail-SpamAssassin -PORTVERSION= 2.50 -PORTREVISION= 1 +PORTVERSION= 2.53 CATEGORIES= mail perl5 MASTER_SITES= http://spamassassin.org/released/ \ ${MASTER_SITE_PERL_CPAN} @@ -21,7 +20,6 @@ BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS \ ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${SITE_PERL}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools RUN_DEPENDS= ${BUILD_DEPENDS} \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ razor-client:${PORTSDIR}/mail/razor-agents .include <bsd.port.pre.mk> @@ -31,6 +29,10 @@ RUN_DEPENDS+= ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser BUILD_DEPENDS+= ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser .endif +.if ${PERL_LEVEL} < 500800 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +.endif + PERL_CONFIGURE= yes CONFIGURE_ARGS+= SYSCONFDIR="${PREFIX}/etc" \ RUN_RAZOR1_TESTS="no" RUN_RAZOR2_TESTS="no" diff --git a/mail/p5-Mail-SpamAssassin/distinfo b/mail/p5-Mail-SpamAssassin/distinfo index 30bb880b877a..65d5860b55de 100644 --- a/mail/p5-Mail-SpamAssassin/distinfo +++ b/mail/p5-Mail-SpamAssassin/distinfo @@ -1 +1 @@ -MD5 (Mail-SpamAssassin-2.50.tar.gz) = 23278812be23ad8e210275a5b95fa9f0 +MD5 (Mail-SpamAssassin-2.53.tar.gz) = 7cbdfdda7fd114e8a85707eedbfc8018 |