1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

- Update to 1.4.2

This commit is contained in:
Julien Laffaye 2015-02-18 21:32:02 +00:00
parent 5d7040a90a
commit 2f6989e331
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379315
3 changed files with 12 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= go
PORTVERSION= 1.4
PORTVERSION= 1.4.2
PORTEPOCH= 1
CATEGORIES= lang
MASTER_SITES= http://golang.org/dl/

View File

@ -1,2 +1,2 @@
SHA256 (go1.4.src.tar.gz) = 3ae9f67e45a5ca7004b28808da8b1367d328a371d641ddbe636c0fb0ae0ffdae
SIZE (go1.4.src.tar.gz) = 10911274
SHA256 (go1.4.2.src.tar.gz) = 299a6fd8f8adfdce15bc06bde926e7b252ae8e24dd5b16b7d8791ed79e7b5e9b
SIZE (go1.4.2.src.tar.gz) = 10921896

View File

@ -1,5 +1,7 @@
bin/go
bin/gofmt
go/.hgignore
go/.hgtags
go/AUTHORS
go/CONTRIBUTORS
go/LICENSE
@ -4329,6 +4331,13 @@ go/test/fixedbugs/issue8947.go
go/test/fixedbugs/issue8961.go
go/test/fixedbugs/issue9006.go
go/test/fixedbugs/issue9110.go
go/test/fixedbugs/issue9321.go
go/test/fixedbugs/issue9432.go
go/test/fixedbugs/issue9537.dir/a.go
go/test/fixedbugs/issue9537.dir/b.go
go/test/fixedbugs/issue9537.go
go/test/fixedbugs/issue9604.go
go/test/fixedbugs/issue9634.go
go/test/float_lit.go
go/test/float_lit2.go
go/test/float_lit3.go