From 32fde12fe24d2e4b142f3a779bd7ca675fb277af Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Wed, 14 Jun 2017 21:32:46 +0000 Subject: [PATCH] Update to the 20170607 snapshot of GCC 6.3.1. Adjust WWW reference in pkg-descr to https and avoid a trailing slash. --- lang/gcc6-devel/Makefile | 2 +- lang/gcc6-devel/distinfo | 6 +++--- lang/gcc6-devel/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/gcc6-devel/Makefile b/lang/gcc6-devel/Makefile index b40e6393037d..28eb4b77faa2 100644 --- a/lang/gcc6-devel/Makefile +++ b/lang/gcc6-devel/Makefile @@ -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 diff --git a/lang/gcc6-devel/distinfo b/lang/gcc6-devel/distinfo index e80fe6f6dd75..2fa63c239f41 100644 --- a/lang/gcc6-devel/distinfo +++ b/lang/gcc6-devel/distinfo @@ -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 diff --git a/lang/gcc6-devel/pkg-descr b/lang/gcc6-devel/pkg-descr index 84ffe9c30a7f..ce076b131a16 100644 --- a/lang/gcc6-devel/pkg-descr +++ b/lang/gcc6-devel/pkg-descr @@ -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