From owner-svn-ports-all@freebsd.org Wed Aug 21 19:29:29 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BFABDD1884; Wed, 21 Aug 2019 19:29:29 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46DHm94QQrz4PpY; Wed, 21 Aug 2019 19:29:29 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5F42A2061B; Wed, 21 Aug 2019 19:29:29 +0000 (UTC) (envelope-from jlaffaye@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7LJTTXo002934; Wed, 21 Aug 2019 19:29:29 GMT (envelope-from jlaffaye@FreeBSD.org) Received: (from jlaffaye@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7LJTSqC002932; Wed, 21 Aug 2019 19:29:28 GMT (envelope-from jlaffaye@FreeBSD.org) Message-Id: <201908211929.x7LJTSqC002932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlaffaye set sender to jlaffaye@FreeBSD.org using -f From: Julien Laffaye Date: Wed, 21 Aug 2019 19:29:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509547 - head/lang/go X-SVN-Group: ports-head X-SVN-Commit-Author: jlaffaye X-SVN-Commit-Paths: head/lang/go X-SVN-Commit-Revision: 509547 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Aug 2019 19:29:29 -0000 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