From owner-svn-ports-all@freebsd.org Wed May 30 18:30:19 2018 Return-Path: Delivered-To: svn-ports-all@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 5E6EEFD1CE8; Wed, 30 May 2018 18:30:19 +0000 (UTC) (envelope-from feld@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 10AF571D48; Wed, 30 May 2018 18:30:19 +0000 (UTC) (envelope-from feld@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 E6DF06B6B; Wed, 30 May 2018 18:30:18 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4UIUIY1010934; Wed, 30 May 2018 18:30:18 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4UIUIKu010932; Wed, 30 May 2018 18:30:18 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201805301830.w4UIUIKu010932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 30 May 2018 18:30:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r471147 - branches/2018Q2/lang/go X-SVN-Group: ports-branches X-SVN-Commit-Author: feld X-SVN-Commit-Paths: branches/2018Q2/lang/go X-SVN-Commit-Revision: 471147 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2018 18:30:19 -0000 Author: feld Date: Wed May 30 18:30:18 2018 New Revision: 471147 URL: https://svnweb.freebsd.org/changeset/ports/471147 Log: MFH: r466249 r470619 Update to 1.10.1 Update to 1.10.2 PR: 228253 Submitted by: Dmitri Goutnik Modified: branches/2018Q2/lang/go/Makefile branches/2018Q2/lang/go/distinfo branches/2018Q2/lang/go/pkg-plist Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/lang/go/Makefile ============================================================================== --- branches/2018Q2/lang/go/Makefile Wed May 30 18:17:12 2018 (r471146) +++ branches/2018Q2/lang/go/Makefile Wed May 30 18:30:18 2018 (r471147) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION= 1.10 +PORTVERSION= 1.10.2 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= https://golang.org/dl/ Modified: branches/2018Q2/lang/go/distinfo ============================================================================== --- branches/2018Q2/lang/go/distinfo Wed May 30 18:17:12 2018 (r471146) +++ branches/2018Q2/lang/go/distinfo Wed May 30 18:30:18 2018 (r471147) @@ -1,3 +1,3 @@ -TIMESTAMP = 1518810210 -SHA256 (go1.10.src.tar.gz) = f3de49289405fda5fd1483a8fe6bd2fa5469e005fd567df64485c4fa000c7f24 -SIZE (go1.10.src.tar.gz) = 18300467 +TIMESTAMP = 1526325564 +SHA256 (go1.10.2.src.tar.gz) = 6264609c6b9cd8ed8e02ca84605d727ce1898d74efa79841660b2e3e985a98bd +SIZE (go1.10.2.src.tar.gz) = 18308678 Modified: branches/2018Q2/lang/go/pkg-plist ============================================================================== --- branches/2018Q2/lang/go/pkg-plist Wed May 30 18:17:12 2018 (r471146) +++ branches/2018Q2/lang/go/pkg-plist Wed May 30 18:30:18 2018 (r471147) @@ -431,6 +431,8 @@ go/misc/cgo/testplugin/src/issue22175/plugin1.go go/misc/cgo/testplugin/src/issue22175/plugin2.go go/misc/cgo/testplugin/src/issue22295.pkg/main.go go/misc/cgo/testplugin/src/issue22295.pkg/plugin.go +go/misc/cgo/testplugin/src/issue24351/main.go +go/misc/cgo/testplugin/src/issue24351/plugin.go go/misc/cgo/testplugin/src/plugin1/plugin1.go go/misc/cgo/testplugin/src/plugin2/plugin2.go go/misc/cgo/testplugin/src/sub/plugin1/plugin1.go @@ -1181,6 +1183,7 @@ go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/aut go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/doc.go go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/flag.go go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/funcdata.go +go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/funcid.go go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/head.go go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/line.go go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/path.go @@ -2340,6 +2343,7 @@ go/src/cmd/internal/objabi/autotype.go go/src/cmd/internal/objabi/doc.go go/src/cmd/internal/objabi/flag.go go/src/cmd/internal/objabi/funcdata.go +go/src/cmd/internal/objabi/funcid.go go/src/cmd/internal/objabi/head.go go/src/cmd/internal/objabi/line.go go/src/cmd/internal/objabi/path.go @@ -2376,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 @@ -3566,6 +3572,8 @@ go/src/go/internal/gcimporter/testdata/versions/test_g go/src/go/internal/srcimporter/srcimporter.go go/src/go/internal/srcimporter/srcimporter_test.go go/src/go/internal/srcimporter/testdata/issue20855/issue20855.go +go/src/go/internal/srcimporter/testdata/issue23092/issue23092.go +go/src/go/internal/srcimporter/testdata/issue24392/issue24392.go go/src/go/parser/error_test.go go/src/go/parser/example_test.go go/src/go/parser/interface.go @@ -4449,6 +4457,7 @@ go/src/net/http/main_test.go go/src/net/http/method.go go/src/net/http/npn_test.go go/src/net/http/pprof/pprof.go +go/src/net/http/pprof/pprof_test.go go/src/net/http/proxy_test.go go/src/net/http/race.go go/src/net/http/range_test.go @@ -7348,6 +7357,8 @@ go/test/fixedbugs/issue23522.go 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