diff options
author | gerald <gerald@FreeBSD.org> | 2018-05-07 03:35:44 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-05-07 03:35:44 +0800 |
commit | fcca69b27b08d5736b6bb2b685f7c638b27bbe1b (patch) | |
tree | 70c3b2e8a59c454582d8abca7c24fde3f8ab1d03 /lang/gcc8-devel | |
parent | 0f5bdc8e78a3ba0552238648a2bef5005d20217d (diff) | |
download | freebsd-ports-gnome-fcca69b27b08d5736b6bb2b685f7c638b27bbe1b.tar.gz freebsd-ports-gnome-fcca69b27b08d5736b6bb2b685f7c638b27bbe1b.tar.zst freebsd-ports-gnome-fcca69b27b08d5736b6bb2b685f7c638b27bbe1b.zip |
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.
Diffstat (limited to 'lang/gcc8-devel')
-rw-r--r-- | lang/gcc8-devel/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc8-devel/distinfo | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/lang/gcc8-devel/Makefile b/lang/gcc8-devel/Makefile index 2b6b9d206fa0..ea12fe224e7b 100644 --- a/lang/gcc8-devel/Makefile +++ b/lang/gcc8-devel/Makefile @@ -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 @@ -26,6 +26,8 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils BUILD_DEPENDS+= runtest:misc/dejagnu .endif +CONFLICTS= gcc8-8.* + CPE_VENDOR= gnu CPE_VERSION= ${GCC_VERSION} diff --git a/lang/gcc8-devel/distinfo b/lang/gcc8-devel/distinfo index 5c86dad000d8..42f103d9c7d4 100644 --- a/lang/gcc8-devel/distinfo +++ b/lang/gcc8-devel/distinfo @@ -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 |