- Update to 1.5.3

This commit is contained in:
Julien Laffaye 2016-01-13 22:11:05 +00:00
parent d435d7a5d0
commit cbc8cb4ec4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406071
3 changed files with 10 additions and 4 deletions

View file

@ -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/

View file

@ -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

View file

@ -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.go
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