Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2019 05:52:17 +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: r502188 - head/lang/gcc9-devel
Message-ID:  <201905210552.x4L5qHRn054077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Tue May 21 05:52:16 2019
New Revision: 502188
URL: https://svnweb.freebsd.org/changeset/ports/502188

Log:
  Update to the 20180518 snapshot of GCC 9.1.1.
  
  Proactively add a CONFLICTS statement with the lang/gcc9 port that
  should be landing any day now.  That'll avoid a PORTREVISION bump
  and rebuild at that point.

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

Modified: head/lang/gcc9-devel/Makefile
==============================================================================
--- head/lang/gcc9-devel/Makefile	Tue May 21 05:51:11 2019	(r502187)
+++ head/lang/gcc9-devel/Makefile	Tue May 21 05:52:16 2019	(r502188)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	9.1.1.s20190511
+PORTVERSION=	9.1.1.s20190518
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel
@@ -28,6 +28,8 @@ BUILD_DEPENDS+=	runtest:misc/dejagnu
 USES=		compiler cpe gmake iconv libtool makeinfo perl5 tar:xz
 USE_BINUTILS=	yes
 USE_PERL5=	build
+
+CONFLICTS=	gcc9-9.*
 
 CPE_VENDOR=	gnu
 CPE_VERSION=	${GCC_VERSION}

Modified: head/lang/gcc9-devel/distinfo
==============================================================================
--- head/lang/gcc9-devel/distinfo	Tue May 21 05:51:11 2019	(r502187)
+++ head/lang/gcc9-devel/distinfo	Tue May 21 05:52:16 2019	(r502188)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557640803
-SHA256 (gcc-9-20190511.tar.xz) = 2b42cfba287125b555d9354c494d69e5f61456d5659338635e9dcc21d3506927
-SIZE (gcc-9-20190511.tar.xz) = 68754132
+TIMESTAMP = 1558275326
+SHA256 (gcc-9-20190518.tar.xz) = eb07add32c24e84bec7f386c33ac76b959add831791bfd1fb79491f42aa9ed69
+SIZE (gcc-9-20190518.tar.xz) = 68755808



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