Created attachment 253329 [details] update to 0.21.0 Release notes: https://elv.sh/blog/0.21.0-release-notes.html In addition to update the port and its go module dependencies, the shell is added to /etc/shells via @shell directive.
Comment on attachment 253329 [details] update to 0.21.0 This looks good to me, thanks!
We can remove GH_PROJECT if PORTNAME==GH_PROJECT.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ad6ca8d5c1129ed9d5709b1f07116e9324af03b8 commit ad6ca8d5c1129ed9d5709b1f07116e9324af03b8 Author: Stefan Schlosser <bsdcode@disroot.org> AuthorDate: 2024-09-06 14:54:04 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-09-06 15:12:51 +0000 shells/elvish: Update 0.20.1 → 0.21.0, add to /etc/shells Changelog: https://elv.sh/blog/0.21.0-release-notes.html - Add to /etc/shells. - Remove GH_PROJECT equal to PORTNAME. PR: 281272 Approved by: Adam Jimerson <vendion@gmail.com> shells/elvish/Makefile | 12 +++++------- shells/elvish/distinfo | 18 +++++++++--------- 2 files changed, 14 insertions(+), 16 deletions(-)
Thanks.