From owner-svn-ports-all@freebsd.org Sun Nov 20 12:58:59 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 855A6C49CFA; Sun, 20 Nov 2016 12:58:59 +0000 (UTC) (envelope-from bapt@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 54AC3FB2; Sun, 20 Nov 2016 12:58:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAKCwwkJ068165; Sun, 20 Nov 2016 12:58:58 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAKCwwq7068163; Sun, 20 Nov 2016 12:58:58 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201611201258.uAKCwwq7068163@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 20 Nov 2016 12:58:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426583 - head/lang/php56 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.23 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: Sun, 20 Nov 2016 12:58:59 -0000 Author: bapt Date: Sun Nov 20 12:58:58 2016 New Revision: 426583 URL: https://svnweb.freebsd.org/changeset/ports/426583 Log: Use predictable @*exec Modified: head/lang/php56/pkg-plist head/lang/php56/pkg-plist.mod Modified: head/lang/php56/pkg-plist ============================================================================== --- head/lang/php56/pkg-plist Sun Nov 20 12:55:52 2016 (r426582) +++ head/lang/php56/pkg-plist Sun Nov 20 12:58:58 2016 (r426583) @@ -185,8 +185,8 @@ include/php/ext/standard/uniqid.h include/php/ext/standard/url.h include/php/ext/standard/url_scanner_ex.h include/php/ext/standard/winver.h -@exec touch %D/include/php/ext/php_config.h -@unexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h +@postexec touch %D/include/php/ext/php_config.h +@postunexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h include/php/main/SAPI.h include/php/main/build-defs.h include/php/main/fopen_wrappers.h Modified: head/lang/php56/pkg-plist.mod ============================================================================== --- head/lang/php56/pkg-plist.mod Sun Nov 20 12:55:52 2016 (r426582) +++ head/lang/php56/pkg-plist.mod Sun Nov 20 12:58:58 2016 (r426583) @@ -1,3 +1,3 @@ %%APACHEMODDIR%%/%%AP_MODULE%% -@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %f -@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f +@postexec %D/sbin/apxs -e -a -n %%AP_NAME%% %f +@preunexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f