diff options
author | adamw <adamw@FreeBSD.org> | 2014-12-01 05:26:35 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-12-01 05:26:35 +0800 |
commit | 54d796860c296977c7fb81e961f70b875009889e (patch) | |
tree | dadba1a53b4c0a50e8998dee93d735cfa9c5c7ee /japanese | |
parent | 844b61251659df2376b5a06e11353135141315f1 (diff) | |
download | freebsd-ports-gnome-54d796860c296977c7fb81e961f70b875009889e.tar.gz freebsd-ports-gnome-54d796860c296977c7fb81e961f70b875009889e.tar.zst freebsd-ports-gnome-54d796860c296977c7fb81e961f70b875009889e.zip |
Add a patch from SA bug #7107, to quiet warnings due to bad usage of $^V
that show up during sa-learn, sa-compile, etc.
Note that other warnings can still show up, ex.:
zoom: rule __FOR_SALE_PRC_100K will loop on SpamAssassin older than 3.3.2 running under Perl 5.12 or older, Bug 6558
While here, go with the @dir new world order. SA is not poudriere clean at this time;
/var/spool/spamd is the homedir of user spamd, so I am pretty sure it shouldn't be
listed with @dir. QA sees this as a leftover dir.
PR: 195524
Submitted by: Bernard Spil
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/spamassassin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/spamassassin/Makefile b/japanese/spamassassin/Makefile index 9626598a4df6..1fdb61a570d9 100644 --- a/japanese/spamassassin/Makefile +++ b/japanese/spamassassin/Makefile @@ -1,7 +1,7 @@ # Created by: TAOKA Fumiyoshi # $FreeBSD$ -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= japanese mail perl5 PKGNAMEPREFIX= ja- |