svn commit: r509547 - head/lang/go

Julien Laffaye jlaffaye at FreeBSD.org
Wed Aug 21 19:29:29 UTC 2019


Author: jlaffaye
Date: Wed Aug 21 19:29:28 2019
New Revision: 509547
URL: https://svnweb.freebsd.org/changeset/ports/509547

Log:
  lang/go: update to 1.12.9

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

Modified: head/lang/go/Makefile
==============================================================================
--- head/lang/go/Makefile	Wed Aug 21 19:27:34 2019	(r509546)
+++ head/lang/go/Makefile	Wed Aug 21 19:29:28 2019	(r509547)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	go
-PORTVERSION=	1.12.8
+PORTVERSION=	1.12.9
 PORTEPOCH=	1
 CATEGORIES=	lang
 MASTER_SITES=	https://golang.org/dl/

Modified: head/lang/go/distinfo
==============================================================================
--- head/lang/go/distinfo	Wed Aug 21 19:27:34 2019	(r509546)
+++ head/lang/go/distinfo	Wed Aug 21 19:29:28 2019	(r509547)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1565739369
-SHA256 (go1.12.8.src.tar.gz) = 11ad2e2e31ff63fcf8a2bdffbe9bfa2e1845653358daed593c8c2d03453c9898
-SIZE (go1.12.8.src.tar.gz) = 21978756
+TIMESTAMP = 1566413291
+SHA256 (go1.12.9.src.tar.gz) = ab0e56ed9c4732a653ed22e232652709afbf573e710f56a07f7fdeca578d62fc
+SIZE (go1.12.9.src.tar.gz) = 21979950
 SHA256 (3b6216ed0601c81fe42c2a4738d419afccb62163.patch) = 87ccfc01b285ba5c4913f91e8b475b0a0ae713cc569746461c14bf37300dae5b
 SIZE (3b6216ed0601c81fe42c2a4738d419afccb62163.patch) = 2293
 SHA256 (0bd101cecc5458a8463b8d672bf1745c3cbb7c02.patch) = e4459691f5536497945534a7b9575f3c47a619bf569c32dda2dd92fe23c67792

Modified: head/lang/go/pkg-plist
==============================================================================
--- head/lang/go/pkg-plist	Wed Aug 21 19:27:34 2019	(r509546)
+++ head/lang/go/pkg-plist	Wed Aug 21 19:29:28 2019	(r509547)
@@ -548,6 +548,8 @@ go/misc/cgo/testshared/src/iface_i/i.go
 go/misc/cgo/testshared/src/implicit/implicit.go
 go/misc/cgo/testshared/src/implicitcmd/implicitcmd.go
 go/misc/cgo/testshared/src/issue25065/a.go
+go/misc/cgo/testshared/src/issue30768/issue30768lib/lib.go
+go/misc/cgo/testshared/src/issue30768/x_test.go
 go/misc/cgo/testshared/src/trivial/trivial.go
 go/misc/cgo/testsigfwd/main.go
 go/misc/cgo/testso/cgoso.c
@@ -8201,6 +8203,7 @@ go/test/fixedbugs/issue32477.go
 go/test/fixedbugs/issue32560.go
 go/test/fixedbugs/issue32680.go
 go/test/fixedbugs/issue32680.out
+go/test/fixedbugs/issue33555.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-head mailing list