Date: Fri, 7 Dec 2018 07:50:31 +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: r486830 - in head: lang/php73 mail/php73-imap/files Message-ID: <201812070750.wB77oVUA000960@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Fri Dec 7 07:50:31 2018 New Revision: 486830 URL: https://svnweb.freebsd.org/changeset/ports/486830 Log: lang/php73: Upgrade from RC6 to 7.3.0 Changelog: http://www.php.net/ChangeLog-7.php#7.3.0 Deleted: head/mail/php73-imap/files/patch-php__imap.c head/mail/php73-imap/files/patch-php__imap.h Modified: head/lang/php73/Makefile head/lang/php73/distinfo Modified: head/lang/php73/Makefile ============================================================================== --- head/lang/php73/Makefile Fri Dec 7 07:46:13 2018 (r486829) +++ head/lang/php73/Makefile Fri Dec 7 07:50:31 2018 (r486830) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= php73 -DISTVERSION= 7.3.0RC6 +DISTVERSION= 7.3.0 PORTREVISION?= 0 CATEGORIES?= lang devel www -MASTER_SITES= https://downloads.php.net/~cmb/ +MASTER_SITES= PHP/distributions DISTNAME= php-${DISTVERSION} MAINTAINER= tz@FreeBSD.org Modified: head/lang/php73/distinfo ============================================================================== --- head/lang/php73/distinfo Fri Dec 7 07:46:13 2018 (r486829) +++ head/lang/php73/distinfo Fri Dec 7 07:50:31 2018 (r486830) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542968426 -SHA256 (php-7.3.0RC6.tar.xz) = 8120b5830e24d5fabc96da693ab924852e6c2a95829ad994d6a5107c69787848 -SIZE (php-7.3.0RC6.tar.xz) = 11918172 +TIMESTAMP = 1544005190 +SHA256 (php-7.3.0.tar.xz) = 7d195cad55af8b288c3919c67023a14ff870a73e3acc2165a6d17a4850a560b5 +SIZE (php-7.3.0.tar.xz) = 11928820
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812070750.wB77oVUA000960>