Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2015 09:43:32 +0000 (UTC)
From:      =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396559 - in head/mail/spampd: . files
Message-ID:  <201509100943.t8A9hWwK011169@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Thu Sep 10 09:43:31 2015
New Revision: 396559
URL: https://svnweb.freebsd.org/changeset/ports/396559

Log:
  Previous commit unintentionally disabled taint mode.

Modified:
  head/mail/spampd/Makefile
  head/mail/spampd/files/spampd.in

Modified: head/mail/spampd/Makefile
==============================================================================
--- head/mail/spampd/Makefile	Thu Sep 10 09:32:31 2015	(r396558)
+++ head/mail/spampd/Makefile	Thu Sep 10 09:43:31 2015	(r396559)
@@ -3,7 +3,7 @@
 
 PORTNAME=	spampd
 PORTVERSION=	2.42
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail perl5
 
 MAINTAINER=	des@FreeBSD.org

Modified: head/mail/spampd/files/spampd.in
==============================================================================
--- head/mail/spampd/files/spampd.in	Thu Sep 10 09:32:31 2015	(r396558)
+++ head/mail/spampd/files/spampd.in	Thu Sep 10 09:43:31 2015	(r396559)
@@ -24,7 +24,7 @@ load_rc_config $name
 
 command="%%PREFIX%%/sbin/$name"
 command_args="--pid=${spampd_pidfile}"
-command_interpreter=%%PERL%%
+command_interpreter="%%PERL%% -T"
 pidfile="${spampd_pidfile}"
 
 run_rc_command $1



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