1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

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.
This commit is contained in:
Doug Barton 2003-04-07 00:12:26 +00:00
parent 07817c5acb
commit db18b516c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78468
2 changed files with 6 additions and 4 deletions

View File

@ -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"

View File

@ -1 +1 @@
MD5 (Mail-SpamAssassin-2.50.tar.gz) = 23278812be23ad8e210275a5b95fa9f0
MD5 (Mail-SpamAssassin-2.53.tar.gz) = 7cbdfdda7fd114e8a85707eedbfc8018