summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-07-25 10:50:12 +0000
committertaca <taca@pkgsrc.org>2012-07-25 10:50:12 +0000
commit790f4281b2ee3ca6a1968404c691c3a2fafd606e (patch)
treea8a16bae7c60e6748fe6a601784581e99f79f06c /lang
parent0efa59eb2ab112898820eb99d3eef999f6ce3ef5 (diff)
downloadpkgsrc-790f4281b2ee3ca6a1968404c691c3a2fafd606e.tar.gz
Update PHP53_VERSION and PHP54_VERSION noted by Uwe Klaus.
Diffstat (limited to 'lang')
-rw-r--r--lang/php/phpversion.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk
index 871b7ebd0b4..aab1920ead4 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.19 2012/06/16 15:18:13 taca Exp $
+# $NetBSD: phpversion.mk,v 1.20 2012/07/25 10:50:12 taca Exp $
#
# This file selects a PHP version, based on the user's preferences and
# the installed packages. It does not add a dependency on the PHP
@@ -73,8 +73,8 @@ _SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX \
.include "../../mk/bsd.prefs.mk"
-PHP53_VERSION= 5.3.14
-PHP54_VERSION= 5.4.4
+PHP53_VERSION= 5.3.15
+PHP54_VERSION= 5.4.5
PHP_VERSION_DEFAULT?= 53
PHP_VERSIONS_ACCEPTED?= 53 54