diff options
| author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2020-12-03 17:20:11 +0000 |
|---|---|---|
| committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2020-12-03 17:20:11 +0000 |
| commit | 015f7a1626fdc2d71b02f78b10e4aa162107d421 (patch) | |
| tree | 1f425a858743d95a3920931c2838cac7d5f2def7 /lang/php80 | |
| parent | lang/php74: Update from 7.4.12 to 7.4.13 (diff) | |
lang/phph80: Upgrade from RC 5 to 8.0.0
PHP 8.0 comes with numerous improvements and new features such as:
Union Types
Named Arguments
Match Expressions
Attributes
Constructor Property Promotion
Nullsafe Operator
Weak Maps
Just In Time Compilation
And much much more...
Take a look at the PHP 8.0 Announcement Addendum for more information:
https://www.php.net/releases/8.0/
Sponsored by: PHP Update Service
Notes
Notes:
svn path=/head/; revision=556917
Diffstat (limited to 'lang/php80')
| -rw-r--r-- | lang/php80/Makefile | 4 | ||||
| -rw-r--r-- | lang/php80/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/php80/Makefile b/lang/php80/Makefile index cbf144c29611..e707be8fa7b2 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= php80 -DISTVERSION= 8.0.0RC5 +DISTVERSION= 8.0.0 PORTREVISION?= 1 CATEGORIES?= lang devel www -MASTER_SITES= https://downloads.php.net/~carusogabriel/ +MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} MAINTAINER= tz@FreeBSD.org diff --git a/lang/php80/distinfo b/lang/php80/distinfo index 69ffb4afdb1e..7eb5d6bc9032 100644 --- a/lang/php80/distinfo +++ b/lang/php80/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605881259 -SHA256 (php-8.0.0RC5.tar.xz) = fa2e98d8b42e497a45f491c4714f0a67f7d817ff2f7ab9aad09efb72d2a8c60b -SIZE (php-8.0.0RC5.tar.xz) = 10628232 +TIMESTAMP = 1606917407 +SHA256 (php-8.0.0.tar.xz) = b5278b3eef584f0c075d15666da4e952fa3859ee509d6b0cc2ed13df13f65ebb +SIZE (php-8.0.0.tar.xz) = 10726788 |
