Created attachment 252964 [details] [PATCH] lang/lua54: update 5.4.6 → 5.4.7
1 day left till maintainer timeout 14 days.
May commit?
I'll commit it tomorrow.
(In reply to Älven from comment #2) Why did you edit pkg-descr?
The command M-q (fill-paragraph) fills the current paragraph. It redistributes the line breaks within the paragraph, and deletes any excess space and tab characters occurring within the paragraph, in such a way that the lines end up fitting within a certain maximum width. Like Auto Fill mode, this and other filling commands usually break lines at space characters. (add-to-list 'auto-mode-alist '("/pkg-descr\\'" . (lambda () (setq fill-column 76) (display-fill-column-indicator-mode) )))
(In reply to Älven from comment #5) Why 76? For example portlint say 80: WARN: pkg-descr: includes lines that exceed 80 characters. Do you have the reference on handbook?
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=108aa10056f015d49ae19d7bdc3d1d18190db3ec commit 108aa10056f015d49ae19d7bdc3d1d18190db3ec Author: Älven <alster@vinterdalen.se> AuthorDate: 2024-09-09 20:22:28 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-09-09 20:37:13 +0000 lang/lua54: update 5.4.6 → 5.4.7 Changelog: https://www.lua.org/bugs.html#5.4.7 Commitlog: https://www.lua.org/work/diffs-lua-5.4.6-lua-5.4.7.html PR: 280955 Approved by: andrew@tao11.riddles.org.uk (maintainer, timeout > 14 days) lang/lua54/Makefile | 3 +-- lang/lua54/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-)
Thanks.