svn commit: r538812 - head/lang/gcc9-devel

Gerald Pfeifer gerald at FreeBSD.org
Sun Jun 14 15:25:07 UTC 2020


Author: gerald
Date: Sun Jun 14 15:25:06 2020
New Revision: 538812
URL: https://svnweb.freebsd.org/changeset/ports/538812

Log:
  Update to the 20200612 snapshot of GCC 9.3.1.
  
  On the x86 side this automatically detects the Intel Airmont, Tremont,
  Comet Lake, Ice Lake and Tiger Lake processor families.
  
  It also brings two improvements for the C++ front end and seven for
  Fortran, plus one for the powerpc back end.

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

Modified: head/lang/gcc9-devel/Makefile
==============================================================================
--- head/lang/gcc9-devel/Makefile	Sun Jun 14 15:22:25 2020	(r538811)
+++ head/lang/gcc9-devel/Makefile	Sun Jun 14 15:25:06 2020	(r538812)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	9.3.1.s20200605
+PORTVERSION=	9.3.1.s20200612
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel

Modified: head/lang/gcc9-devel/distinfo
==============================================================================
--- head/lang/gcc9-devel/distinfo	Sun Jun 14 15:22:25 2020	(r538811)
+++ head/lang/gcc9-devel/distinfo	Sun Jun 14 15:25:06 2020	(r538812)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1591460962
-SHA256 (gcc-9-20200605.tar.xz) = 5da9903a85775f35505f70c7da88a771da7e62f9786b733867e30ff7520f87ee
-SIZE (gcc-9-20200605.tar.xz) = 67525300
+TIMESTAMP = 1592080791
+SHA256 (gcc-9-20200612.tar.xz) = 2b1b445c341f6f3e38fac3cbe9689e8da7f0a308e1bc59d63832006cf34fda80
+SIZE (gcc-9-20200612.tar.xz) = 67525608


More information about the svn-ports-all mailing list