diff options
author | taca <taca@pkgsrc.org> | 2013-01-07 14:26:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-01-07 14:26:14 +0000 |
commit | afe3a24746002a572e9d17a1ddb5aa456ad66ce5 (patch) | |
tree | cddbd1f06688a65ad671e544f134a250c514a899 /lang/php | |
parent | 805e96fd8fefac3db6c7e00606bbf00625806a32 (diff) | |
download | pkgsrc-afe3a24746002a572e9d17a1ddb5aa456ad66ce5.tar.gz |
Update PHP53_VERSION and PHP54_VERSION to make match to php53 and php54.
Diffstat (limited to 'lang/php')
-rw-r--r-- | lang/php/pear.mk | 3 | ||||
-rw-r--r-- | lang/php/phpversion.mk | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/lang/php/pear.mk b/lang/php/pear.mk index 73237ec093d..0b6cad86097 100644 --- a/lang/php/pear.mk +++ b/lang/php/pear.mk @@ -1,4 +1,4 @@ -# $NetBSD: pear.mk,v 1.22 2011/01/12 08:15:45 obache Exp $ +# $NetBSD: pear.mk,v 1.23 2013/01/07 14:26:14 taca Exp $ # # This Makefile fragment is intended to be included by packages that build # and install pear packages. @@ -22,6 +22,7 @@ PKGNAME= ${PHP_PKG_PREFIX}-pear-${DISTNAME} CATEGORIES+= www MASTER_SITE_PEAR_PACKAGE+= \ + http://download.pear.php.net/package/ \ http://pear.php.net/get/ MASTER_SITES+= ${MASTER_SITE_PEAR_PACKAGE} diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 8f82f4007ef..ea925b2d587 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.26 2012/11/23 13:22:51 taca Exp $ +# $NetBSD: phpversion.mk,v 1.27 2013/01/07 14:26: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.19 -PHP54_VERSION= 5.4.9 +PHP53_VERSION= 5.3.20 +PHP54_VERSION= 5.4.10 PHP_VERSION_DEFAULT?= 53 PHP_VERSIONS_ACCEPTED?= 53 54 |