svn commit: r426581 - head/lang/php70

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


Author: bapt
Date: Sun Nov 20 12:53:51 2016
New Revision: 426581
URL: https://svnweb.freebsd.org/changeset/ports/426581

Log:
  Use @post*exec instead of deprecated @exec

Modified:
  head/lang/php70/pkg-plist

Modified: head/lang/php70/pkg-plist
==============================================================================
--- head/lang/php70/pkg-plist	Sun Nov 20 12:50:52 2016	(r426580)
+++ head/lang/php70/pkg-plist	Sun Nov 20 12:53:51 2016	(r426581)
@@ -187,8 +187,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/fastcgi.h


More information about the svn-ports-head mailing list