summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca>2013-01-17 15:49:11 +0000
committertaca <taca>2013-01-17 15:49:11 +0000
commit46bc035747b04854d1c4c03fdfdfed4eb18eb3e4 (patch)
tree9cc7d90a365b17f157b3bca63c92ea129309dc7e /lang/php
parentefeb4410be2c2004e3c1019cd4a880771a093ab1 (diff)
downloadpkgsrc-46bc035747b04854d1c4c03fdfdfed4eb18eb3e4.tar.gz
Switch php54 to 5.4.11.
Diffstat (limited to 'lang/php')
-rw-r--r--lang/php/phpversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk
index ea925b2d587..170dbd1e37d 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.27 2013/01/07 14:26:14 taca Exp $
+# $NetBSD: phpversion.mk,v 1.28 2013/01/17 15:49:11 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
@@ -76,7 +76,7 @@ _SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX \
.include "../../mk/bsd.prefs.mk"
PHP53_VERSION= 5.3.20
-PHP54_VERSION= 5.4.10
+PHP54_VERSION= 5.4.11
PHP_VERSION_DEFAULT?= 53
PHP_VERSIONS_ACCEPTED?= 53 54