diff options
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php54/Makefile | 3 | ||||
-rw-r--r-- | lang/php54/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 4a1fb831ca4..cec2391bb0f 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.50 2013/12/13 15:30:35 taca Exp $ +# $NetBSD: phpversion.mk,v 1.51 2013/12/13 15:32:21 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 @@ -82,7 +82,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP53_VERSION= 5.3.28 -PHP54_VERSION= 5.4.22 +PHP54_VERSION= 5.4.23 PHP55_VERSION= 5.5.6 # Define initial release of major version. diff --git a/lang/php54/Makefile b/lang/php54/Makefile index 47e53ef1dbe..c1ede845f7e 100644 --- a/lang/php54/Makefile +++ b/lang/php54/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2013/12/05 16:17:15 taca Exp $ +# $NetBSD: Makefile,v 1.16 2013/12/13 15:32:21 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_BASE_VERS} -PKGREVISION= 1 CATEGORIES= lang HOMEPAGE= http://www.php.net/ diff --git a/lang/php54/distinfo b/lang/php54/distinfo index 3c3d8ffcc73..757810404c1 100644 --- a/lang/php54/distinfo +++ b/lang/php54/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.30 2013/12/05 16:17:15 taca Exp $ +$NetBSD: distinfo,v 1.31 2013/12/13 15:32:21 taca Exp $ -SHA1 (php-5.4.22.tar.bz2) = 4b73d3667a97db1ce32ebf5b98fcc4b2585d981b -RMD160 (php-5.4.22.tar.bz2) = 578f25e8776b42e3f643bddcce9b92e376171343 -Size (php-5.4.22.tar.bz2) = 12246577 bytes +SHA1 (php-5.4.23.tar.bz2) = 1ad25b03486742dba18134ce07111146805d930f +RMD160 (php-5.4.23.tar.bz2) = 3a5e3b7a6013f5a284c80d41a95989ba2a78b6d4 +Size (php-5.4.23.tar.bz2) = 12251671 bytes SHA1 (patch-acinclude.m4) = 71635e5381abf99a9fc9f2537b1c2f18e8096f00 SHA1 (patch-configure) = ce3205292370fb279033aaa06138cea1a3725ef1 SHA1 (patch-ext_date_lib_parse__iso__intervals.c) = c2b18faed698a6ace171ca93cd082985ac3e1b83 |