Bug 280955 - lang/lua54: update 5.4.6 → 5.4.7
Summary: lang/lua54: update 5.4.6 → 5.4.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://www.lua.org/work/diffs-lua-5....
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-20 22:55 UTC by Älven
Modified: 2024-09-09 20:39 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (andrew)


Attachments
[PATCH] lang/lua54: update 5.4.6 → 5.4.7 (3.16 KB, patch)
2024-08-20 22:55 UTC, Älven
alster: maintainer-approval? (andrew)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Älven 2024-08-20 22:55:01 UTC
Created attachment 252964 [details]
[PATCH] lang/lua54: update 5.4.6 → 5.4.7
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2024-09-02 22:59:10 UTC
1 day left till maintainer timeout 14 days.
Comment 2 Älven 2024-09-07 21:10:06 UTC
May commit?
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2024-09-07 22:42:02 UTC
I'll commit it tomorrow.
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2024-09-08 19:25:32 UTC
(In reply to Älven from comment #2)
Why did you edit pkg-descr?
Comment 5 Älven 2024-09-09 04:54:54 UTC
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)                                                               
                                    )))
Comment 6 Vladimir Druzenko freebsd_committer freebsd_triage 2024-09-09 11:24:19 UTC
(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?
Comment 7 commit-hook freebsd_committer freebsd_triage 2024-09-09 20:38:39 UTC
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(-)
Comment 8 Vladimir Druzenko freebsd_committer freebsd_triage 2024-09-09 20:39:21 UTC
Thanks.