Date: Sun, 20 Nov 2016 12:58:58 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426583 - head/lang/php56 Message-ID: <201611201258.uAKCwwq7068163@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611201258.uAKCwwq7068163>