svn commit: r426583 - head/lang/php56

Baptiste Daroussin bapt at FreeBSD.org
Sun Nov 20 12:58:59 UTC 2016


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
- at exec touch %D/include/php/ext/php_config.h
- at unexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h
+ at postexec touch %D/include/php/ext/php_config.h
+ at 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%%
- 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-all mailing list