diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-12-16 13:05:47 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-12-16 13:05:47 +0800 |
commit | 86a332232891df995de4ff841687af61f19e7750 (patch) | |
tree | fb7ff93daab53e3ec56a66892b44585d64b998ef /mail/p5-Mail-SpamAssassin | |
parent | a44af05748631cf571bf1cc2251b9ea219aac5bf (diff) | |
download | freebsd-ports-graphics-86a332232891df995de4ff841687af61f19e7750.tar.gz freebsd-ports-graphics-86a332232891df995de4ff841687af61f19e7750.tar.zst freebsd-ports-graphics-86a332232891df995de4ff841687af61f19e7750.zip |
- 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 <str@komkon.org> [1], grog [2]
Approved by: perl (maintainer, timeout 6 weeks)
Diffstat (limited to 'mail/p5-Mail-SpamAssassin')
-rw-r--r-- | mail/p5-Mail-SpamAssassin/Makefile | 5 | ||||
-rw-r--r-- | mail/p5-Mail-SpamAssassin/pkg-message | 6 |
2 files changed, 9 insertions, 2 deletions
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. * +* * ************************************************************************* |