aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-04-30 02:58:43 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-04-30 02:58:43 +0000
commit503ccb291345cbc6c33f0d48d490e3908ccba3e5 (patch)
tree181512eb24916aaeffbdc177b3cdcbed520f1868 /mail
parentd200dc828332f9d9143148fe86905a175239138b (diff)
downloadports-503ccb291345cbc6c33f0d48d490e3908ccba3e5.tar.gz
ports-503ccb291345cbc6c33f0d48d490e3908ccba3e5.zip
Correct botched group name in plist. PORTREVISION bump for plist change.
Submitted by: Terry Kennedy
Notes
Notes: svn path=/head/; revision=385022
Diffstat (limited to 'mail')
-rw-r--r--mail/spamassassin/Makefile2
-rw-r--r--mail/spamassassin/pkg-plist2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile
index 24152d9c719c..4210b47a039a 100644
--- a/mail/spamassassin/Makefile
+++ b/mail/spamassassin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= spamassassin
PORTVERSION= 3.4.1
-PORTREVISION?= 0 # also bump japanese/spamassassin
+PORTREVISION?= 1 # also bump japanese/spamassassin
CATEGORIES?= mail perl5
MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:apache/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/}
MASTER_SITE_SUBDIR= spamassassin/source/:apache Mail/:cpan
diff --git a/mail/spamassassin/pkg-plist b/mail/spamassassin/pkg-plist
index afc3fea80abb..983404e4343f 100644
--- a/mail/spamassassin/pkg-plist
+++ b/mail/spamassassin/pkg-plist
@@ -215,7 +215,7 @@ man/man1/spamd.1.gz
@dir /var/lib/spamassassin
@dir /var/lib
@dir /var/db/spamassassin
-@dir(%%USER%%,%%GROUP,) /var/run/spamd
+@dir(%%USER%%,%%GROUP%%,) /var/run/spamd
@comment ##################################################################
@unexec [ -d /var/db/spamassassin ] && echo "If you are no longer using SpamAssassin, remove /var/db/spamassassin"
@unexec pw usershow "%%USER%%" 2>/dev/null 1>&2 && echo "To delete %%USER%% permanently, 'rmuser %%USER%%'"