diff options
author | taca <taca@pkgsrc.org> | 2013-02-22 03:08:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-02-22 03:08:22 +0000 |
commit | 3b0591acdd91227a7c575cab631497a9fcb6314a (patch) | |
tree | 09fcd1ee8ac7c9e31e40967ee8cc787c8e732602 /lang | |
parent | b2bc806c025962017297ff65485d7bc719c570c5 (diff) | |
download | pkgsrc-3b0591acdd91227a7c575cab631497a9fcb6314a.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 a8f8df4affb..331e8811260 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.29 2013/01/17 16:19:33 taca Exp $ +# $NetBSD: phpversion.mk,v 1.30 2013/02/22 03:08: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 @@ -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.21 -PHP54_VERSION= 5.4.11 +PHP53_VERSION= 5.3.22 +PHP54_VERSION= 5.4.12 PHP_VERSION_DEFAULT?= 53 PHP_VERSIONS_ACCEPTED?= 53 54 |