From owner-svn-ports-head@freebsd.org Wed Jun 14 21:32:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C1B9BF4566; Wed, 14 Jun 2017 21:32:48 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEBCB79AC7; Wed, 14 Jun 2017 21:32:47 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5ELWlqe095032; Wed, 14 Jun 2017 21:32:47 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5ELWk8a095029; Wed, 14 Jun 2017 21:32:46 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201706142132.v5ELWk8a095029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 14 Jun 2017 21:32:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443604 - head/lang/gcc6-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2017 21:32:48 -0000 Author: gerald Date: Wed Jun 14 21:32:46 2017 New Revision: 443604 URL: https://svnweb.freebsd.org/changeset/ports/443604 Log: Update to the 20170607 snapshot of GCC 6.3.1. Adjust WWW reference in pkg-descr to https and avoid a trailing slash. Modified: head/lang/gcc6-devel/Makefile head/lang/gcc6-devel/distinfo head/lang/gcc6-devel/pkg-descr Modified: head/lang/gcc6-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Wed Jun 14 21:31:11 2017 (r443603) +++ head/lang/gcc6-devel/Makefile Wed Jun 14 21:32:46 2017 (r443604) @@ -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 Modified: head/lang/gcc6-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Wed Jun 14 21:31:11 2017 (r443603) +++ head/lang/gcc6-devel/distinfo Wed Jun 14 21:32:46 2017 (r443604) @@ -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 Modified: head/lang/gcc6-devel/pkg-descr ============================================================================== --- head/lang/gcc6-devel/pkg-descr Wed Jun 14 21:31:11 2017 (r443603) +++ head/lang/gcc6-devel/pkg-descr Wed Jun 14 21:32:46 2017 (r443604) @@ -2,6 +2,6 @@ GCC, the GNU Compiler Collection, supports a number of 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