Added net/p5-Net-LibIDN to be able to check idn tld as a run-dependency
and a databases/p5-BerkeleyDB as a test-dependency to let it pass more 
regression tests.
 Ok ? Comments ?
  Giovanni
Index: Makefile
===================================================================
RCS file: /var/cvs/ports/mail/p5-Mail-SpamAssassin/Makefile,v
retrieving revision 1.101
diff -u -p -r1.101 Makefile
--- Makefile    31 Oct 2017 07:41:51 -0000      1.101
+++ Makefile    5 Nov 2017 15:14:42 -0000
@@ -5,7 +5,7 @@ COMMENT=                mailfilter to identify and mar
 VER=                   3.4.1
 DISTNAME=              Mail-SpamAssassin-${VER}
 PKGNAME=               p5-${DISTNAME}
-REVISION=              7
+REVISION=              8
 RULESNAME=             Mail-SpamAssassin-rules-${VER}.r1675274.tgz
 CATEGORIES=            mail perl5
 
@@ -35,12 +35,14 @@ RUN_DEPENDS=                ${COMMON_DEPENDS} \
                        devel/re2c \
                        p5-Mail-SPF-*|p5-Mail-SPF-Query-*:mail/p5-Mail-SPF \
                        net/p5-Geo-IP \
+                       net/p5-Net-LibIDN \
                        net/p5-Net-Patricia \
                        security/gnupg \
                        textproc/p5-Encode-Detect \
                        curl-*|p5-libwww-*:net/curl \
                        www/p5-HTTP-Date
-TEST_DEPENDS=          ${RUN_DEPENDS}
+TEST_DEPENDS=          ${RUN_DEPENDS} \
+                       databases/p5-BerkeleyDB
 
 MAKE_ENV+=             CC="${CC}"
 
@@ -59,6 +61,9 @@ SUBST_VARS=           CONFDIR
 
 # test insists on creating files in $HOME
 PORTHOME=              ${WRKDIR}/temp-home
+
+# To run all tests you a  MySQL server running is needed
+TEST_IS_INTERACTIVE=   Yes
 
 DOCS=          CREDITS NOTICE README UPGRADE USAGE LICENSE TRADEMARK \
                procmailrc.example sample-nonspam.txt sample-spam.txt

Attachment: signature.asc
Description: PGP signature



Reply via email to