Date: Wed, 3 Oct 2018 19:53:11 +0000 (UTC) From: Julien Laffaye <jlaffaye@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481182 - head/lang/go Message-ID: <201810031953.w93JrB6Q094887@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <dg@syrec.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810031953.w93JrB6Q094887>