diff options
author | taca <taca@pkgsrc.org> | 2013-06-03 15:23:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-06-03 15:23:14 +0000 |
commit | dc657d54e69ec89a60ccd6bfca8c9d1014b64ae6 (patch) | |
tree | f54e1857302555df9fadc313281197a459b5e7c2 /lang/php | |
parent | 00452606ff4babf6bb290964d7c8a6baa1c2112f (diff) | |
download | pkgsrc-dc657d54e69ec89a60ccd6bfca8c9d1014b64ae6.tar.gz |
Update PHP53_VERSION and PHP54_VERSION. It should be updated with
last update of php53/php54.
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 30e069caa21..d441c1940de 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.32 2013/04/12 17:01:46 taca Exp $ +# $NetBSD: phpversion.mk,v 1.33 2013/06/03 15:23: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,8 +75,8 @@ _SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX \ .include "../../mk/bsd.prefs.mk" -PHP53_VERSION= 5.3.24 -PHP54_VERSION= 5.4.14 +PHP53_VERSION= 5.3.25 +PHP54_VERSION= 5.4.15 PHP_VERSION_DEFAULT?= 54 PHP_VERSIONS_ACCEPTED?= 54 53 |