Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Mar 2021 22:25:32 +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: r569365 - in head/lang: php73 php74 php80
Message-ID:  <202103272225.12RMPW2P080706@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-@postexec touch %D/include/php/ext/php_config.h
+@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
-@postexec touch %D/include/php/ext/php_config.h
+@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
-@postexec touch %D/include/php/ext/php_config.h
+@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103272225.12RMPW2P080706>