svn commit: r379315 - head/lang/go
Julien Laffaye
jlaffaye at FreeBSD.org
Wed Feb 18 21:32:04 UTC 2015
Author: jlaffaye
Date: Wed Feb 18 21:32:02 2015
New Revision: 379315
URL: https://svnweb.freebsd.org/changeset/ports/379315
QAT: https://qat.redports.org/buildarchive/r379315/
Log:
- Update to 1.4.2
Modified:
head/lang/go/Makefile
head/lang/go/distinfo
head/lang/go/pkg-plist
Modified: head/lang/go/Makefile
==============================================================================
--- head/lang/go/Makefile Wed Feb 18 21:18:41 2015 (r379314)
+++ head/lang/go/Makefile Wed Feb 18 21:32:02 2015 (r379315)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= go
-PORTVERSION= 1.4
+PORTVERSION= 1.4.2
PORTEPOCH= 1
CATEGORIES= lang
MASTER_SITES= http://golang.org/dl/
Modified: head/lang/go/distinfo
==============================================================================
--- head/lang/go/distinfo Wed Feb 18 21:18:41 2015 (r379314)
+++ head/lang/go/distinfo Wed Feb 18 21:32:02 2015 (r379315)
@@ -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
Modified: head/lang/go/pkg-plist
==============================================================================
--- head/lang/go/pkg-plist Wed Feb 18 21:18:41 2015 (r379314)
+++ head/lang/go/pkg-plist Wed Feb 18 21:32:02 2015 (r379315)
@@ -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
More information about the svn-ports-all
mailing list