From 86a332232891df995de4ff841687af61f19e7750 Mon Sep 17 00:00:00 2001 From: lawrance Date: Fri, 16 Dec 2005 05:05:47 +0000 Subject: - Add missing dependency on p5-libwww (bump PORTREVISION). This had prevented sa-update from working. - Add note to pkg-message regarding post-install configuration. PR: ports/87933 [1], ports/90090 [2] Submitted by: Igor Roshchin [1], grog [2] Approved by: perl (maintainer, timeout 6 weeks) --- mail/p5-Mail-SpamAssassin/Makefile | 5 +++-- mail/p5-Mail-SpamAssassin/pkg-message | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'mail/p5-Mail-SpamAssassin') diff --git a/mail/p5-Mail-SpamAssassin/Makefile b/mail/p5-Mail-SpamAssassin/Makefile index 5cc971f94d2..bd1ba1c18d9 100644 --- a/mail/p5-Mail-SpamAssassin/Makefile +++ b/mail/p5-Mail-SpamAssassin/Makefile @@ -7,7 +7,7 @@ PORTNAME= Mail-SpamAssassin PORTVERSION= 3.1.0 -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 @@ -20,7 +20,8 @@ COMMENT= A highly efficient mail filter for identifying spam BUILD_DEPENDS= p5-Net-DNS>=0.53:${PORTSDIR}/dns/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} +RUN_DEPENDS= ${BUILD_DEPENDS} \ + ${SITE_PERL}/Bundle/LWP.pm:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= yes CONFIGURE_ARGS= SYSCONFDIR="${PREFIX}/etc" \ diff --git a/mail/p5-Mail-SpamAssassin/pkg-message b/mail/p5-Mail-SpamAssassin/pkg-message index 02bfd540306..3963f5c5c3b 100644 --- a/mail/p5-Mail-SpamAssassin/pkg-message +++ b/mail/p5-Mail-SpamAssassin/pkg-message @@ -12,4 +12,10 @@ * this version of SpamAssassin for important information * * regarding changes in this version. * * * +* SpamAssassin may require additional configuration in * +* PREFIX/mail/etc/spamassassin/init.pre depending on * +* the options you have installed. Otherwise, annoying * +* (but harmless) error messages may result. Read the * +* files listed above. * +* * ************************************************************************* -- cgit