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:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue