diff options
author | taca <taca> | 2013-04-12 17:01:46 +0000 |
---|---|---|
committer | taca <taca> | 2013-04-12 17:01:46 +0000 |
commit | 749538e60c5f7ba2e35d90ac75e7512d648ae149 (patch) | |
tree | fa8e8fbacd565f774f6b809b65e7bd16421eecad /lang | |
parent | 26c1c66fbd3c737d6c02965086287deb1b3bfbf3 (diff) | |
download | pkgsrc-749538e60c5f7ba2e35d90ac75e7512d648ae149.tar.gz |
Update PHP53_VERSION and PHP54_VERSION.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php/phpversion.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 2926920277c..30e069caa21 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.31 2013/03/16 02:02:13 taca Exp $ +# $NetBSD: phpversion.mk,v 1.32 2013/04/12 17:01:46 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.23 -PHP54_VERSION= 5.4.13 +PHP53_VERSION= 5.3.24 +PHP54_VERSION= 5.4.14 PHP_VERSION_DEFAULT?= 54 PHP_VERSIONS_ACCEPTED?= 54 53 |