diff options
author | taca <taca@pkgsrc.org> | 2016-12-10 07:10:53 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-12-10 07:10:53 +0000 |
commit | e6cde06481d19359d308aef0e087519ce39f5910 (patch) | |
tree | 2d80c2329ceded526f7d4bbb718f16c59464b904 /lang | |
parent | 6a6d05d1fa42ecba3daac0d2f00de115cf3214df (diff) | |
download | pkgsrc-e6cde06481d19359d308aef0e087519ce39f5910.tar.gz |
Update php71 to 7.1.0 (PHP 7.1.0 official release).
Changes are too many to write here, please refer NEWS file.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php71/Makefile | 5 | ||||
-rw-r--r-- | lang/php71/distinfo | 10 |
3 files changed, 8 insertions, 11 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 70bbc5e854a..e1012f8dd37 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.167 2016/12/10 07:09:30 taca Exp $ +# $NetBSD: phpversion.mk,v 1.168 2016/12/10 07:10:53 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 @@ -89,7 +89,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP56_VERSION= 5.6.29 PHP70_VERSION= 7.0.14 -PHP71_VERSION= 7.1.0RC6 +PHP71_VERSION= 7.1.0 # Define initial release of major version. PHP56_RELDATE= 20140828 diff --git a/lang/php71/Makefile b/lang/php71/Makefile index 71dc5d8486f..45db3c7a2fe 100644 --- a/lang/php71/Makefile +++ b/lang/php71/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2016/11/05 14:30:30 jdolecek Exp $ +# $NetBSD: Makefile,v 1.5 2016/12/10 07:10:53 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. @@ -10,9 +10,6 @@ HOMEPAGE= http://www.php.net/ COMMENT= PHP Hypertext Preprocessor version 7.1 LICENSE= php -# 7.1 is in beta, available only on dev location -MASTER_SITES= https://downloads.php.net/~krakjoe/ - TEST_TARGET= test USE_TOOLS+= gmake lex pkg-config diff --git a/lang/php71/distinfo b/lang/php71/distinfo index 8f28c7f71a1..15e6bc45267 100644 --- a/lang/php71/distinfo +++ b/lang/php71/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.9 2016/11/12 15:41:24 taca Exp $ +$NetBSD: distinfo,v 1.10 2016/12/10 07:10:53 taca Exp $ -SHA1 (php-7.1.0RC6.tar.bz2) = 46144d74951f0ecfb2ce8d1c5d7890175cfd47b4 -RMD160 (php-7.1.0RC6.tar.bz2) = 3020a5f6ea44d88e49fb642d722c7819557304a7 -SHA512 (php-7.1.0RC6.tar.bz2) = f0343af4baff40c5411656ca9b9ac4e5e920de8e9cb99df0b957a7f87f59fcb097e80e53b6edb26027f89488086d7955b3e1f8967bef8fb396c8af67bc5455dc -Size (php-7.1.0RC6.tar.bz2) = 15555392 bytes +SHA1 (php-7.1.0.tar.bz2) = 06e08b5cbbd84497b281f4902a853a978ece0b48 +RMD160 (php-7.1.0.tar.bz2) = ba2ece4ade6b74238e60e5ca57e7cba83f7f3e29 +SHA512 (php-7.1.0.tar.bz2) = 94c051abd19dbdf3d016f068269b5c6d667938def4df1732f7826a0ab2dd1fa541ff838dafc1531e1c4fa790df0b07feaef97512b28dda3e4ce5e724ede89b37 +Size (php-7.1.0.tar.bz2) = 15781955 bytes SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f |