diff options
author | taca <taca@pkgsrc.org> | 2013-07-12 00:09:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-07-12 00:09:14 +0000 |
commit | e23d971278c610f8508b6a0ec360ea11fe76a8fe (patch) | |
tree | c83e12e7efcf5035069164888a9ecc1186327867 /lang/php/phpversion.mk | |
parent | 584214036bc5ba76fe783d752309083e8aa0c73d (diff) | |
download | pkgsrc-e23d971278c610f8508b6a0ec360ea11fe76a8fe.tar.gz |
Update PHP53_VERSION to 5.3.27.
Diffstat (limited to 'lang/php/phpversion.mk')
-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 4a94dbe3175..87c4b82febb 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.35 2013/07/07 16:22:21 taca Exp $ +# $NetBSD: phpversion.mk,v 1.36 2013/07/12 00:09: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,7 +75,7 @@ _SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX \ .include "../../mk/bsd.prefs.mk" -PHP53_VERSION= 5.3.26 +PHP53_VERSION= 5.3.27 PHP54_VERSION= 5.4.17 PHP_VERSION_DEFAULT?= 54 |