Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 May 2018 19:35:44 +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: r469247 - head/lang/gcc8-devel
Message-ID:  <201805061935.w46JZiZi057716@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun May  6 19:35:44 2018
New Revision: 469247
URL: https://svnweb.freebsd.org/changeset/ports/469247

Log:
  Update to the 20180504 snapshot of GCC 8.1.1.  This is just after the
  release of GCC 8.1 (the first of the GCC 8 series) and thus pretty much
  the same, hence the jump in version number from 8.0.1 to 8.1.1.
  
  Add a conflict with the soon forthcoming lang/gcc8 port that is going
  to track GCC 8 releases.

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

Modified: head/lang/gcc8-devel/Makefile
==============================================================================
--- head/lang/gcc8-devel/Makefile	Sun May  6 19:23:25 2018	(r469246)
+++ head/lang/gcc8-devel/Makefile	Sun May  6 19:35:44 2018	(r469247)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	8.0.1.s20180422
+PORTVERSION=	8.1.1.s20180504
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel
@@ -25,6 +25,8 @@ RUN_DEPENDS+=	${LOCALBASE}/bin/as:devel/binutils
 .if defined(MAINTAINER_MODE)
 BUILD_DEPENDS+=	runtest:misc/dejagnu
 .endif
+
+CONFLICTS=	gcc8-8.*
 
 CPE_VENDOR=	gnu
 CPE_VERSION=	${GCC_VERSION}

Modified: head/lang/gcc8-devel/distinfo
==============================================================================
--- head/lang/gcc8-devel/distinfo	Sun May  6 19:23:25 2018	(r469246)
+++ head/lang/gcc8-devel/distinfo	Sun May  6 19:35:44 2018	(r469247)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524845477
-SHA256 (gcc-8-20180422.tar.xz) = 1e881410be47c9139bea0058be660e9847263bb22e26bb0bf4cf7b31620a7106
-SIZE (gcc-8-20180422.tar.xz) = 61585772
+TIMESTAMP = 1525632180
+SHA256 (gcc-8-20180504.tar.xz) = b49b674524449c999c0966271c2fc4488a2db8cec8d65e78ba6665408577f572
+SIZE (gcc-8-20180504.tar.xz) = 61615356



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