From owner-svn-ports-head@FreeBSD.ORG Fri Jul 18 00:47:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D63BE668; Fri, 18 Jul 2014 00:47:01 +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 C41B92383; Fri, 18 Jul 2014 00:47:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6I0l1YD004172; Fri, 18 Jul 2014 00:47:01 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6I0l1GB004171; Fri, 18 Jul 2014 00:47:01 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201407180047.s6I0l1GB004171@svn.freebsd.org> From: Adam Weinberger Date: Fri, 18 Jul 2014 00:47:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362168 - head/security/snortreport X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2014 00:47:01 -0000 Author: adamw Date: Fri Jul 18 00:47:01 2014 New Revision: 362168 URL: http://svnweb.freebsd.org/changeset/ports/362168 QAT: https://qat.redports.org/buildarchive/r362168/ Log: A plist typo (%%WWWDIR%) was causing leftovers; fix it by using @sample instead. Modified: head/security/snortreport/pkg-plist Modified: head/security/snortreport/pkg-plist ============================================================================== --- head/security/snortreport/pkg-plist Fri Jul 18 00:43:30 2014 (r362167) +++ head/security/snortreport/pkg-plist Fri Jul 18 00:47:01 2014 (r362168) @@ -24,9 +24,7 @@ %%WWWDIR%%/psdetail.php %%WWWDIR%%/sig-by-time-chart.php %%WWWDIR%%/sigdetail.php -@unexec if cmp -s %D/%%WWWDIR%/srconf.php.sample %D/%%WWWDIR%%/srconf.php; then rm -f %D/%%WWWDIR%%/srconf.php; fi -%%WWWDIR%%/srconf.php.sample -@exec [ -f %D/%%WWWDIR%%/srconf.php ] || cp %D/%%WWWDIR%%/srconf.php.sample %D/%%WWWDIR%%/srconf.php +@sample %%WWWDIR%%/srconf.php.sample %%WWWDIR%%/srlogo.png %%WWWDIR%%/ssm.js %%WWWDIR%%/ssmItems.js