diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-05-24 22:03:13 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-05-24 22:03:13 +0000 |
commit | ddf8b3e6be1c5e8bd6c6415891ec22c20f432245 (patch) | |
tree | b081d78113ca925fe19b83a3d5fe9d4f14585aa0 | |
parent | Fix strncat() misuse, and enable TCL option. (diff) |
Update to the 20160522 development snapshot of GCC 7.
Notes
Notes:
svn path=/head/; revision=415813
-rw-r--r-- | lang/gcc7-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc7-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc7-devel/Makefile b/lang/gcc7-devel/Makefile index fbb7d5f24dc3..50f0a1726e1d 100644 --- a/lang/gcc7-devel/Makefile +++ b/lang/gcc7-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 7.0.0.s20160515 +PORTVERSION= 7.0.0.s20160522 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc7-devel/distinfo b/lang/gcc7-devel/distinfo index 4e5d31a043d3..64356df3d7fe 100644 --- a/lang/gcc7-devel/distinfo +++ b/lang/gcc7-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1463496331 -SHA256 (gcc-7-20160515.tar.bz2) = 53da08c6e2c524fedf198760fe64a7a191c463e8256bdc9e04cbaaa1e1a36e9d -SIZE (gcc-7-20160515.tar.bz2) = 95471234 +TIMESTAMP = 1464119159 +SHA256 (gcc-7-20160522.tar.bz2) = bb2d29bf3c6a054d26bea6a8db35a478c77f47eeb2d97dea1856108740293072 +SIZE (gcc-7-20160522.tar.bz2) = 95573847 |