summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2013-01-17 15:49:11 +0000
committertaca <taca>2013-01-17 15:49:11 +0000
commitc0f1c24e55e8ea6d29723bcb5ad0b0d8602be030 (patch)
tree9cc7d90a365b17f157b3bca63c92ea129309dc7e
parent8958f5ff2d89cb1b1230157e77087fe533761cfc (diff)
downloadpkgsrc-c0f1c24e55e8ea6d29723bcb5ad0b0d8602be030.tar.gz
Switch php54 to 5.4.11.
-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