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

Gerald Pfeifer gerald at FreeBSD.org
Mon Mar 16 08:59:51 UTC 2020


Author: gerald
Date: Mon Mar 16 08:59:49 2020
New Revision: 528520
URL: https://svnweb.freebsd.org/changeset/ports/528520

Log:
  Update to the 20200314 snapshot of GCC 9.3.1 (after there was no
  snapshot the week before due to server migration).
  
  This is the first snapshot after the GCC 9.3 release and as such
  brings a bunch of further backports for the release, including some
  for the tree and RTL optimizers, Arm, rs6000 and x86 (AVX2) backends,
  and in addition to one for Fortran some twenty for the C++ front end.

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

Modified: head/lang/gcc9-devel/Makefile
==============================================================================
--- head/lang/gcc9-devel/Makefile	Mon Mar 16 07:10:39 2020	(r528519)
+++ head/lang/gcc9-devel/Makefile	Mon Mar 16 08:59:49 2020	(r528520)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	9.2.1.s20200229
+PORTVERSION=	9.3.1.s20200314
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel

Modified: head/lang/gcc9-devel/distinfo
==============================================================================
--- head/lang/gcc9-devel/distinfo	Mon Mar 16 07:10:39 2020	(r528519)
+++ head/lang/gcc9-devel/distinfo	Mon Mar 16 08:59:49 2020	(r528520)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583016868
-SHA256 (gcc-9-20200229.tar.xz) = fb7c50fbfcf31ede5b8c8b898f5501e5c007123ee5fb64f271605ae1d812b325
-SIZE (gcc-9-20200229.tar.xz) = 68788800
+TIMESTAMP = 1584289015
+SHA256 (gcc-9-20200314.tar.xz) = 7fa7d2900e8e86bb42e29f39dcc44b6b97d056b8637d3739c944a5ed0eca1e39
+SIZE (gcc-9-20200314.tar.xz) = 67480260


More information about the svn-ports-head mailing list