From owner-svn-ports-head@freebsd.org Fri Dec 14 15:44: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 458D813385E3; Fri, 14 Dec 2018 15:44: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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E141D828FF; Fri, 14 Dec 2018 15:44:09 +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 D1C891689; Fri, 14 Dec 2018 15:44:09 +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 wBEFi9EK032545; Fri, 14 Dec 2018 15:44:09 GMT (envelope-from jlaffaye@FreeBSD.org) Received: (from jlaffaye@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBEFi9H4032542; Fri, 14 Dec 2018 15:44:09 GMT (envelope-from jlaffaye@FreeBSD.org) Message-Id: <201812141544.wBEFi9H4032542@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlaffaye set sender to jlaffaye@FreeBSD.org using -f From: Julien Laffaye Date: Fri, 14 Dec 2018 15:44:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487441 - head/lang/go X-SVN-Group: ports-head X-SVN-Commit-Author: jlaffaye X-SVN-Commit-Paths: head/lang/go X-SVN-Commit-Revision: 487441 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E141D828FF X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-1.60 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.85)[-0.853,0]; NEURAL_HAM_SHORT(-0.75)[-0.748,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 14 Dec 2018 15:44:10 -0000 Author: jlaffaye Date: Fri Dec 14 15:44:08 2018 New Revision: 487441 URL: https://svnweb.freebsd.org/changeset/ports/487441 Log: Update to 1.11.3 Modified: head/lang/go/Makefile head/lang/go/distinfo head/lang/go/pkg-plist Modified: head/lang/go/Makefile ============================================================================== --- head/lang/go/Makefile Fri Dec 14 15:11:56 2018 (r487440) +++ head/lang/go/Makefile Fri Dec 14 15:44:08 2018 (r487441) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION= 1.11.1 +PORTVERSION= 1.11.3 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= https://golang.org/dl/ Modified: head/lang/go/distinfo ============================================================================== --- head/lang/go/distinfo Fri Dec 14 15:11:56 2018 (r487440) +++ head/lang/go/distinfo Fri Dec 14 15:44:08 2018 (r487441) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538502423 -SHA256 (go1.11.1.src.tar.gz) = 558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117 -SIZE (go1.11.1.src.tar.gz) = 21097206 +TIMESTAMP = 1544800912 +SHA256 (go1.11.3.src.tar.gz) = 7ec5140f384db2bd42b396c93c231dfba342ee137ad8a4b33120016951eb1231 +SIZE (go1.11.3.src.tar.gz) = 21104589 Modified: head/lang/go/pkg-plist ============================================================================== --- head/lang/go/pkg-plist Fri Dec 14 15:11:56 2018 (r487440) +++ head/lang/go/pkg-plist Fri Dec 14 15:44:08 2018 (r487441) @@ -2134,6 +2134,7 @@ go/src/cmd/go/internal/generate/generate.go go/src/cmd/go/internal/generate/generate_test.go go/src/cmd/go/internal/get/discovery.go go/src/cmd/go/internal/get/get.go +go/src/cmd/go/internal/get/path.go go/src/cmd/go/internal/get/pkg_test.go go/src/cmd/go/internal/get/tag_test.go go/src/cmd/go/internal/get/vcs.go @@ -2407,6 +2408,10 @@ go/src/cmd/go/testdata/script/cover_pkgall_runtime.txt go/src/cmd/go/testdata/script/cpu_profile_twice.txt go/src/cmd/go/testdata/script/fileline.txt go/src/cmd/go/testdata/script/gcflags_patterns.txt +go/src/cmd/go/testdata/script/get_brace.txt +go/src/cmd/go/testdata/script/get_dotfiles.txt +go/src/cmd/go/testdata/script/get_tilde.txt +go/src/cmd/go/testdata/script/get_unicode.txt go/src/cmd/go/testdata/script/get_with_git_trace.txt go/src/cmd/go/testdata/script/goflags.txt go/src/cmd/go/testdata/script/help.txt @@ -2456,6 +2461,7 @@ go/src/cmd/go/testdata/script/mod_get_pseudo.txt go/src/cmd/go/testdata/script/mod_get_upgrade.txt go/src/cmd/go/testdata/script/mod_get_warning.txt go/src/cmd/go/testdata/script/mod_getmode_vendor.txt +go/src/cmd/go/testdata/script/mod_git_export_subst.txt go/src/cmd/go/testdata/script/mod_go_version.txt go/src/cmd/go/testdata/script/mod_gobuild_import.txt go/src/cmd/go/testdata/script/mod_gofmt_invalid.txt @@ -8464,8 +8470,10 @@ go/test/fixedbugs/issue26495.go go/test/fixedbugs/issue27143.go go/test/fixedbugs/issue27278.go go/test/fixedbugs/issue27289.go +go/test/fixedbugs/issue27356.go go/test/fixedbugs/issue27695.go go/test/fixedbugs/issue27695b.go +go/test/fixedbugs/issue27961.go go/test/fixedbugs/issue3552.dir/one.go go/test/fixedbugs/issue3552.dir/two.go go/test/fixedbugs/issue3552.go