summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca>2012-08-17 15:37:30 +0000
committertaca <taca>2012-08-17 15:37:30 +0000
commit3ebc6ef7324f4bdeba7e3c5b4d38d61f4329fec6 (patch)
tree44849a3c6900e9424d341a99ddca713c0c2d1ed4 /lang
parenta0c1ddde20e5d15dcd63383f159d6b9f618133fe (diff)
downloadpkgsrc-3ebc6ef7324f4bdeba7e3c5b4d38d61f4329fec6.tar.gz
Update PHP53_VERSION and PHP54_VERSION.
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 aab1920ead4..00c03dd5f9f 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.20 2012/07/25 10:50:12 taca Exp $
+# $NetBSD: phpversion.mk,v 1.21 2012/08/17 15:37:30 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.15
-PHP54_VERSION= 5.4.5
+PHP53_VERSION= 5.3.16
+PHP54_VERSION= 5.4.6
PHP_VERSION_DEFAULT?= 53
PHP_VERSIONS_ACCEPTED?= 53 54