Created attachment 247652 [details] new port
Created attachment 247670 [details] change category to devel
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=aca963f179baa977a9ee2fcdafa564b30959817b commit aca963f179baa977a9ee2fcdafa564b30959817b Author: Pat Maddox <pat@patmaddox.com> AuthorDate: 2024-01-14 15:43:53 +0000 Commit: Koichiro Iwao <meta@FreeBSD.org> CommitDate: 2024-06-09 12:57:40 +0000 devel/go-mode.el: new port This is go-mode, the Emacs mode for editing Go code. It is a complete rewrite of the go-mode that shipped with Go 1.0.3 and before, and was part of Go 1.1 until Go 1.3. Beginning with Go 1.4, editor integration will not be part of the Go distribution anymore, making this repository the canonical place for go-mode. PR: 276329 devel/Makefile | 1 + devel/go-mode.el/Makefile (new) | 32 ++++++++++++++++++++++++++++++++ devel/go-mode.el/distinfo (new) | 3 +++ devel/go-mode.el/pkg-descr (new) | 6 ++++++ devel/go-mode.el/pkg-plist (new) | 4 ++++ 5 files changed, 46 insertions(+)
Committed, thanks!