git: 31e8394380ba - main - dns/libidn2: fix WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Dec 2022 18:20:39 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=31e8394380ba42ea8a075a48e216778b1e187d8d commit 31e8394380ba42ea8a075a48e216778b1e187d8d Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-12-22 18:19:48 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-12-22 18:20:32 +0000 dns/libidn2: fix WWW PR: 268243 Approved by: maintainer timeout (sunpoet, 2 weeks) --- dns/libidn2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/libidn2/Makefile b/dns/libidn2/Makefile index 2cf505867c01..8710dd5107a9 100644 --- a/dns/libidn2/Makefile +++ b/dns/libidn2/Makefile @@ -6,7 +6,7 @@ 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 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING