git: 2c4ef9fd3726 - main - www/lynx-current: Switch to libidn2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 31 May 2025 10:36:57 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c4ef9fd3726962fa40a4140ff721b7eb529da4a commit 2c4ef9fd3726962fa40a4140ff721b7eb529da4a Author: Terry Kennedy <terry-freebsd@glaver.org> AuthorDate: 2025-05-31 06:37:26 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-05-31 10:36:02 +0000 www/lynx-current: Switch to libidn2 Switch to libidn2 instead of using deprecated libidn(1) PR: 286275 Approved by: maintainer timeout, 1+ month --- www/lynx-current/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 4dd9cc7790c4..a3091acacb5f 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -1,5 +1,6 @@ PORTNAME= lynx PORTVERSION= 2.9.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://invisible-mirror.net/archives/lynx/tarballs/ \ https://invisible-island.net/archives/lynx/tarballs/ @@ -52,7 +53,7 @@ GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_USES_OFF= ssl IDN_CONFIGURE_ENABLE= idna -IDN_LIB_DEPENDS= libidn.so:dns/libidn +IDN_LIB_DEPENDS= libidn2.so:dns/libidn2 NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext