svn commit: r459956 - head/lang/go

Julien Laffaye jlaffaye at FreeBSD.org
Thu Jan 25 19:32:23 UTC 2018


Author: jlaffaye
Date: Thu Jan 25 19:32:22 2018
New Revision: 459956
URL: https://svnweb.freebsd.org/changeset/ports/459956

Log:
  - Update to 1.9.3

Modified:
  head/lang/go/Makefile
  head/lang/go/distinfo
  head/lang/go/pkg-plist

Modified: head/lang/go/Makefile
==============================================================================
--- head/lang/go/Makefile	Thu Jan 25 19:19:57 2018	(r459955)
+++ head/lang/go/Makefile	Thu Jan 25 19:32:22 2018	(r459956)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	go
-PORTVERSION=	1.9.2
+PORTVERSION=	1.9.3
 PORTEPOCH=	1
 CATEGORIES=	lang
 MASTER_SITES=	http://golang.org/dl/

Modified: head/lang/go/distinfo
==============================================================================
--- head/lang/go/distinfo	Thu Jan 25 19:19:57 2018	(r459955)
+++ head/lang/go/distinfo	Thu Jan 25 19:32:22 2018	(r459956)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1509704617
-SHA256 (go1.9.2.src.tar.gz) = 665f184bf8ac89986cfd5a4460736976f60b57df6b320ad71ad4cef53bb143dc
-SIZE (go1.9.2.src.tar.gz) = 16383591
+TIMESTAMP = 1516908375
+SHA256 (go1.9.3.src.tar.gz) = 4e3d0ad6e91e02efa77d54e86c8b9e34fbe1cbc2935b6d38784dca93331c47ae
+SIZE (go1.9.3.src.tar.gz) = 16385451

Modified: head/lang/go/pkg-plist
==============================================================================
--- head/lang/go/pkg-plist	Thu Jan 25 19:19:57 2018	(r459955)
+++ head/lang/go/pkg-plist	Thu Jan 25 19:32:22 2018	(r459956)
@@ -5126,6 +5126,7 @@ go/src/runtime/testdata/testprogcgo/numgoroutine.go
 go/src/runtime/testdata/testprogcgo/pprof.go
 go/src/runtime/testdata/testprogcgo/raceprof.go
 go/src/runtime/testdata/testprogcgo/racesig.go
+go/src/runtime/testdata/testprogcgo/sigstack.go
 go/src/runtime/testdata/testprogcgo/threadpanic.go
 go/src/runtime/testdata/testprogcgo/threadpanic_unix.c
 go/src/runtime/testdata/testprogcgo/threadpanic_windows.c
@@ -6856,6 +6857,11 @@ go/test/fixedbugs/issue21120.go
 go/test/fixedbugs/issue21655.go
 go/test/fixedbugs/issue21963.go
 go/test/fixedbugs/issue22083.go
+go/test/fixedbugs/issue22429.go
+go/test/fixedbugs/issue22458.go
+go/test/fixedbugs/issue22683.go
+go/test/fixedbugs/issue22683.out
+go/test/fixedbugs/issue22781.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-all mailing list