diff options
author | taca <taca@pkgsrc.org> | 2012-08-17 15:37:30 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-08-17 15:37:30 +0000 |
commit | b68776afff1ed50648f0edf96a2bb6d042a22567 (patch) | |
tree | 44849a3c6900e9424d341a99ddca713c0c2d1ed4 /lang/php | |
parent | ce1b3904a09cc59a076c44d0d256e87efd53334d (diff) | |
download | pkgsrc-b68776afff1ed50648f0edf96a2bb6d042a22567.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 aab1920ead4..00c03dd5f9f 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.20 2012/07/25 10:50:12 taca Exp $ +# $NetBSD: phpversion.mk,v 1.21 2012/08/17 15:37:30 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.15 -PHP54_VERSION= 5.4.5 +PHP53_VERSION= 5.3.16 +PHP54_VERSION= 5.4.6 PHP_VERSION_DEFAULT?= 53 PHP_VERSIONS_ACCEPTED?= 53 54 |