From owner-svn-ports-head@freebsd.org Fri Nov 3 10:45:41 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AF92E4EC17; Fri, 3 Nov 2017 10:45:41 +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 mx1.freebsd.org (Postfix) with ESMTPS id E98DFE6; Fri, 3 Nov 2017 10:45:40 +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 vA3Ajejf093134; Fri, 3 Nov 2017 10:45:40 GMT (envelope-from jlaffaye@FreeBSD.org) Received: (from jlaffaye@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA3AjdFG093131; Fri, 3 Nov 2017 10:45:39 GMT (envelope-from jlaffaye@FreeBSD.org) Message-Id: <201711031045.vA3AjdFG093131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jlaffaye set sender to jlaffaye@FreeBSD.org using -f From: Julien Laffaye Date: Fri, 3 Nov 2017 10:45:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453394 - head/lang/go X-SVN-Group: ports-head X-SVN-Commit-Author: jlaffaye X-SVN-Commit-Paths: head/lang/go X-SVN-Commit-Revision: 453394 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 03 Nov 2017 10:45:41 -0000 Author: jlaffaye Date: Fri Nov 3 10:45:39 2017 New Revision: 453394 URL: https://svnweb.freebsd.org/changeset/ports/453394 Log: Update to 1.9.2 Modified: head/lang/go/Makefile head/lang/go/distinfo head/lang/go/pkg-plist Modified: head/lang/go/Makefile ============================================================================== --- head/lang/go/Makefile Fri Nov 3 09:04:30 2017 (r453393) +++ head/lang/go/Makefile Fri Nov 3 10:45:39 2017 (r453394) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= go -PORTVERSION= 1.9.1 +PORTVERSION= 1.9.2 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= http://golang.org/dl/ Modified: head/lang/go/distinfo ============================================================================== --- head/lang/go/distinfo Fri Nov 3 09:04:30 2017 (r453393) +++ head/lang/go/distinfo Fri Nov 3 10:45:39 2017 (r453394) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507220455 -SHA256 (go1.9.1.src.tar.gz) = a84afc9dc7d64fe0fa84d4d735e2ece23831a22117b50dafc75c1484f1cb550e -SIZE (go1.9.1.src.tar.gz) = 16377700 +TIMESTAMP = 1509704617 +SHA256 (go1.9.2.src.tar.gz) = 665f184bf8ac89986cfd5a4460736976f60b57df6b320ad71ad4cef53bb143dc +SIZE (go1.9.2.src.tar.gz) = 16383591 Modified: head/lang/go/pkg-plist ============================================================================== --- head/lang/go/pkg-plist Fri Nov 3 09:04:30 2017 (r453393) +++ head/lang/go/pkg-plist Fri Nov 3 10:45:39 2017 (r453394) @@ -274,6 +274,8 @@ go/misc/cgo/test/issue20129.go go/misc/cgo/test/issue20266.go go/misc/cgo/test/issue20266/issue20266.h go/misc/cgo/test/issue20369.go +go/misc/cgo/test/issue21668.go +go/misc/cgo/test/issue21708.go go/misc/cgo/test/issue2462.go go/misc/cgo/test/issue3250.go go/misc/cgo/test/issue3250w.go @@ -3575,6 +3577,7 @@ go/src/internal/cpu/cpu_x86.s go/src/internal/nettrace/nettrace.go go/src/internal/poll/export_posix_test.go go/src/internal/poll/export_test.go +go/src/internal/poll/export_windows_test.go go/src/internal/poll/fd.go go/src/internal/poll/fd_io_plan9.go go/src/internal/poll/fd_mutex.go @@ -3586,6 +3589,7 @@ go/src/internal/poll/fd_posix.go go/src/internal/poll/fd_posix_test.go go/src/internal/poll/fd_unix.go go/src/internal/poll/fd_windows.go +go/src/internal/poll/fd_windows_test.go go/src/internal/poll/hook_cloexec.go go/src/internal/poll/hook_unix.go go/src/internal/poll/hook_windows.go @@ -6849,6 +6853,9 @@ go/test/fixedbugs/issue21120.dir/a.go go/test/fixedbugs/issue21120.dir/b.go go/test/fixedbugs/issue21120.dir/main.go go/test/fixedbugs/issue21120.go +go/test/fixedbugs/issue21655.go +go/test/fixedbugs/issue21963.go +go/test/fixedbugs/issue22083.go go/test/fixedbugs/issue2615.go go/test/fixedbugs/issue3552.dir/one.go go/test/fixedbugs/issue3552.dir/two.go