From owner-svn-ports-all@freebsd.org Fri Mar 4 12:06:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B4749DA22F; Fri, 4 Mar 2016 12:06:07 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 09AA634F; Fri, 4 Mar 2016 12:06:06 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u24C66UC056924; Fri, 4 Mar 2016 12:06:06 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u24C66re056923; Fri, 4 Mar 2016 12:06:06 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603041206.u24C66re056923@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 4 Mar 2016 12:06:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410103 - head/www/phpsysinfo 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.21 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: Fri, 04 Mar 2016 12:06:07 -0000 Author: rakuco Date: Fri Mar 4 12:06:05 2016 New Revision: 410103 URL: https://svnweb.freebsd.org/changeset/ports/410103 Log: Replace use of @exec/@unexec with @sample. PR: 207570 Submitted by: Ralf van der Enden (maintainer) Modified: head/www/phpsysinfo/pkg-plist Modified: head/www/phpsysinfo/pkg-plist ============================================================================== --- head/www/phpsysinfo/pkg-plist Fri Mar 4 12:03:31 2016 (r410102) +++ head/www/phpsysinfo/pkg-plist Fri Mar 4 12:06:05 2016 (r410103) @@ -283,9 +283,7 @@ %%WWWDIR%%/language/tw.xml %%WWWDIR%%/language/uk.xml %%WWWDIR%%/language/zh.xml -@unexec if cmp -s %D/%%WWWDIR%%/phpsysinfo.ini.new %D/%%WWWDIR%%/phpsysinfo.ini; then rm -f %D/%%WWWDIR%%/phpsysinfo.ini; fi -%%WWWDIR%%/phpsysinfo.ini.new -@exec if [ ! -f %D/%%WWWDIR%%/phpsysinfo.ini ] ; then cp -p %D/%F %B/phpsysinfo.ini; fi +@sample %%WWWDIR%%/phpsysinfo.ini.new %%WWWDIR%%/phpsysinfo.ini %%WWWDIR%%/phpsysinfo.xslt %%WWWDIR%%/phpsysinfo3.xsd %%WWWDIR%%/plugins/bat/bat_bootstrap.html