git: 1f3e72b3f6f9 - main - mail/spamassassin: Fix command_interpreter regression
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Jan 2023 18:59:55 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1f3e72b3f6f9b79ad1aa36881ff1ab8c00daaf83
commit 1f3e72b3f6f9b79ad1aa36881ff1ab8c00daaf83
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-01-03 18:56:58 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-01-03 18:56:58 +0000
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
---
mail/spamassassin/Makefile | 1 +
mail/spamassassin/files/sa-spamd.in | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
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()