From owner-svn-ports-all@FreeBSD.ORG Thu Nov 13 20:46:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B6AD0D1B; Thu, 13 Nov 2014 20:46:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2ACA24B; Thu, 13 Nov 2014 20:46:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sADKkHPU068024; Thu, 13 Nov 2014 20:46:17 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sADKkHgU068022; Thu, 13 Nov 2014 20:46:17 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201411132046.sADKkHgU068022@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 13 Nov 2014 20:46:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372536 - in head/sysutils/sec: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2014 20:46:17 -0000 Author: marino Date: Thu Nov 13 20:46:16 2014 New Revision: 372536 URL: https://svnweb.freebsd.org/changeset/ports/372536 QAT: https://qat.redports.org/buildarchive/r372536/ Log: sysutils/sec: Fix $command_interpreter warning PR: 194535 Submitted by: John Polstra Approved by: maintainer Modified: head/sysutils/sec/Makefile head/sysutils/sec/files/sec.in Modified: head/sysutils/sec/Makefile ============================================================================== --- head/sysutils/sec/Makefile Thu Nov 13 18:58:42 2014 (r372535) +++ head/sysutils/sec/Makefile Thu Nov 13 20:46:16 2014 (r372536) @@ -2,7 +2,7 @@ PORTNAME= sec PORTVERSION= 2.7.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF/simple-evcorr/${PORTNAME}/${PORTVERSION} @@ -15,6 +15,7 @@ USE_RC_SUBR= sec USES= perl5 shebangfix SHEBANG_FILES= sec +SUB_LIST= PERL=${PERL} USE_PERL5= run NO_BUILD= yes Modified: head/sysutils/sec/files/sec.in ============================================================================== --- head/sysutils/sec/files/sec.in Thu Nov 13 18:58:42 2014 (r372535) +++ head/sysutils/sec/files/sec.in Thu Nov 13 20:46:16 2014 (r372536) @@ -32,7 +32,7 @@ rcvar=sec_enable command="%%PREFIX%%/bin/sec" command_args="-detach" -command_interpreter="/usr/bin/perl" +command_interpreter="%%PERL%%" extra_commands="reload" pidfile="/var/run/sec.pid"