From ff0c457e9ff7a9b53b88fbf294edfce35f3e8f39 Mon Sep 17 00:00:00 2001 From: Remko van der Vossen Date: Thu, 25 Feb 2016 21:57:52 +0100 Subject: php4: no such thing as NORMAL_COLOR --- php-pear/php4/HISTORY | 3 +++ php-pear/php4/PREPARE | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pear') diff --git a/php-pear/php4/HISTORY b/php-pear/php4/HISTORY index 195234503c..116e304eb1 100644 --- a/php-pear/php4/HISTORY +++ b/php-pear/php4/HISTORY @@ -1,3 +1,6 @@ +2016-02-25 Remko van der Vossen + * PREPARE: no such thing as NORMAL_COLOR + 2014-10-24 Vlad Glagolev * DEPENDS, BUILD: use SSL provider diff --git a/php-pear/php4/PREPARE b/php-pear/php4/PREPARE index 4b32d23414..efa761ee1b 100755 --- a/php-pear/php4/PREPARE +++ b/php-pear/php4/PREPARE @@ -1,4 +1,4 @@ message "${PROBLEM_COLOR}PHP 4.x has been deprecated since August 8th 2008 and is no longer" && message "maintained by upstream authors, and as such, will be removed from our" && -message "grimoires. Please take steps to upgrade to PHP 5.x ('php' spell)${NORMAL_COLOR}" && +message "grimoires. Please take steps to upgrade to PHP 5.x ('php' spell)${DEFAULT_COLOR}" && query "Please acknowledge that you've read the warning from above" n || return 1 -- cgit v1.2.3