aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-28 13:57:37 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-28 13:57:37 +0000
commitd2c4c14627bab9dba2b3a4437b7c286d5cc435f8 (patch)
treec4ff9fdbeb396b7aa8d0272c4b691c9f519f24ac /CHANGES
parentbff9ea9424744d453dd19ba56c70c972f0536190 (diff)
downloadports-d2c4c14627bab9dba2b3a4437b7c286d5cc435f8.tar.gz
ports-d2c4c14627bab9dba2b3a4437b7c286d5cc435f8.zip
USEify USES=php.
The following variables have been folded into arguments: - USE_PHPIZE -> USES=php:phpize - USE_PHPEXT -> USES=php:ext - USE_ZENDEXT -> USES=php:zend - USE_PHP_BUILD -> USES=php:build - WANT_PHP_CLI -> USES=php:cli - WANT_PHP_CGI -> USES=php:cgi - WANT_PHP_MOD -> USES=php:mod - WANT_PHP_WEB -> USES=php:web - WANT_PHP_EMB -> USES=php:embed PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936
Notes
Notes: svn path=/head/; revision=417717
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fc8b7328d802..783176257b3e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,23 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20160628:
+AUTHOR: mat@FreeBSD.org
+
+ USEify USES=php.
+
+ The following variables have been folded into arguments:
+
+ - USE_PHPIZE -> USES=php:phpize
+ - USE_PHPEXT -> USES=php:ext
+ - USE_ZENDEXT -> USES=php:zend
+ - USE_PHP_BUILD -> USES=php:build
+ - WANT_PHP_CLI -> USES=php:cli
+ - WANT_PHP_CGI -> USES=php:cgi
+ - WANT_PHP_MOD -> USES=php:mod
+ - WANT_PHP_WEB -> USES=php:web
+ - WANT_PHP_EMB -> USES=php:embed
+
20160627:
AUTHOR: mat@FreeBSD.org