Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2023 12:43:18 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: 6d34579d9c3d - main - devel/go-tools: update to 0.11.1
Message-ID:  <202308061243.376ChI1W057715@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=6d34579d9c3d89752a8913c6e42ec69872b2963d

commit 6d34579d9c3d89752a8913c6e42ec69872b2963d
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-08-04 21:40:06 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-08-06 12:42:45 +0000

    devel/go-tools: update to 0.11.1
    
    Selected upstream changes:
    
     - go/callgraph/rta: model reflective calls soundly
     - cmd/digraph: consolidate -help message and package doc
     - cmd/digraph: somepath: search breadth-first to find minimal path
     - cmd/gonew: add new tool for starting a module by copying one
---
 devel/go-tools/Makefile |  4 ++--
 devel/go-tools/distinfo | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/go-tools/Makefile b/devel/go-tools/Makefile
index b18ef26fc8c4..5d42bba70bd0 100644
--- a/devel/go-tools/Makefile
+++ b/devel/go-tools/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	tools
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.11.0
-PORTREVISION=	1
+DISTVERSION=	0.11.1
 PORTEPOCH=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	go-
@@ -31,6 +30,7 @@ GO_TARGET=	./cmd/auth/cookieauth \
 		./cmd/godoc \
 		./cmd/goimports \
 		./cmd/gomvpkg \
+		./cmd/gonew \
 		./cmd/gorename \
 		./cmd/gotype \
 		./cmd/goyacc \
diff --git a/devel/go-tools/distinfo b/devel/go-tools/distinfo
index 4861ea6770ee..6b7d2d63516e 100644
--- a/devel/go-tools/distinfo
+++ b/devel/go-tools/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1689061991
-SHA256 (go/devel_go-tools/tools-v0.11.0/v0.11.0.mod) = 21ded8ffee55e7b53f95c6cc762c797590998be4eb75e6495509f906face16d6
-SIZE (go/devel_go-tools/tools-v0.11.0/v0.11.0.mod) = 214
-SHA256 (go/devel_go-tools/tools-v0.11.0/v0.11.0.zip) = 84acda0fe814a4bfac54d75da2f94b27bb6915bfa86a00fe7d3bc54ba4c0409c
-SIZE (go/devel_go-tools/tools-v0.11.0/v0.11.0.zip) = 2951221
+TIMESTAMP = 1691185147
+SHA256 (go/devel_go-tools/tools-v0.11.1/v0.11.1.mod) = 21ded8ffee55e7b53f95c6cc762c797590998be4eb75e6495509f906face16d6
+SIZE (go/devel_go-tools/tools-v0.11.1/v0.11.1.mod) = 214
+SHA256 (go/devel_go-tools/tools-v0.11.1/v0.11.1.zip) = ec2cee1672d7a2a5fe4559a36084d7889a6b9f2bf17b9fce8887cbbf794450ed
+SIZE (go/devel_go-tools/tools-v0.11.1/v0.11.1.zip) = 3028939



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