svn commit: r471147 - branches/2018Q2/lang/go
Mark Felder
feld at FreeBSD.org
Wed May 30 18:30:19 UTC 2018
Author: feld
Date: Wed May 30 18:30:18 2018
New Revision: 471147
URL: https://svnweb.freebsd.org/changeset/ports/471147
Log:
MFH: r466249 r470619
Update to 1.10.1
Update to 1.10.2
PR: 228253
Submitted by: Dmitri Goutnik
Modified:
branches/2018Q2/lang/go/Makefile
branches/2018Q2/lang/go/distinfo
branches/2018Q2/lang/go/pkg-plist
Directory Properties:
branches/2018Q2/ (props changed)
Modified: branches/2018Q2/lang/go/Makefile
==============================================================================
--- branches/2018Q2/lang/go/Makefile Wed May 30 18:17:12 2018 (r471146)
+++ branches/2018Q2/lang/go/Makefile Wed May 30 18:30:18 2018 (r471147)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= go
-PORTVERSION= 1.10
+PORTVERSION= 1.10.2
PORTEPOCH= 1
CATEGORIES= lang
MASTER_SITES= https://golang.org/dl/
Modified: branches/2018Q2/lang/go/distinfo
==============================================================================
--- branches/2018Q2/lang/go/distinfo Wed May 30 18:17:12 2018 (r471146)
+++ branches/2018Q2/lang/go/distinfo Wed May 30 18:30:18 2018 (r471147)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518810210
-SHA256 (go1.10.src.tar.gz) = f3de49289405fda5fd1483a8fe6bd2fa5469e005fd567df64485c4fa000c7f24
-SIZE (go1.10.src.tar.gz) = 18300467
+TIMESTAMP = 1526325564
+SHA256 (go1.10.2.src.tar.gz) = 6264609c6b9cd8ed8e02ca84605d727ce1898d74efa79841660b2e3e985a98bd
+SIZE (go1.10.2.src.tar.gz) = 18308678
Modified: branches/2018Q2/lang/go/pkg-plist
==============================================================================
--- branches/2018Q2/lang/go/pkg-plist Wed May 30 18:17:12 2018 (r471146)
+++ branches/2018Q2/lang/go/pkg-plist Wed May 30 18:30:18 2018 (r471147)
@@ -431,6 +431,8 @@ go/misc/cgo/testplugin/src/issue22175/plugin1.go
go/misc/cgo/testplugin/src/issue22175/plugin2.go
go/misc/cgo/testplugin/src/issue22295.pkg/main.go
go/misc/cgo/testplugin/src/issue22295.pkg/plugin.go
+go/misc/cgo/testplugin/src/issue24351/main.go
+go/misc/cgo/testplugin/src/issue24351/plugin.go
go/misc/cgo/testplugin/src/plugin1/plugin1.go
go/misc/cgo/testplugin/src/plugin2/plugin2.go
go/misc/cgo/testplugin/src/sub/plugin1/plugin1.go
@@ -1181,6 +1183,7 @@ go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/aut
go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/doc.go
go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/flag.go
go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/funcdata.go
+go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/funcid.go
go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/head.go
go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/line.go
go/pkg/bootstrap/src/bootstrap/cmd/internal/objabi/path.go
@@ -2340,6 +2343,7 @@ go/src/cmd/internal/objabi/autotype.go
go/src/cmd/internal/objabi/doc.go
go/src/cmd/internal/objabi/flag.go
go/src/cmd/internal/objabi/funcdata.go
+go/src/cmd/internal/objabi/funcid.go
go/src/cmd/internal/objabi/head.go
go/src/cmd/internal/objabi/line.go
go/src/cmd/internal/objabi/path.go
@@ -2376,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
@@ -3566,6 +3572,8 @@ go/src/go/internal/gcimporter/testdata/versions/test_g
go/src/go/internal/srcimporter/srcimporter.go
go/src/go/internal/srcimporter/srcimporter_test.go
go/src/go/internal/srcimporter/testdata/issue20855/issue20855.go
+go/src/go/internal/srcimporter/testdata/issue23092/issue23092.go
+go/src/go/internal/srcimporter/testdata/issue24392/issue24392.go
go/src/go/parser/error_test.go
go/src/go/parser/example_test.go
go/src/go/parser/interface.go
@@ -4449,6 +4457,7 @@ go/src/net/http/main_test.go
go/src/net/http/method.go
go/src/net/http/npn_test.go
go/src/net/http/pprof/pprof.go
+go/src/net/http/pprof/pprof_test.go
go/src/net/http/proxy_test.go
go/src/net/http/race.go
go/src/net/http/range_test.go
@@ -7348,6 +7357,8 @@ go/test/fixedbugs/issue23522.go
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-branches
mailing list