diff options
author | taca <taca@pkgsrc.org> | 2013-01-17 16:19:33 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-01-17 16:19:33 +0000 |
commit | ad49050de38df783dd5790998de962c103e00dc6 (patch) | |
tree | 46775a41f3cf7e96a49d6bb50364799b85090c07 | |
parent | 036ea8cdfc2c759edbb446525959eed7ef8405a4 (diff) | |
download | pkgsrc-ad49050de38df783dd5790998de962c103e00dc6.tar.gz |
Switch php53 to t.3.21.
-rw-r--r-- | lang/php/phpversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 170dbd1e37d..a8f8df4affb 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.28 2013/01/17 15:49:11 taca Exp $ +# $NetBSD: phpversion.mk,v 1.29 2013/01/17 16:19:33 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,7 +75,7 @@ _SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX \ .include "../../mk/bsd.prefs.mk" -PHP53_VERSION= 5.3.20 +PHP53_VERSION= 5.3.21 PHP54_VERSION= 5.4.11 PHP_VERSION_DEFAULT?= 53 |