Date: Wed, 13 Jan 2016 22:11:06 +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: r406071 - head/lang/go Message-ID: <201601132211.u0DMB672024638@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jlaffaye Date: Wed Jan 13 22:11:05 2016 New Revision: 406071 URL: https://svnweb.freebsd.org/changeset/ports/406071 Log: - Update to 1.5.3 Modified: head/lang/go/Makefile head/lang/go/distinfo head/lang/go/pkg-plist Modified: head/lang/go/Makefile ============================================================================== --- head/lang/go/Makefile Wed Jan 13 21:56:16 2016 (r406070) +++ head/lang/go/Makefile Wed Jan 13 22:11:05 2016 (r406071) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.3 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= http://golang.org/dl/ Modified: head/lang/go/distinfo ============================================================================== --- head/lang/go/distinfo Wed Jan 13 21:56:16 2016 (r406070) +++ head/lang/go/distinfo Wed Jan 13 22:11:05 2016 (r406071) @@ -1,2 +1,2 @@ -SHA256 (go1.5.1.src.tar.gz) = a889873e98d9a72ae396a9b7dd597c29dcd709cafa9097d9c4ba04cff0ec436b -SIZE (go1.5.1.src.tar.gz) = 12049701 +SHA256 (go1.5.3.src.tar.gz) = 754e06dab1c31ab168fc9db9e32596734015ea9e24bc44cae7f237f417ce4efe +SIZE (go1.5.3.src.tar.gz) = 12057623 Modified: head/lang/go/pkg-plist ============================================================================== --- head/lang/go/pkg-plist Wed Jan 13 21:56:16 2016 (r406070) +++ head/lang/go/pkg-plist Wed Jan 13 22:11:05 2016 (r406071) @@ -56,6 +56,7 @@ go/doc/codewalk/popout.png go/doc/codewalk/run go/doc/codewalk/sharemem.xml go/doc/codewalk/urlpoll.go +go/doc/conduct.html go/doc/contrib.html go/doc/contribute.html go/doc/debugging_with_gdb.html @@ -215,6 +216,7 @@ go/misc/cgo/test/fpvar.go go/misc/cgo/test/helpers.go go/misc/cgo/test/issue10303.go go/misc/cgo/test/issue11925.go +go/misc/cgo/test/issue12030.go go/misc/cgo/test/issue1222.go go/misc/cgo/test/issue1328.go go/misc/cgo/test/issue1560.go @@ -3361,6 +3363,7 @@ go/src/runtime/race/testdata/chan_test.g go/src/runtime/race/testdata/comp_test.go go/src/runtime/race/testdata/finalizer_test.go go/src/runtime/race/testdata/io_test.go +go/src/runtime/race/testdata/issue12225_test.go go/src/runtime/race/testdata/map_test.go go/src/runtime/race/testdata/mop_test.go go/src/runtime/race/testdata/mutex_test.go @@ -4772,8 +4775,12 @@ go/test/fixedbugs/issue11656.go go/test/fixedbugs/issue11750.go go/test/fixedbugs/issue11771.go go/test/fixedbugs/issue11790.go +go/test/fixedbugs/issue11987.go go/test/fixedbugs/issue12133.go +go/test/fixedbugs/issue12226.go +go/test/fixedbugs/issue12686.go go/test/fixedbugs/issue1304.go +go/test/fixedbugs/issue13160.go go/test/fixedbugs/issue2615.go go/test/fixedbugs/issue3552.dir/one.go go/test/fixedbugs/issue3552.dir/two.go @@ -5093,7 +5100,6 @@ go/test/fixedbugs/issue9731.go go/test/fixedbugs/issue9738.go go/test/fixedbugs/issue9862.go go/test/fixedbugs/issue9862_run.go -go/test/fixedbugs/issue12226.go go/test/float_lit.go go/test/float_lit2.go go/test/float_lit3.go
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601132211.u0DMB672024638>