From owner-svn-ports-all@freebsd.org Wed Oct 3 19:53:12 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 A772C10AB97A; Wed, 3 Oct 2018 19:53:12 +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 5383F8CC26; Wed, 3 Oct 2018 19:53:12 +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 4AA831B94A; Wed, 3 Oct 2018 19:53:12 +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 w93JrCq1094890; Wed, 3 Oct 2018 19:53:12 GMT (envelope-from jlaffaye@FreeBSD.org) Received: (from jlaffaye@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w93JrB6Q094887; Wed, 3 Oct 2018 19:53:11 GMT (envelope-from jlaffaye@FreeBSD.org) Message-Id: <201810031953.w93JrB6Q094887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlaffaye set sender to jlaffaye@FreeBSD.org using -f From: Julien Laffaye Date: Wed, 3 Oct 2018 19:53:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481182 - head/lang/go X-SVN-Group: ports-head X-SVN-Commit-Author: jlaffaye X-SVN-Commit-Paths: head/lang/go X-SVN-Commit-Revision: 481182 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.27 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, 03 Oct 2018 19:53:12 -0000 Author: jlaffaye Date: Wed Oct 3 19:53:11 2018 New Revision: 481182 URL: https://svnweb.freebsd.org/changeset/ports/481182 Log: Update to 1.11.1 PR: 231883 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 Wed Oct 3 19:26:27 2018 (r481181) +++ head/lang/go/Makefile Wed Oct 3 19:53:11 2018 (r481182) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION= 1.11 +PORTVERSION= 1.11.1 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= https://golang.org/dl/ Modified: head/lang/go/distinfo ============================================================================== --- head/lang/go/distinfo Wed Oct 3 19:26:27 2018 (r481181) +++ head/lang/go/distinfo Wed Oct 3 19:53:11 2018 (r481182) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535198657 -SHA256 (go1.11.src.tar.gz) = afc1e12f5fe49a471e3aae7d906c73e9d5b1fdd36d52d72652dde8f6250152fb -SIZE (go1.11.src.tar.gz) = 21091932 +TIMESTAMP = 1538502423 +SHA256 (go1.11.1.src.tar.gz) = 558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117 +SIZE (go1.11.1.src.tar.gz) = 21097206 Modified: head/lang/go/pkg-plist ============================================================================== --- head/lang/go/pkg-plist Wed Oct 3 19:26:27 2018 (r481181) +++ head/lang/go/pkg-plist Wed Oct 3 19:53:11 2018 (r481182) @@ -2399,6 +2399,7 @@ go/src/cmd/go/testdata/script/README go/src/cmd/go/testdata/script/binary_only.txt go/src/cmd/go/testdata/script/build_GOTMPDIR.txt go/src/cmd/go/testdata/script/build_cache_compile.txt +go/src/cmd/go/testdata/script/build_cache_gomips.txt go/src/cmd/go/testdata/script/build_cache_link.txt go/src/cmd/go/testdata/script/build_cache_output.txt go/src/cmd/go/testdata/script/cover_atomic_pkgall.txt @@ -8460,6 +8461,11 @@ go/test/fixedbugs/issue26416.go go/test/fixedbugs/issue26426.go go/test/fixedbugs/issue26438.go go/test/fixedbugs/issue26495.go +go/test/fixedbugs/issue27143.go +go/test/fixedbugs/issue27278.go +go/test/fixedbugs/issue27289.go +go/test/fixedbugs/issue27695.go +go/test/fixedbugs/issue27695b.go go/test/fixedbugs/issue3552.dir/one.go go/test/fixedbugs/issue3552.dir/two.go go/test/fixedbugs/issue3552.go