Date: Sun, 20 Nov 2016 12:55:52 +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: r426582 - head/lang/php70 Message-ID: <201611201255.uAKCtqn0067906@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Nov 20 12:55:52 2016 New Revision: 426582 URL: https://svnweb.freebsd.org/changeset/ports/426582 Log: Use predictable execution for apxs Modified: head/lang/php70/pkg-plist.mod Modified: head/lang/php70/pkg-plist.mod ============================================================================== --- head/lang/php70/pkg-plist.mod Sun Nov 20 12:53:51 2016 (r426581) +++ head/lang/php70/pkg-plist.mod Sun Nov 20 12:55:52 2016 (r426582) @@ -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?201611201255.uAKCtqn0067906>