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:
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
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= gcc
|
PORTNAME= gcc
|
||||||
PORTVERSION= 6.3.1.s20170531
|
PORTVERSION= 6.3.1.s20170607
|
||||||
CATEGORIES= lang java
|
CATEGORIES= lang java
|
||||||
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
|
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
|
||||||
PKGNAMESUFFIX= ${SUFFIX}-devel
|
PKGNAMESUFFIX= ${SUFFIX}-devel
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1496329266
|
TIMESTAMP = 1496954420
|
||||||
SHA256 (gcc-6-20170531.tar.xz) = 08bd665e6da481c4f1aad6ae79df80a7887a0cfaeab237d8a551a755d455ca12
|
SHA256 (gcc-6-20170607.tar.xz) = 5084d593b8ffc7924e24ebe4f53d99e0c4a1ec4aea8a369e89bb94fdbba2eb76
|
||||||
SIZE (gcc-6-20170531.tar.xz) = 72561868
|
SIZE (gcc-6-20170607.tar.xz) = 72566872
|
||||||
|
|
|
@ -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,
|
port installs the C, C++, Fortran and Java front ends as gcc6, g++6,
|
||||||
gfortran6, and gcj6, respectively.
|
gfortran6, and gcj6, respectively.
|
||||||
|
|
||||||
WWW: http://gcc.gnu.org/
|
WWW: https://gcc.gnu.org
|
||||||
|
|
||||||
Gerald Pfeifer <gerald@FreeBSD.org>
|
Gerald Pfeifer <gerald@FreeBSD.org>
|
||||||
|
|
Loading…
Reference in a new issue