Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2022 16:05:19 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: f22ec54de259 - 2022Q3 - devel/gopls: update to 0.9.4
Message-ID:  <202208171605.27HG5JLM068032@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by fernape:

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

commit f22ec54de2594789ecf1420cbddd46794f0535ca
Author:     Robert Clausecker <fuz@fuz.su>
AuthorDate: 2022-08-17 05:42:11 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2022-08-17 16:01:27 +0000

    devel/gopls: update to 0.9.4
    
    ChangeLog: https://github.com/golang/tools/releases/tag/gopls%2Fv0.9.4
    
    This release fixes an unfortunate bug in a new vet analysis in the gopls@v0.9.2
    release. Specifically, a stray print statement in a new analyzer for the invalid
    time format string "2006-02-01", which corrupts gopls' communication over
    STDIN/STDOUT.
    
    PR:             265895
    Reported by:    fuz@fuz.su (maintainer)
    MFH:            2022Q3
    
    (cherry picked from commit 6d7825177b5a9ddd7ffc28adcda55d3f04ddab58)
---
 devel/gopls/Makefile |  3 +--
 devel/gopls/distinfo | 10 +++++-----
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/devel/gopls/Makefile b/devel/gopls/Makefile
index 418c8e33e2ed..958c3e3783d6 100644
--- a/devel/gopls/Makefile
+++ b/devel/gopls/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	gopls
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.8.4
-PORTREVISION=	1
+DISTVERSION=	0.9.4
 CATEGORIES=	devel
 
 MAINTAINER=	fuz@fuz.su
diff --git a/devel/gopls/distinfo b/devel/gopls/distinfo
index 01203eca0772..5d6c130c848e 100644
--- a/devel/gopls/distinfo
+++ b/devel/gopls/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1653121572
-SHA256 (go/devel_gopls/gopls-v0.8.4/v0.8.4.mod) = 0eba7388c2e9035a2295b22cc1e5a644765996415393773691e796a20109fa96
-SIZE (go/devel_gopls/gopls-v0.8.4/v0.8.4.mod) = 847
-SHA256 (go/devel_gopls/gopls-v0.8.4/v0.8.4.zip) = a521fcaad4f6fdb88346642cc0e5f5bdb04fcae4e65292c72f6ccd6f6c80aa21
-SIZE (go/devel_gopls/gopls-v0.8.4/v0.8.4.zip) = 179636
+TIMESTAMP = 1660711125
+SHA256 (go/devel_gopls/gopls-v0.9.4/v0.9.4.mod) = c26265d7e483d4b43a10675d0f2f082eb1fc132a713dd3f42c6fcb186cf7884e
+SIZE (go/devel_gopls/gopls-v0.9.4/v0.9.4.mod) = 766
+SHA256 (go/devel_gopls/gopls-v0.9.4/v0.9.4.zip) = d257952c4edde45e9cb6d203ae0caa307f37a6e94a82b3970ec21bd6616e3eeb
+SIZE (go/devel_gopls/gopls-v0.9.4/v0.9.4.zip) = 209168



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