diff options
author | taca <taca@pkgsrc.org> | 2012-10-19 14:59:15 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-10-19 14:59:15 +0000 |
commit | dff8fd8fcf13f8e0a541410d5e0bac3024a287db (patch) | |
tree | aa1547a8157612f1ba9b9417426b039318406faf /lang/php | |
parent | f6b15f29fb91d1e8bd11f94e20433d69dcd816f3 (diff) | |
download | pkgsrc-dff8fd8fcf13f8e0a541410d5e0bac3024a287db.tar.gz |
Update definition of PHP version for php53 and 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 c56ecd0406b..08896c6c3c1 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.24 2012/10/03 23:48:00 cheusov Exp $ +# $NetBSD: phpversion.mk,v 1.25 2012/10/19 14:59:15 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.17 -PHP54_VERSION= 5.4.7 +PHP53_VERSION= 5.3.18 +PHP54_VERSION= 5.4.8 PHP_VERSION_DEFAULT?= 53 PHP_VERSIONS_ACCEPTED?= 53 54 |