Date: Sat, 21 Jun 2025 19:55:36 GMT
From: Hiroki Tagato <tagattie@FreeBSD.org>
To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject: git: 97c4312ebce2 - main - emulators/es-de: replace deprecated USES=gettext with gettext-{runtime,tools}
Message-ID: <202506211955.55LJtaXP039623@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=97c4312ebce2839e44aae613213ca97b79d4a6a2 commit 97c4312ebce2839e44aae613213ca97b79d4a6a2 Author: Stefan Schlosser <bsdcode@disroot.org> AuthorDate: 2025-06-21 08:27:40 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2025-06-21 19:55:09 +0000 emulators/es-de: replace deprecated USES=gettext with gettext-{runtime,tools} USES=gettext is deprecated according to the Porter's Handbook. Replace it with gettext-runtime and gettext-tools, both are required. PORTREVISION isn't bumped because USES=gettext is the same as USES=gettext-{runtime,tools}. Ref: https://docs.freebsd.org/en/books/porters-handbook/book/#uses-gettext PR: 287702 Reported by: Stefan Schlosser <bsdcode@disroot.org> (maintainer) --- emulators/es-de/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/es-de/Makefile b/emulators/es-de/Makefile index 842897494274..5e494aad2821 100644 --- a/emulators/es-de/Makefile +++ b/emulators/es-de/Makefile @@ -54,7 +54,7 @@ DEINIT_DESC= Deinit frontend on emulator launch DEINIT_CMAKE_BOOL= DEINIT_ON_LAUNCH -NLS_USES= gettext +NLS_USES= gettext-runtime gettext-tools NLS_CMAKE_BOOL= COMPILE_LOCALIZATIONS post-install:home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506211955.55LJtaXP039623>
