Date: Tue, 9 Jul 2019 21:32:42 +0000 (UTC) From: Julien Laffaye <jlaffaye@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506317 - head/lang/go Message-ID: <201907092132.x69LWgWh088196@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jlaffaye Date: Tue Jul 9 21:32:42 2019 New Revision: 506317 URL: https://svnweb.freebsd.org/changeset/ports/506317 Log: lang/go: update to 1.12.7 Modified: head/lang/go/Makefile head/lang/go/distinfo head/lang/go/pkg-plist Modified: head/lang/go/Makefile ============================================================================== --- head/lang/go/Makefile Tue Jul 9 21:25:53 2019 (r506316) +++ head/lang/go/Makefile Tue Jul 9 21:32:42 2019 (r506317) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION= 1.12.6 +PORTVERSION= 1.12.7 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= https://golang.org/dl/ Modified: head/lang/go/distinfo ============================================================================== --- head/lang/go/distinfo Tue Jul 9 21:25:53 2019 (r506316) +++ head/lang/go/distinfo Tue Jul 9 21:32:42 2019 (r506317) @@ -1,6 +1,6 @@ -TIMESTAMP = 1560329584 -SHA256 (go1.12.6.src.tar.gz) = c96c5ccc7455638ae1a8b7498a030fe653731c8391c5f8e79590bce72f92b4ca -SIZE (go1.12.6.src.tar.gz) = 21975398 +TIMESTAMP = 1562702241 +SHA256 (go1.12.7.src.tar.gz) = 95e8447d6f04b8d6a62de1726defbb20ab203208ee167ed15f83d7978ce43b13 +SIZE (go1.12.7.src.tar.gz) = 21976647 SHA256 (3b6216ed0601c81fe42c2a4738d419afccb62163.patch) = 87ccfc01b285ba5c4913f91e8b475b0a0ae713cc569746461c14bf37300dae5b SIZE (3b6216ed0601c81fe42c2a4738d419afccb62163.patch) = 2293 SHA256 (0bd101cecc5458a8463b8d672bf1745c3cbb7c02.patch) = e4459691f5536497945534a7b9575f3c47a619bf569c32dda2dd92fe23c67792 Modified: head/lang/go/pkg-plist ============================================================================== --- head/lang/go/pkg-plist Tue Jul 9 21:25:53 2019 (r506316) +++ head/lang/go/pkg-plist Tue Jul 9 21:32:42 2019 (r506317) @@ -331,6 +331,7 @@ go/misc/cgo/test/issue29781.go go/misc/cgo/test/issue30065.go go/misc/cgo/test/issue3250.go go/misc/cgo/test/issue3250w.go +go/misc/cgo/test/issue32579.go go/misc/cgo/test/issue3261.go go/misc/cgo/test/issue3729.go go/misc/cgo/test/issue3729w.go @@ -8197,6 +8198,9 @@ go/test/fixedbugs/issue31252.dir/main.go go/test/fixedbugs/issue31252.go go/test/fixedbugs/issue31987.go go/test/fixedbugs/issue32477.go +go/test/fixedbugs/issue32560.go +go/test/fixedbugs/issue32680.go +go/test/fixedbugs/issue32680.out go/test/fixedbugs/issue3552.dir/one.go go/test/fixedbugs/issue3552.dir/two.go go/test/fixedbugs/issue3552.go
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907092132.x69LWgWh088196>