Date: Thu, 11 May 2023 23:26:24 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 13c799780a77 - main - devel/go-tools: update to 0.9.1 Message-ID: <202305112326.34BNQOO2048388@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=13c799780a77b108b32a0939f3b42ef1c594e911 commit 13c799780a77b108b32a0939f3b42ef1c594e911 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-05-09 15:26:10 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-05-11 23:23:22 +0000 devel/go-tools: update to 0.9.1 Selected upstream changes: - bisect, cmd/bisect: add new library and tool - internal/imports: sort fixes for deterministic results - go/callgraph/vta: allow pointer to type parameter in sliceArrayElem - go.mod: update golang.org/x dependencies - bisect: diagnose bad targets better - cmd/bisect: add -compile and -godebug shorthands Changelog: https://github.com/golang/tools/compare/v0.8.0...v0.9.1 --- devel/go-tools/Makefile | 3 ++- devel/go-tools/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/devel/go-tools/Makefile b/devel/go-tools/Makefile index 9a179280e46c..f0b6bb8a00ca 100644 --- a/devel/go-tools/Makefile +++ b/devel/go-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= tools DISTVERSIONPREFIX= v -DISTVERSION= 0.8.0 +DISTVERSION= 0.9.1 PORTEPOCH= 1 CATEGORIES= devel PKGNAMEPREFIX= go- @@ -17,6 +17,7 @@ GO_MODULE= golang.org/x/tools GO_TARGET= ./cmd/auth/cookieauth \ ./cmd/auth/gitauth \ ./cmd/auth/netrcauth \ + ./cmd/bisect \ ./cmd/bundle \ ./cmd/callgraph \ ./cmd/compilebench \ diff --git a/devel/go-tools/distinfo b/devel/go-tools/distinfo index f38667ae48c0..cd5421204070 100644 --- a/devel/go-tools/distinfo +++ b/devel/go-tools/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1680904166 -SHA256 (go/devel_go-tools/tools-v0.8.0/v0.8.0.mod) = 42e11038dad28819ce31cf6ed3e1d8dfa2bac50de0cdb3e07efff28a6e6c11ed -SIZE (go/devel_go-tools/tools-v0.8.0/v0.8.0.mod) = 212 -SHA256 (go/devel_go-tools/tools-v0.8.0/v0.8.0.zip) = 2cb83ee39a4148f805397fa79e26ac4cd1652f9c994c107d7d0dc4e39e9d8c60 -SIZE (go/devel_go-tools/tools-v0.8.0/v0.8.0.zip) = 3074447 +TIMESTAMP = 1683721344 +SHA256 (go/devel_go-tools/tools-v0.9.1/v0.9.1.mod) = 1412064845ce045ef6ed529ede3cb3a8bc8ed4a2a7c2b7d4f967807d7c958551 +SIZE (go/devel_go-tools/tools-v0.9.1/v0.9.1.mod) = 213 +SHA256 (go/devel_go-tools/tools-v0.9.1/v0.9.1.zip) = 7426a47349417d2d114487da7e0b6883cab22bb89b46ae49174326f7842871c3 +SIZE (go/devel_go-tools/tools-v0.9.1/v0.9.1.zip) = 3120890
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305112326.34BNQOO2048388>