summaryrefslogtreecommitdiffstats
path: root/php-pear
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-18 03:09:19 +0200
committerIsmael Luceno2019-05-18 03:29:18 +0200
commit50451c449183f9cbe02f2630d6881043080470da (patch)
treeddafb00fb7f7a22b700123d7a5ca7734d72eccba /php-pear
parente161f0c715bc2d046fc02b3ffda3295eab7254da (diff)
php: Update dependency; s/gettext/GETTEXT/
Diffstat (limited to 'php-pear')
-rwxr-xr-xphp-pear/php/DEPENDS2
-rw-r--r--php-pear/php/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/php-pear/php/DEPENDS b/php-pear/php/DEPENDS
index b076aaf7e3..0d60b4aba4 100755
--- a/php-pear/php/DEPENDS
+++ b/php-pear/php/DEPENDS
@@ -135,7 +135,7 @@ optional_depends krb5 \
"--with-kerberos" "--without-kerberos" \
"for Kerberos support" &&
-optional_depends gettext \
+optional_depends GETTEXT \
"--with-gettext" "--without-gettext" \
"for GNU gettext support" &&
diff --git a/php-pear/php/HISTORY b/php-pear/php/HISTORY
index 0995d86afc..ae9835d99e 100644
--- a/php-pear/php/HISTORY
+++ b/php-pear/php/HISTORY
@@ -1,3 +1,6 @@
+2019-05-18 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: Update dependency; s/gettext/GETTEXT/
+
2016-07-29 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated PHP_BRANCH=stable to 5.6.24