svn commit: r569365 - in head/lang: php73 php74 php80

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 27 22:25:33 UTC 2021


Author: bapt
Date: Sat Mar 27 22:25:32 2021
New Revision: 569365
URL: https://svnweb.freebsd.org/changeset/ports/569365

Log:
  Convert to @touch

Modified:
  head/lang/php73/pkg-plist
  head/lang/php74/pkg-plist
  head/lang/php80/pkg-plist

Modified: head/lang/php73/pkg-plist
==============================================================================
--- head/lang/php73/pkg-plist	Sat Mar 27 22:24:21 2021	(r569364)
+++ head/lang/php73/pkg-plist	Sat Mar 27 22:25:32 2021	(r569365)
@@ -202,7 +202,7 @@ 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 postexec touch %D/include/php/ext/php_config.h
+ at touch include/php/ext/php_config.h
 @rmempty include/php/ext/php_config.h
 include/php/main/SAPI.h
 include/php/main/build-defs.h

Modified: head/lang/php74/pkg-plist
==============================================================================
--- head/lang/php74/pkg-plist	Sat Mar 27 22:24:21 2021	(r569364)
+++ head/lang/php74/pkg-plist	Sat Mar 27 22:25:32 2021	(r569365)
@@ -219,7 +219,7 @@ 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 postexec touch %D/include/php/ext/php_config.h
+ at touch include/php/ext/php_config.h
 @rmempty include/php/ext/php_config.h
 include/php/main/SAPI.h
 include/php/main/build-defs.h

Modified: head/lang/php80/pkg-plist
==============================================================================
--- head/lang/php80/pkg-plist	Sat Mar 27 22:24:21 2021	(r569364)
+++ head/lang/php80/pkg-plist	Sat Mar 27 22:25:32 2021	(r569365)
@@ -231,7 +231,7 @@ include/php/ext/standard/url.h
 include/php/ext/standard/url_scanner_ex.h
 include/php/ext/standard/user_filters_arginfo.h
 include/php/ext/standard/winver.h
- at postexec touch %D/include/php/ext/php_config.h
+ at touch include/php/ext/php_config.h
 @rmempty include/php/ext/php_config.h
 include/php/main/SAPI.h
 include/php/main/build-defs.h


More information about the svn-ports-head mailing list