aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-01-03 18:56:58 +0000
committerCy Schubert <cy@FreeBSD.org>2023-01-03 18:56:58 +0000
commit1f3e72b3f6f9b79ad1aa36881ff1ab8c00daaf83 (patch)
tree0b0469ca77e7aee3e84334e0dc74e4e2d735bdaa
parent7aafe102b96f777ff538e9f57c889adb401d15f4 (diff)
downloadports-1f3e72b3f6f9b79ad1aa36881ff1ab8c00daaf83.tar.gz
ports-1f3e72b3f6f9b79ad1aa36881ff1ab8c00daaf83.zip
mail/spamassassin: Fix command_interpreter regression
PR/196517, the rc script unable to find its .pid file, has returned. Restore SVN r376379 (691102663fb), fixing this bug again. PR: 196517 Reported by: ler
-rw-r--r--mail/spamassassin/Makefile1
-rw-r--r--mail/spamassassin/files/sa-spamd.in1
2 files changed, 1 insertions, 1 deletions
diff --git a/mail/spamassassin/Makefile b/mail/spamassassin/Makefile
index 06247a49d10b..4c0c3d949cec 100644
--- a/mail/spamassassin/Makefile
+++ b/mail/spamassassin/Makefile
@@ -1,5 +1,6 @@
PORTNAME= spamassassin
PORTVERSION= 4.0.0
+PORTREVISION= 1
CATEGORIES?= mail perl5
MASTER_SITES= https://archive.apache.org/dist/${PORTNAME}/source/ CPAN/Mail
DISTNAME= Mail-SpamAssassin-${PORTVERSION}
diff --git a/mail/spamassassin/files/sa-spamd.in b/mail/spamassassin/files/sa-spamd.in
index a7f37032947f..a32ae96ffb3b 100644
--- a/mail/spamassassin/files/sa-spamd.in
+++ b/mail/spamassassin/files/sa-spamd.in
@@ -40,7 +40,6 @@ restart_precmd="precmd"
pidfile=${spamd_pidfile:-"/var/run/${name}/${name}.pid"}
command=%%PREFIX%%/bin/${name}
command_args="-d -r ${pidfile}"
-command_interpreter="%%PREFIX%%/bin/perl"
required_dirs="%%PREFIX%%/share/spamassassin"
precmd()