summaryrefslogtreecommitdiff
path: root/lang/php/phpversion.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php/phpversion.mk')
-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 8f82f4007ef..ea925b2d587 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.26 2012/11/23 13:22:51 taca Exp $
+# $NetBSD: phpversion.mk,v 1.27 2013/01/07 14:26:14 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
@@ -75,8 +75,8 @@ _SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX \
.include "../../mk/bsd.prefs.mk"
-PHP53_VERSION= 5.3.19
-PHP54_VERSION= 5.4.9
+PHP53_VERSION= 5.3.20
+PHP54_VERSION= 5.4.10
PHP_VERSION_DEFAULT?= 53
PHP_VERSIONS_ACCEPTED?= 53 54