diff options
author | taca <taca@pkgsrc.org> | 2013-06-07 13:56:25 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-06-07 13:56:25 +0000 |
commit | 69f1833ad42b771864bdf31cedd6dc72145c5148 (patch) | |
tree | 04ce74473b849c8a9c16bf80950adbe1f900578f /lang/php | |
parent | 9283b7e6e6611cb448c3571e368788312eea4050 (diff) | |
download | pkgsrc-69f1833ad42b771864bdf31cedd6dc72145c5148.tar.gz |
Update PHP53_VERSION and PHP54_VERSION.
Diffstat (limited to 'lang/php')
-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 d441c1940de..1a08e4aa382 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.33 2013/06/03 15:23:14 taca Exp $ +# $NetBSD: phpversion.mk,v 1.34 2013/06/07 13:56:25 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.25 -PHP54_VERSION= 5.4.15 +PHP53_VERSION= 5.3.26 +PHP54_VERSION= 5.4.16 PHP_VERSION_DEFAULT?= 54 PHP_VERSIONS_ACCEPTED?= 54 53 |