Bug 286297 - lang/emilua: Update to 0.11.5
Summary: lang/emilua: Update to 0.11.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Vanilla I. Shu
URL: https://emilua.org/
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-22 23:34 UTC by Valter Nazianzeno
Modified: 2025-04-23 04:50 UTC (History)
3 users (show)

See Also:


Attachments
Diff for 0.11.5 (1.63 KB, patch)
2025-04-22 23:34 UTC, Valter Nazianzeno
no flags Details | Diff
[Updated] Diff for 0.11.5 (1.81 KB, patch)
2025-04-23 04:50 UTC, Valter Nazianzeno
manipuladordedados: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Valter Nazianzeno 2025-04-22 23:34:12 UTC
Created attachment 259808 [details]
Diff for 0.11.5
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2025-04-23 01:04:42 UTC
I have a proposal add to Makefile:
PLIST_SUB=      SOVER="${DISTVERSION}"
and use this in pkg-plist:
lib/libemilua-libc-service.so.%%SOVER%%
lib/libemilua-main.so.%%SOVER%%
lib/libemilua-preload-libc.so.%%SOVER%%
lib/libemilua.so.%%SOVER%%
Comment 2 Vanilla I. Shu freebsd_committer freebsd_triage 2025-04-23 03:46:25 UTC
Committed, thanks.
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-04-23 03:46:28 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=605c9c9d2473af48ba8f4bdf41f739b4c443ea12

commit 605c9c9d2473af48ba8f4bdf41f739b4c443ea12
Author:     Vanilla I. Shu <vanilla@FreeBSD.org>
AuthorDate: 2025-04-23 03:45:32 +0000
Commit:     Vanilla I. Shu <vanilla@FreeBSD.org>
CommitDate: 2025-04-23 03:45:32 +0000

    lang/emilua: Update to 0.11.5.

    PR:             286297
    Reported by:    maintainer

 lang/emilua/Makefile  | 4 +++-
 lang/emilua/distinfo  | 6 +++---
 lang/emilua/pkg-plist | 8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)
Comment 4 Valter Nazianzeno 2025-04-23 04:50:17 UTC
Created attachment 259809 [details]
[Updated] Diff for 0.11.5
Comment 5 Valter Nazianzeno 2025-04-23 04:50:55 UTC
(In reply to Vladimir Druzenko from comment #1)
Done, thanks!