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.
This commit is contained in:
parent
f6d8b29a9f
commit
9551168693
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502188
2 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
@ -29,6 +29,8 @@ 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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue