From d2c4c14627bab9dba2b3a4437b7c286d5cc435f8 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 28 Jun 2016 13:57:37 +0000 Subject: 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 --- CHANGES | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'CHANGES') 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 -- cgit v1.2.3