From owner-svn-ports-head@freebsd.org Sat Apr 6 19:20:20 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC6B91569C16; Sat, 6 Apr 2019 19:20:19 +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 7A0108DE6C; Sat, 6 Apr 2019 19:20:19 +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 68AD2F1B; Sat, 6 Apr 2019 19:20:19 +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 x36JKJ17056179; Sat, 6 Apr 2019 19:20:19 GMT (envelope-from jlaffaye@FreeBSD.org) Received: (from jlaffaye@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x36JKIo6056176; Sat, 6 Apr 2019 19:20:18 GMT (envelope-from jlaffaye@FreeBSD.org) Message-Id: <201904061920.x36JKIo6056176@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlaffaye set sender to jlaffaye@FreeBSD.org using -f From: Julien Laffaye Date: Sat, 6 Apr 2019 19:20:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498169 - head/lang/go X-SVN-Group: ports-head X-SVN-Commit-Author: jlaffaye X-SVN-Commit-Paths: head/lang/go X-SVN-Commit-Revision: 498169 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7A0108DE6C X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.983,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Apr 2019 19:20:20 -0000 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