Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Dec 2020 17:20:11 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556917 - head/lang/php80
Message-ID:  <202012031720.0B3HKBSu015973@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Thu Dec  3 17:20:11 2020
New Revision: 556917
URL: https://svnweb.freebsd.org/changeset/ports/556917

Log:
  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

Modified:
  head/lang/php80/Makefile
  head/lang/php80/distinfo

Modified: head/lang/php80/Makefile
==============================================================================
--- head/lang/php80/Makefile	Thu Dec  3 17:18:34 2020	(r556916)
+++ head/lang/php80/Makefile	Thu Dec  3 17:20:11 2020	(r556917)
@@ -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

Modified: head/lang/php80/distinfo
==============================================================================
--- head/lang/php80/distinfo	Thu Dec  3 17:18:34 2020	(r556916)
+++ head/lang/php80/distinfo	Thu Dec  3 17:20:11 2020	(r556917)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012031720.0B3HKBSu015973>