Bug 265473

Summary: devel/go-tools: update to 0.1.12
Product: Ports & Packages Reporter: Robert Clausecker <fuz>
Component: Individual Port(s)Assignee: Nuno Teixeira <eduardo>
Status: Closed FIXED    
Severity: Affects Only Me CC: eduardo
Priority: --- Flags: fuz: merge-quarterly?
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
devel/go-tools: update to 0.1.12 fuz: maintainer-approval+

Description Robert Clausecker freebsd_committer freebsd_triage 2022-07-28 03:19:56 UTC
Created attachment 235519 [details]
devel/go-tools: update to 0.1.12

Selected upstream changes:

 - go/packages: fix loading single file when outside of GOPATH, module
 - cmd/stringer: use explicit NeedX values instead of deprecated LoadSyntax
 - refactor/satisfy: don't crash on type parameters
 - go/gcexportdata: fix Find for Go modules
 - go/analysis: add suggested fix for unkeyed composite literals
 - go/callgraph/vta: remove interprocedural flows for receiver objects
 - go/callgraph/vta: do not include interface types during propagation
 - go/callgraph/vta: use types.IsInterface instead of our own isInterface
 - godoc: support go1.19 doc comment syntax
 - all: update dependencies

Upstream does not provide a change log; please keep change summary in the commit meesage.
Please clear PORTREVISION on commit if set.
Tested with Poudriere on armv7 arm64 FreeBSD 13.1.
Do not MFH as the previous update was not MFH'ed either.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-07-28 19:51:20 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9c00bbb360529b01d76e40463dda4ea22da37d21

commit 9c00bbb360529b01d76e40463dda4ea22da37d21
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-07-28 19:49:08 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-07-28 19:50:56 +0000

    devel/go-tools: Update to 0.1.12

    Selected upstream changes:

     - go/packages: fix loading single file when outside of GOPATH, module
     - cmd/stringer: use explicit NeedX values instead of deprecated LoadSyntax
     - refactor/satisfy: don't crash on type parameters
     - go/gcexportdata: fix Find for Go modules
     - go/analysis: add suggested fix for unkeyed composite literals
     - go/callgraph/vta: remove interprocedural flows for receiver objects
     - go/callgraph/vta: do not include interface types during propagation
     - go/callgraph/vta: use types.IsInterface instead of our own isInterface
     - godoc: support go1.19 doc comment syntax
     - all: update dependencies

    PR:             265473

 devel/go-tools/Makefile |  3 +--
 devel/go-tools/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 7 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-07-28 19:54:30 UTC
Committed, thanks!