mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
mail/spamassassin: Revert command_interpreter fix for now
There is a report that defining command_interpreter actually causes problem for spamd, athought it should not. While the reason is being investigated, the previous change has been reverted per maintainer's request. PR 196517
This commit is contained in:
parent
41a4ad2969
commit
691102663f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376379
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= spamassassin
|
||||
PORTVERSION= 3.4.0
|
||||
PORTREVISION?= 16 # also bump japanese/spamassassin
|
||||
PORTREVISION?= 17 # 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
|
||||
|
@ -43,7 +43,7 @@ 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"
|
||||
#command_interpreter="%%PREFIX%%/bin/perl"
|
||||
required_dirs="%%PREFIX%%/share/spamassassin"
|
||||
|
||||
precmd()
|
||||
|
Loading…
Reference in New Issue
Block a user