Bug 278689 - dns/libidn: update to 1.42
Summary: dns/libidn: update to 1.42
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL: https://git.savannah.gnu.org/cgit/lib...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-01 18:11 UTC by Hung-Yi Chen
Modified: 2024-05-02 11:26 UTC (History)
1 user (show)

See Also:
gaod: maintainer-feedback+


Attachments
libidn 1.42 (1.29 KB, patch)
2024-05-01 18:11 UTC, Hung-Yi Chen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!