Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.11.0_5 08 Apr 2023 15:13:25
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{119,120} update |
0.11.0_4 09 Mar 2023 19:18:07
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after Go ports update |
0.11.0_3 15 Feb 2023 19:06:01
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{119,120} update |
0.11.0_2 09 Feb 2023 21:55:23
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after GO_DEFAULT update. |
0.11.0_1 08 Feb 2023 23:24:25
    |
Robert Clausecker (fuz)  |
*/*: Update fuz@fuz.su to fuz@FreeBSD.org
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit. I did intentionally not
touch the entry in UPDATING.
Reviewed by: eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435 |
0.11.0_1 14 Jan 2023 11:31:17
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTVERSION after lang/go{118,119} update |
0.11.0 20 Dec 2022 12:53:05
    |
Dmitri Goutnik (dmgk)  Author: Robert Clausecker |
devel/gopls: Update to 0.11.0
Changes: https://github.com/golang/tools/releases/tag/gopls%2Fv0.11.0
PR: 268467 |
0.10.1_1 11 Dec 2022 11:17:27
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{118,119} update |
0.10.1 07 Nov 2022 18:08:45
    |
Guangyuan Yang (ygy)  Author: Robert Clausecker |
devel/gopls: Update to 0.10.1
Changelog: https://github.com/golang/tools/releases/tag/gopls%2Fv0.10.1
PR: 267521 |
0.10.0 01 Nov 2022 00:42:43
    |
Nuno Teixeira (eduardo)  Author: Robert Clausecker |
devel/gopls: Update to 0.10.0
Changelog: https://github.com/golang/tools/releases/tag/gopls%2Fv0.10.0
PR: 267482 |
0.9.5_1 06 Oct 2022 19:24:26
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{118,119} update |
0.9.5 10 Sep 2022 15:19:12
    |
Nuno Teixeira (eduardo)  Author: Robert Clausecker |
devel/gopls: Update to 0.9.5
- bugfix for redundant reloads following go.mod changes
Changelog: https://github.com/golang/tools/releases/tag/gopls%2Fv0.9.5
PR: 266338 |
0.9.4_1 08 Sep 2022 16:33:18
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{118,119} update |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.4 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.4 17 Aug 2022 15:56:34
    |
Fernando Apesteguía (fernape)  Author: Robert Clausecker |
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 |
0.9.3 12 Aug 2022 12:42:50
    |
Nuno Teixeira (eduardo)  Author: Robert Clausecker |
devel/gopls: Update to 0.9.3
- A patch release for 0.9.2. Fixes a crash when a new workspace is
incorrectly configured.
ChangeLog: https://github.com/golang/tools/releases/tag/gopls%2Fv0.9.3
PR: 265785 |
0.9.2 11 Aug 2022 22:08:05
    |
Nuno Teixeira (eduardo)  Author: Robert Clausecker |
devel/gopls: Update to 0.9.2
ChangeLog: https://github.com/golang/tools/releases/tag/gopls%2Fv0.9.2
PR: 265772 |
0.9.1_1 03 Aug 2022 21:35:13
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update. |
0.9.1 15 Jul 2022 10:41:13
    |
Nuno Teixeira (eduardo)  Author: Robert Clausecker |
devel/gopls: Update to 0.9.1
ChangeLog: https://github.com/golang/tools/releases/tag/gopls%2Fv0.9.1
PR: 265214 |
0.9.0_1 14 Jul 2022 12:46:05
    |
Dmitri Goutnik (dmgk)  |
all: Bump PORTREVISION after lang/go{117,118} update |
0.9.0 09 Jul 2022 10:27:53
    |
Dries Michiels (driesm)  Author: Robert Clausecker |
devel/gopls: update to 0.9.0
Changes: https://github.com/golang/tools/releases/tag/gopls%2Fv0.9.0
PR: 265103 |
0.8.4_1 07 Jun 2022 21:56:10
    |
Dmitri Goutnik (dmgk)  |
*/*: Bump port revisons after lang/go{117,118} update |
0.8.4 21 May 2022 13:53:47
    |
Nuno Teixeira (eduardo)  Author: Robert Clausecker |
devel/gopls: Update to 0.8.4
ChangeLog: https://github.com/golang/tools/releases/tag/gopls%2Fv0.8.4
PR: 264118 |
0.8.3 22 Apr 2022 18:36:40
    |
Fernando Apesteguía (fernape)  Author: Robert Clausecker |
devel/gopls: update to 0.8.3
ChangeLog: https://github.com/golang/tools/releases/tag/gopls%2Fv0.8.3
PR: 263258
Reported by: fuz@fuz.su (maintainer)
MFH: 2022Q2 (bugfix release) |
0.8.2 01 Apr 2022 17:52:41
    |
Tobias C. Berner (tcberner)  Author: Robert Clausecker |
devel/gopls: update to 0.8.2 |
0.8.1 31 Mar 2022 04:20:52
    |
Guangyuan Yang (ygy)  Author: Robert Clausecker |
devel/gopls: Update to 0.8.1
Changelog: https://github.com/golang/tools/releases/tag/gopls%2Fv0.8.1
PR: 262891 |
0.7.5_1 30 Mar 2022 07:01:44
    |
Guangyuan Yang (ygy)  |
*/*: Bump PORTREVISION after lang/go 1.18 update |
0.7.5 23 Jan 2022 01:59:05
    |
Guangyuan Yang (ygy)  Author: Robert Clausecker |
devel/gopls: Update to 0.7.5
Changelog: https://github.com/golang/tools/releases/tag/gopls%2Fv0.7.5
PR: 261403
MFH: 2022Q1 (bugfixes) |
0.7.4 18 Dec 2021 07:50:23
    |
Hiroki Tagato (tagattie)  Author: Robert Clausecker |
devel/gopls: update to 0.7.4
Changelog:
- Editing support for Go template files
- Improved support for generic code when using the Go 1.18 beta
- Various bug fixes
(https://github.com/golang/tools/releases/tag/gopls%2Fv0.7.4)
PR: 260469
Reported by: Robert Clausecker <fuz@fuz.su> (maintainer) |
0.7.3 07 Dec 2021 22:18:47
    |
Juraj Lutter (otis)  Author: Robert Clausecker |
devel/gopls: Add port: Go language server
gopls (pronounced "Go please") is the official Go language server
developed by the Go team. It provides IDE features to any
LSP-compatible editor.
PR: 260258 |