Bug 278689

Summary: dns/libidn: update to 1.42
Product: Ports & Packages Reporter: Hung-Yi Chen <gaod>
Component: Individual Port(s)Assignee: Nuno Teixeira <eduardo>
Status: Closed FIXED    
Severity: Affects Only Me CC: eduardo
Priority: --- Flags: gaod: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://git.savannah.gnu.org/cgit/libidn.git/tree/NEWS?h=v1.42
Attachments:
Description Flags
libidn 1.42 none

Description Hung-Yi Chen 2024-05-01 18:11:54 UTC
Created attachment 250317 [details]
libidn 1.42

* Update to 1.42
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-05-02 11:25:32 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0780a6e8c7f3c424c5c802a483d1e2130927d4bf

commit 0780a6e8c7f3c424c5c802a483d1e2130927d4bf
Author:     Hung-Yi Chen <gaod@hychen.org>
AuthorDate: 2024-05-02 11:23:49 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-05-02 11:24:59 +0000

    dns/libidn: Update to 1.42

    ChangeLog: https://git.savannah.gnu.org/cgit/libidn.git/tree/NEWS?h=v1.42

    PR:             278689

 dns/libidn/Makefile                     | 5 ++---
 dns/libidn/distinfo                     | 6 +++---
 dns/libidn/files/patch-doc__libidn.texi | 6 +++---
 dns/libidn/pkg-plist                    | 4 +++-
 4 files changed, 11 insertions(+), 10 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2024-05-02 11:26:33 UTC
Fixed:

*Makefile:

-NLS_USES=              gettext
+NLS_USES=              gettext-runtime
( https://docs.freebsd.org/en/books/porters-handbook/book/#uses-gettext )

*pkg-plist:

-lib/libidn.so.12.6.3
+lib/libidn.so.12.6.5

+%%NLS%%share/locale/ka/LC_MESSAGES/libidn.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/libidn.mo

Sugestions: portclippy to organize Makefile vars

Committed, thanks!