diff options
author | taca <taca@pkgsrc.org> | 2012-09-14 15:54:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-09-14 15:54:22 +0000 |
commit | d0b219655330a428762c86e9721514b75dfd621d (patch) | |
tree | a8476a3589dd8feb8f57f7c63daf3281e3a5f5dd /lang | |
parent | 7cde40f4ec4da18540c4cccd2e1a453e5ae2702c (diff) | |
download | pkgsrc-d0b219655330a428762c86e9721514b75dfd621d.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 00c03dd5f9f..259e585667a 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.21 2012/08/17 15:37:30 taca Exp $ +# $NetBSD: phpversion.mk,v 1.22 2012/09/14 15:54:22 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 @@ -73,8 +73,8 @@ _SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX \ .include "../../mk/bsd.prefs.mk" -PHP53_VERSION= 5.3.16 -PHP54_VERSION= 5.4.6 +PHP53_VERSION= 5.3.17 +PHP54_VERSION= 5.4.7 PHP_VERSION_DEFAULT?= 53 PHP_VERSIONS_ACCEPTED?= 53 54 |