Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2020 12:35:55 +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: r552964 - in head/lang: php72 php73 php74
Message-ID:  <202010221235.09MCZtJk055993@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Oct 22 12:35:55 2020
New Revision: 552964
URL: https://svnweb.freebsd.org/changeset/ports/552964

Log:
  Convert to use @rmempty

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

Modified: head/lang/php72/pkg-plist
==============================================================================
--- head/lang/php72/pkg-plist	Thu Oct 22 12:22:16 2020	(r552963)
+++ head/lang/php72/pkg-plist	Thu Oct 22 12:35:55 2020	(r552964)
@@ -197,7 +197,7 @@ 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
-@postunexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h
+@rmempty include/php/ext/php_config.h
 include/php/main/SAPI.h
 include/php/main/build-defs.h
 include/php/main/fastcgi.h

Modified: head/lang/php73/pkg-plist
==============================================================================
--- head/lang/php73/pkg-plist	Thu Oct 22 12:22:16 2020	(r552963)
+++ head/lang/php73/pkg-plist	Thu Oct 22 12:35:55 2020	(r552964)
@@ -203,7 +203,7 @@ 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
-@postunexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h
+@rmempty include/php/ext/php_config.h
 include/php/main/SAPI.h
 include/php/main/build-defs.h
 include/php/main/fastcgi.h

Modified: head/lang/php74/pkg-plist
==============================================================================
--- head/lang/php74/pkg-plist	Thu Oct 22 12:22:16 2020	(r552963)
+++ head/lang/php74/pkg-plist	Thu Oct 22 12:35:55 2020	(r552964)
@@ -220,7 +220,7 @@ 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
-@postunexec [ -s %D/include/php/ext/php_config.h ] || rm %D/include/php/ext/php_config.h
+@rmempty include/php/ext/php_config.h
 include/php/main/SAPI.h
 include/php/main/build-defs.h
 include/php/main/fastcgi.h



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