1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

Update to the 20170607 snapshot of GCC 6.3.1.

Adjust WWW reference in pkg-descr to https and avoid a trailing slash.
This commit is contained in:
Gerald Pfeifer 2017-06-14 21:32:46 +00:00
parent 3febde1e72
commit 32fde12fe2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443604
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
PORTVERSION= 6.3.1.s20170531
PORTVERSION= 6.3.1.s20170607
CATEGORIES= lang java
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1496329266
SHA256 (gcc-6-20170531.tar.xz) = 08bd665e6da481c4f1aad6ae79df80a7887a0cfaeab237d8a551a755d455ca12
SIZE (gcc-6-20170531.tar.xz) = 72561868
TIMESTAMP = 1496954420
SHA256 (gcc-6-20170607.tar.xz) = 5084d593b8ffc7924e24ebe4f53d99e0c4a1ec4aea8a369e89bb94fdbba2eb76
SIZE (gcc-6-20170607.tar.xz) = 72566872

View File

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