git: bf55958aa998 - main - dns/libidn2: Update WWW

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 30 Dec 2022 09:08:29 UTC
The branch main has been updated by sunpoet:

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

commit bf55958aa998b0d038643dd6f43049e1bafb9405
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:39:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:04:08 +0000

    dns/libidn2: Update WWW
---
 dns/libidn2/Makefile  | 5 +++--
 dns/libidn2/pkg-descr | 2 --
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/dns/libidn2/Makefile b/dns/libidn2/Makefile
index e2010df2a4f0..b084f948a449 100644
--- a/dns/libidn2/Makefile
+++ b/dns/libidn2/Makefile
@@ -5,7 +5,8 @@ MASTER_SITES=	GNU/libidn
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Implementation of IDNA2008 internationalized domain names
-WWW=		https://www.gnu.org/software/libidn/\#libidn2
+WWW=		https://www.gnu.org/software/libidn/\#libidn2 \
+		https://gitlab.com/libidn/libidn2
 
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
@@ -20,9 +21,9 @@ CONFIGURE_ARGS=	--disable-nls \
 		ac_cv_prog_RONN=${TRUE}
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 USE_LDCONFIG=	yes
 
 INFO=		libidn2
-TEST_TARGET=	check
 
 .include <bsd.port.mk>
diff --git a/dns/libidn2/pkg-descr b/dns/libidn2/pkg-descr
index 89d2872b942d..c99058841e24 100644
--- a/dns/libidn2/pkg-descr
+++ b/dns/libidn2/pkg-descr
@@ -1,3 +1 @@
 Libidn2 is an implementation of IDNA2008 internationalized domain names.
-
-See also: https://gitlab.com/libidn/libidn2