Bug 267314 - devel/go-tools: update to 0.2.0
Summary: devel/go-tools: update to 0.2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-24 19:58 UTC by Robert Clausecker
Modified: 2022-10-24 20:26 UTC (History)
1 user (show)

See Also:


Attachments
devel/go-tools: update to 0.2.0 (3.14 KB, patch)
2022-10-24 19:58 UTC, Robert Clausecker
fuz: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2022-10-24 19:58:37 UTC
Created attachment 237587 [details]
devel/go-tools: update to 0.2.0

Selected upstream changes:

 - go/tools: add check for time formats with 2006-02-01
 - go/callgraph/vta: do not assume that recovers cannot be deferred
 - internal/imports: update stdlib index for 1.19
 - godoc/redirect: delete golang.org-specific code
 - x/tools: update go.mod following moving LSP code to x/tools/gopls
 - go/ssa/ssautil: initialize info when there is syntax
 - all: replace deprecated egrep with grep -E
 - godoc: fix some comments
 - cmd/ssadump: disable run mode with runtime package
 - cmd/compilebench: use -a instead of -i to ensure dependencies are built
 - go.mod: update golang.org/x dependencies

Tested with Poudriere on armv7 arm64 FreeBSD 13.1.
Please keep list of changes in commit message as upstream does not provide a changelog.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-10-24 20:25:22 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9622f647b85cf0cf1dd19eb68a50c18f34137411

commit 9622f647b85cf0cf1dd19eb68a50c18f34137411
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-10-24 20:22:42 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-10-24 20:22:42 +0000

    devel/go-tools: Update to 0.2.0

    Selected upstream changes:

     - go/tools: add check for time formats with 2006-02-01
     - go/callgraph/vta: do not assume that recovers cannot be deferred
     - internal/imports: update stdlib index for 1.19
     - godoc/redirect: delete golang.org-specific code
     - x/tools: update go.mod following moving LSP code to x/tools/gopls
     - go/ssa/ssautil: initialize info when there is syntax
     - all: replace deprecated egrep with grep -E
     - godoc: fix some comments
     - cmd/ssadump: disable run mode with runtime package
     - cmd/compilebench: use -a instead of -i to ensure dependencies are built
     - go.mod: update golang.org/x dependencies

    PR:             267314

 devel/go-tools/Makefile  |  3 +--
 devel/go-tools/distinfo  | 10 +++++-----
 devel/go-tools/pkg-descr | 22 ++++++++++++++++++++--
 3 files changed, 26 insertions(+), 9 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-10-24 20:26:00 UTC
Committed, thanks!