svn commit: r426582 - head/lang/php70

Baptiste Daroussin bapt at FreeBSD.org
Sun Nov 20 12:55:53 UTC 2016


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%%
- at exec %D/sbin/apxs -e -a -n %%AP_NAME%% %f
- at unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f
+ at postexec %D/sbin/apxs -e -a -n %%AP_NAME%% %f
+ at preunexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f


More information about the svn-ports-head mailing list