svn commit: r470619 - head/lang/go
Julien Laffaye
jlaffaye at FreeBSD.org
Tue May 22 14:32:10 UTC 2018
Author: jlaffaye
Date: Tue May 22 14:32:09 2018
New Revision: 470619
URL: https://svnweb.freebsd.org/changeset/ports/470619
Log:
Update to 1.10.2
PR: 228253
Submitted by: Dmitri Goutnik
Modified:
head/lang/go/Makefile
head/lang/go/distinfo
head/lang/go/pkg-plist
Modified: head/lang/go/Makefile
==============================================================================
--- head/lang/go/Makefile Tue May 22 14:30:07 2018 (r470618)
+++ head/lang/go/Makefile Tue May 22 14:32:09 2018 (r470619)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= go
-PORTVERSION= 1.10.1
+PORTVERSION= 1.10.2
PORTEPOCH= 1
CATEGORIES= lang
MASTER_SITES= https://golang.org/dl/
Modified: head/lang/go/distinfo
==============================================================================
--- head/lang/go/distinfo Tue May 22 14:30:07 2018 (r470618)
+++ head/lang/go/distinfo Tue May 22 14:32:09 2018 (r470619)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522694378
-SHA256 (go1.10.1.src.tar.gz) = 589449ff6c3ccbff1d391d4e7ab5bb5d5643a5a41a04c99315e55c16bbf73ddc
-SIZE (go1.10.1.src.tar.gz) = 18305765
+TIMESTAMP = 1526325564
+SHA256 (go1.10.2.src.tar.gz) = 6264609c6b9cd8ed8e02ca84605d727ce1898d74efa79841660b2e3e985a98bd
+SIZE (go1.10.2.src.tar.gz) = 18308678
Modified: head/lang/go/pkg-plist
==============================================================================
--- head/lang/go/pkg-plist Tue May 22 14:30:07 2018 (r470618)
+++ head/lang/go/pkg-plist Tue May 22 14:32:09 2018 (r470619)
@@ -2380,6 +2380,8 @@ go/src/cmd/internal/test2json/testdata/benchshort.json
go/src/cmd/internal/test2json/testdata/benchshort.test
go/src/cmd/internal/test2json/testdata/issue23036.json
go/src/cmd/internal/test2json/testdata/issue23036.test
+go/src/cmd/internal/test2json/testdata/issue23920.json
+go/src/cmd/internal/test2json/testdata/issue23920.test
go/src/cmd/internal/test2json/testdata/smiley.json
go/src/cmd/internal/test2json/testdata/smiley.test
go/src/cmd/internal/test2json/testdata/unicode.json
@@ -7356,6 +7358,7 @@ go/test/fixedbugs/issue23545.go
go/test/fixedbugs/issue23719.go
go/test/fixedbugs/issue23812.go
go/test/fixedbugs/issue24449.go
+go/test/fixedbugs/issue24817.go
go/test/fixedbugs/issue2615.go
go/test/fixedbugs/issue3552.dir/one.go
go/test/fixedbugs/issue3552.dir/two.go
More information about the svn-ports-head
mailing list