svn commit: r498169 - head/lang/go
Julien Laffaye
jlaffaye at FreeBSD.org
Sat Apr 6 19:20:20 UTC 2019
Author: jlaffaye
Date: Sat Apr 6 19:20:18 2019
New Revision: 498169
URL: https://svnweb.freebsd.org/changeset/ports/498169
Log:
- Update to 1.12.2
Modified:
head/lang/go/Makefile
head/lang/go/distinfo
head/lang/go/pkg-plist
Modified: head/lang/go/Makefile
==============================================================================
--- head/lang/go/Makefile Sat Apr 6 19:19:25 2019 (r498168)
+++ head/lang/go/Makefile Sat Apr 6 19:20:18 2019 (r498169)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= go
-PORTVERSION= 1.12.1
+PORTVERSION= 1.12.2
PORTEPOCH= 1
CATEGORIES= lang
MASTER_SITES= https://golang.org/dl/
Modified: head/lang/go/distinfo
==============================================================================
--- head/lang/go/distinfo Sat Apr 6 19:19:25 2019 (r498168)
+++ head/lang/go/distinfo Sat Apr 6 19:20:18 2019 (r498169)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552601826
-SHA256 (go1.12.1.src.tar.gz) = 0be127684df4b842a64e58093154f9d15422f1405f1fcff4b2c36ffc6a15818a
-SIZE (go1.12.1.src.tar.gz) = 21963082
+TIMESTAMP = 1554573274
+SHA256 (go1.12.2.src.tar.gz) = af992580a4a609309c734d46fd4374fe3095961263e609d9b017e2dffc3b7b58
+SIZE (go1.12.2.src.tar.gz) = 21965624
Modified: head/lang/go/pkg-plist
==============================================================================
--- head/lang/go/pkg-plist Sat Apr 6 19:19:25 2019 (r498168)
+++ head/lang/go/pkg-plist Sat Apr 6 19:20:18 2019 (r498169)
@@ -1768,6 +1768,7 @@ go/src/cmd/go/testdata/script/list_test_imports.txt
go/src/cmd/go/testdata/script/mod_bad_domain.txt
go/src/cmd/go/testdata/script/mod_bad_filenames.txt
go/src/cmd/go/testdata/script/mod_build_tags.txt
+go/src/cmd/go/testdata/script/mod_build_versioned.txt
go/src/cmd/go/testdata/script/mod_case.txt
go/src/cmd/go/testdata/script/mod_case_cgo.txt
go/src/cmd/go/testdata/script/mod_clean_cache.txt
@@ -8180,6 +8181,9 @@ go/test/fixedbugs/issue30061.go
go/test/fixedbugs/issue30476.go
go/test/fixedbugs/issue30566a.go
go/test/fixedbugs/issue30566b.go
+go/test/fixedbugs/issue30956.go
+go/test/fixedbugs/issue30956.out
+go/test/fixedbugs/issue30977.go
go/test/fixedbugs/issue3552.dir/one.go
go/test/fixedbugs/issue3552.dir/two.go
go/test/fixedbugs/issue3552.go
More information about the svn-ports-all
mailing list