Date: Thu, 26 Mar 2020 14:16:58 +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: r529189 - in head/lang/gcc9: . files Message-ID: <202003261416.02QEGwxi093174@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Thu Mar 26 14:16:58 2020 New Revision: 529189 URL: https://svnweb.freebsd.org/changeset/ports/529189 Log: Update to the GCC 9.3 release, which fixes some 157 further bugs. This remains the default version of GCC in the Ports Collection, and this update mostly addresses regressions. files/patch-powerpc32 was a backport from this release branch to begin with and has now become obsolete. [1] PR: 241125 [1] Deleted: head/lang/gcc9/files/patch-powerpc32 Modified: head/lang/gcc9/Makefile head/lang/gcc9/distinfo Modified: head/lang/gcc9/Makefile ============================================================================== --- head/lang/gcc9/Makefile Thu Mar 26 13:57:26 2020 (r529188) +++ head/lang/gcc9/Makefile Thu Mar 26 14:16:58 2020 (r529189) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 9.2.0 -PORTREVISION= 1 +PORTVERSION= 9.3.0 CATEGORIES= lang MASTER_SITES= GCC PKGNAMESUFFIX= ${SUFFIX} Modified: head/lang/gcc9/distinfo ============================================================================== --- head/lang/gcc9/distinfo Thu Mar 26 13:57:26 2020 (r529188) +++ head/lang/gcc9/distinfo Thu Mar 26 14:16:58 2020 (r529189) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565818139 -SHA256 (gcc-9.2.0.tar.xz) = ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206 -SIZE (gcc-9.2.0.tar.xz) = 70607648 +TIMESTAMP = 1584289638 +SHA256 (gcc-9.3.0.tar.xz) = 71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1 +SIZE (gcc-9.3.0.tar.xz) = 70533868
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003261416.02QEGwxi093174>