Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2015 01:05:47 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376379 - in head/mail/spamassassin: . files
Message-ID:  <201501060105.t0615lDj058707@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Jan  6 01:05:46 2015
New Revision: 376379
URL: https://svnweb.freebsd.org/changeset/ports/376379
QAT: https://qat.redports.org/buildarchive/r376379/

Log:
  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

Modified:
  head/mail/spamassassin/Makefile
  head/mail/spamassassin/files/sa-spamd.in

Modified: head/mail/spamassassin/Makefile
==============================================================================
--- head/mail/spamassassin/Makefile	Tue Jan  6 00:31:30 2015	(r376378)
+++ head/mail/spamassassin/Makefile	Tue Jan  6 01:05:46 2015	(r376379)
@@ -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

Modified: head/mail/spamassassin/files/sa-spamd.in
==============================================================================
--- head/mail/spamassassin/files/sa-spamd.in	Tue Jan  6 00:31:30 2015	(r376378)
+++ head/mail/spamassassin/files/sa-spamd.in	Tue Jan  6 01:05:46 2015	(r376379)
@@ -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()



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501060105.t0615lDj058707>