Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 2019 05:23:08 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509407 - head/lang/gcc9-devel
Message-ID:  <201908200523.x7K5N8XZ023605@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Tue Aug 20 05:23:08 2019
New Revision: 509407
URL: https://svnweb.freebsd.org/changeset/ports/509407

Log:
  Update to the 20190817 snapshot of GCC 9.2.1.  (This is now past the
  GCC 9.2 release, thus the move from 9.1.1 to 9.2.1.)
  
  This brings fixes to register allocation and tree optimizations, LTO,
  C++, and a good dose of Fortran.

Modified:
  head/lang/gcc9-devel/Makefile
  head/lang/gcc9-devel/distinfo

Modified: head/lang/gcc9-devel/Makefile
==============================================================================
--- head/lang/gcc9-devel/Makefile	Tue Aug 20 04:55:25 2019	(r509406)
+++ head/lang/gcc9-devel/Makefile	Tue Aug 20 05:23:08 2019	(r509407)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	9.1.1.s20190810
+PORTVERSION=	9.2.1.s20190817
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel

Modified: head/lang/gcc9-devel/distinfo
==============================================================================
--- head/lang/gcc9-devel/distinfo	Tue Aug 20 04:55:25 2019	(r509406)
+++ head/lang/gcc9-devel/distinfo	Tue Aug 20 05:23:08 2019	(r509407)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1565511023
-SHA256 (gcc-9-20190810.tar.xz) = 7bdebde0c6d4389499aff4886f5608234dad340bbcd256ebdbdb96dbd20a0815
-SIZE (gcc-9-20190810.tar.xz) = 68858948
+TIMESTAMP = 1566113815
+SHA256 (gcc-9-20190817.tar.xz) = e41123c050885cac2e5e3c4df5efe6cdda1c0ed71d463be852bbbd77dad87cbc
+SIZE (gcc-9-20190817.tar.xz) = 68867908



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