From owner-svn-ports-head@freebsd.org Tue May 22 14:32:10 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89320EF8159; Tue, 22 May 2018 14:32:10 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3AD3D78039; Tue, 22 May 2018 14:32:10 +0000 (UTC) (envelope-from jlaffaye@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1C0B8154E0; Tue, 22 May 2018 14:32:10 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4MEWAqr040890; Tue, 22 May 2018 14:32:10 GMT (envelope-from jlaffaye@FreeBSD.org) Received: (from jlaffaye@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4MEW96x040886; Tue, 22 May 2018 14:32:09 GMT (envelope-from jlaffaye@FreeBSD.org) Message-Id: <201805221432.w4MEW96x040886@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlaffaye set sender to jlaffaye@FreeBSD.org using -f From: Julien Laffaye Date: Tue, 22 May 2018 14:32:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470619 - head/lang/go X-SVN-Group: ports-head X-SVN-Commit-Author: jlaffaye X-SVN-Commit-Paths: head/lang/go X-SVN-Commit-Revision: 470619 X-SVN-Commit-Repository: ports 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.26 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: Tue, 22 May 2018 14:32:10 -0000 Author: jlaffaye Date: Tue May 22 14:32:09 2018 New Revision: 470619 URL: https://svnweb.freebsd.org/changeset/ports/470619 Log: Update to 1.10.2 PR: 228253 Submitted by: Dmitri Goutnik Modified: head/lang/go/Makefile head/lang/go/distinfo head/lang/go/pkg-plist Modified: head/lang/go/Makefile ============================================================================== --- head/lang/go/Makefile Tue May 22 14:30:07 2018 (r470618) +++ head/lang/go/Makefile Tue May 22 14:32:09 2018 (r470619) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION= 1.10.1 +PORTVERSION= 1.10.2 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= https://golang.org/dl/ Modified: head/lang/go/distinfo ============================================================================== --- head/lang/go/distinfo Tue May 22 14:30:07 2018 (r470618) +++ head/lang/go/distinfo Tue May 22 14:32:09 2018 (r470619) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522694378 -SHA256 (go1.10.1.src.tar.gz) = 589449ff6c3ccbff1d391d4e7ab5bb5d5643a5a41a04c99315e55c16bbf73ddc -SIZE (go1.10.1.src.tar.gz) = 18305765 +TIMESTAMP = 1526325564 +SHA256 (go1.10.2.src.tar.gz) = 6264609c6b9cd8ed8e02ca84605d727ce1898d74efa79841660b2e3e985a98bd +SIZE (go1.10.2.src.tar.gz) = 18308678 Modified: head/lang/go/pkg-plist ============================================================================== --- head/lang/go/pkg-plist Tue May 22 14:30:07 2018 (r470618) +++ head/lang/go/pkg-plist Tue May 22 14:32:09 2018 (r470619) @@ -2380,6 +2380,8 @@ go/src/cmd/internal/test2json/testdata/benchshort.json go/src/cmd/internal/test2json/testdata/benchshort.test go/src/cmd/internal/test2json/testdata/issue23036.json go/src/cmd/internal/test2json/testdata/issue23036.test +go/src/cmd/internal/test2json/testdata/issue23920.json +go/src/cmd/internal/test2json/testdata/issue23920.test go/src/cmd/internal/test2json/testdata/smiley.json go/src/cmd/internal/test2json/testdata/smiley.test go/src/cmd/internal/test2json/testdata/unicode.json @@ -7356,6 +7358,7 @@ go/test/fixedbugs/issue23545.go go/test/fixedbugs/issue23719.go go/test/fixedbugs/issue23812.go go/test/fixedbugs/issue24449.go +go/test/fixedbugs/issue24817.go go/test/fixedbugs/issue2615.go go/test/fixedbugs/issue3552.dir/one.go go/test/fixedbugs/issue3552.dir/two.go