Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jun 2022 22:12:20 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 98572dd0f04e - main - devel/go-tools: Update to 0.1.11
Message-ID:  <202206112212.25BMCKJj056698@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=98572dd0f04ee4d924ec7acaef2f7ecdd0a51efb

commit 98572dd0f04ee4d924ec7acaef2f7ecdd0a51efb
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-06-11 22:05:14 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-06-11 22:11:54 +0000

    devel/go-tools: Update to 0.1.11
    
    ChangeLog:
    
    - make the toolstash command non-RARE as it is explicitly
       mentioned in the README
    
    Selected upstream changes:
    
     - go/ssa: add generics support
     - go/types/objectpath: break cycles through type parameters in find
     - internal/imports: update stdlib index for 1.18
     - go/analysis/passes/asmdecl: define register-ABI result registers for
       PPC64
     - x/tools/go/packages: add Embed support
     - go/ssa: add position information for switch case conditions
     - doc/generate.go: handle non-empty JSON tag correctly
     - tools: fix some typos
     - go/packages: fix precedence typo in needtypes calculation
     - go/packages: fix handling of NeedExportFile in go list
     - go/packages: fix load with NeedTypes but not NeedImports
     - go/analysis: validate report if analyzer.Run is empty
     - go/ssa: emit Low expression before High in *ast.Slice
     - go/packages: make loadFromExportData ignore go.shape
     - go/analysis: add support for loong64
     - x/tools/go/packages: on Go 1.19+, explicitly ask for -json fields
       needed
     - go/packages: ask for EmbedPatterns and EmbedFiles if needed
     - go/ssa: fix miscompilation of <<= and >>= statements
     - go/analysis/passes/errorsas: warn if errors.As target is *error
     - cmd/digraph: only print non-trivial sccs
     - internal/tool: implement structured help command
     - passes/copylock: suppress reports on Offsetof and Alignof
     - cmd/compilebench: use -p, handle packages with asm files
    
    Note: upstream does not provide a change log
    
    PR:             264619
---
 devel/go-tools/Makefile |  9 ++++-----
 devel/go-tools/distinfo | 10 +++++-----
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/devel/go-tools/Makefile b/devel/go-tools/Makefile
index 6596fb5d7e30..5e2ed21e63c1 100644
--- a/devel/go-tools/Makefile
+++ b/devel/go-tools/Makefile
@@ -2,8 +2,7 @@
 
 PORTNAME=	tools
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.1.10
-PORTREVISION=	2
+DISTVERSION=	0.1.11
 PORTEPOCH=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	go-
@@ -43,7 +42,8 @@ GO_TARGET=	./cmd/auth/cookieauth \
 		./cmd/signature-fuzzer/fuzz-runner \
 		./cmd/ssadump \
 		./cmd/stress \
-		./cmd/stringer
+		./cmd/stringer \
+		./cmd/toolstash
 
 CONFLICTS_INSTALL=	easygit p5-Devel-Cover rubygem-bundler
 
@@ -56,7 +56,6 @@ RARE_VARS=	GO_TARGET+=" \
 		./cmd/benchcmp \
 		./cmd/getgo \
 		./cmd/getgo/server \
-		./cmd/splitdwarf \
-		./cmd/toolstash"
+		./cmd/splitdwarf"
 
 .include <bsd.port.mk>
diff --git a/devel/go-tools/distinfo b/devel/go-tools/distinfo
index 4eacea86fed7..e356dbc8781a 100644
--- a/devel/go-tools/distinfo
+++ b/devel/go-tools/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1647433649
-SHA256 (go/devel_go-tools/tools-v0.1.10/v0.1.10.mod) = 73bf68cd7dbb257535658afe732200445a0c9b644ef799106677cbcd136faaa9
-SIZE (go/devel_go-tools/tools-v0.1.10/v0.1.10.mod) = 383
-SHA256 (go/devel_go-tools/tools-v0.1.10/v0.1.10.zip) = 8685e5176d6f86584c98be54a4ffccb95794b32594fec6f6f5dd4a2231e221ff
-SIZE (go/devel_go-tools/tools-v0.1.10/v0.1.10.zip) = 3793144
+TIMESTAMP = 1654970565
+SHA256 (go/devel_go-tools/tools-v0.1.11/v0.1.11.mod) = 6ec77686ab99bea1c698f8587dcf3cc71debb136f2bb1cf409bc6cbcdb9217d6
+SIZE (go/devel_go-tools/tools-v0.1.11/v0.1.11.mod) = 326
+SHA256 (go/devel_go-tools/tools-v0.1.11/v0.1.11.zip) = ed841ca9fe976973656ae79236a78806b225ddf92137205c149de36ec4c71cf4
+SIZE (go/devel_go-tools/tools-v0.1.11/v0.1.11.zip) = 3862298



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206112212.25BMCKJj056698>