Update to the 20170604 snapshot of GCC 8.

Adjust WWW reference in pkg-descr to https and avoid a trailing slash.
This commit is contained in:
Gerald Pfeifer 2017-06-05 05:25:38 +00:00
parent 9cab58e7db
commit a6c1ebc570
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442606
3 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
PORTVERSION= 8.0.0.s20170528
PORTVERSION= 8.0.0.s20170604
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1496100494
SHA256 (gcc-8-20170528.tar.xz) = 964c036abe0ce966699245809a8bef877ede6bb857b8d68d83edc1ee34270281
SIZE (gcc-8-20170528.tar.xz) = 63195204
TIMESTAMP = 1496634280
SHA256 (gcc-8-20170604.tar.xz) = b07104e99b0b2f613395b74260b05adb1c2f59b9549713a07a63425ecb33e411
SIZE (gcc-8-20170604.tar.xz) = 59367680

View file

@ -2,6 +2,6 @@ GCC, the GNU Compiler Collection, supports a number of languages. This
port installs the C, C++, and Fortran front ends as gcc8, g++8, gfortran8,
respectively.
WWW: http://gcc.gnu.org/
WWW: https://gcc.gnu.org
Gerald Pfeifer <gerald@FreeBSD.org>