Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Dec 2022 14:40:49 GMT
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5e811991a870 - main - devel/go-tools: update to 0.4.0
Message-ID:  <202212071440.2B7Eentg080561@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=5e811991a8705122696e7543119bfd44dd75b43f

commit 5e811991a8705122696e7543119bfd44dd75b43f
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-12-07 11:16:04 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2022-12-07 14:33:45 +0000

    devel/go-tools: update to 0.4.0
    
    Selected upstream changes:
    
     - cmd/compilebench: make it work without installed .a's
     - internal/typesinternal: update go/types error codes for 1.20
     - playground/socket: eliminate an arbitrary timeout in TestLimiter
     - go/ssa: build generic function bodies
     - cmd/godoc: streamline test subprocesses
     - go.mod: update golang.org/x dependencies
    
    PR:             268220
---
 devel/go-tools/Makefile |  2 +-
 devel/go-tools/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devel/go-tools/Makefile b/devel/go-tools/Makefile
index e88010dfe642..797c7ecd27da 100644
--- a/devel/go-tools/Makefile
+++ b/devel/go-tools/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	tools
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.3.0
+DISTVERSION=	0.4.0
 PORTEPOCH=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	go-
diff --git a/devel/go-tools/distinfo b/devel/go-tools/distinfo
index 3480e3e2c31a..f8293222278f 100644
--- a/devel/go-tools/distinfo
+++ b/devel/go-tools/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1668117276
-SHA256 (go/devel_go-tools/tools-v0.3.0/v0.3.0.mod) = be082bd1ac60dce89e16e82652f02d1236109c95f3fd76c165b500d97ea3984e
-SIZE (go/devel_go-tools/tools-v0.3.0/v0.3.0.mod) = 211
-SHA256 (go/devel_go-tools/tools-v0.3.0/v0.3.0.zip) = bb1015223eedb7e52772fcf955f14c4eabf068229c28043f36bf28a475e5e1a7
-SIZE (go/devel_go-tools/tools-v0.3.0/v0.3.0.zip) = 2954411
+TIMESTAMP = 1670411737
+SHA256 (go/devel_go-tools/tools-v0.4.0/v0.4.0.mod) = 1d0502a3831e7e150ddb4d81f1803aed75e6244a64220909c33788808b6bd80f
+SIZE (go/devel_go-tools/tools-v0.4.0/v0.4.0.mod) = 211
+SHA256 (go/devel_go-tools/tools-v0.4.0/v0.4.0.zip) = 5b32846c4512286a0830979662fd8112ce4df6559d9727d655da152031ddaf42
+SIZE (go/devel_go-tools/tools-v0.4.0/v0.4.0.zip) = 2982281



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