git: e3c36165d9e5 - main - devel/apache-commons-configuration: escape comment char in url

From: Ronald Klop <ronald_at_FreeBSD.org>
Date: Thu, 19 Mar 2026 08:48:34 UTC
The branch main has been updated by ronald:

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

commit e3c36165d9e5e1f41b1349bacff4d298fe19a820
Author:     Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2026-03-19 08:45:04 +0000
Commit:     Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2026-03-19 08:47:23 +0000

    devel/apache-commons-configuration: escape comment char in url
    
    no functional change intended
    
    Approved-by:    no maintainer
    Fixes:  aa90efeb409a63622cd04109e6b35772f7a01353 (deprecate)
---
 devel/apache-commons-configuration/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/apache-commons-configuration/Makefile b/devel/apache-commons-configuration/Makefile
index 2a420da5a3f3..08e72af27100 100644
--- a/devel/apache-commons-configuration/Makefile
+++ b/devel/apache-commons-configuration/Makefile
@@ -12,7 +12,7 @@ WWW=		https://commons.apache.org/proper/commons-configuration/
 
 LICENSE=	APACHE20
 
-DEPRECATED=	'The 1.x codebase no longer receives updates. Denial of service issues...', no maintainer, no users in the ports tree, https://commons.apache.org/proper/commons-configuration/#Commons_Configuration_1.x_and_2.x
+DEPRECATED=	'The 1.x codebase no longer receives updates. Denial of service issues...', no maintainer, no users in the ports tree, https://commons.apache.org/proper/commons-configuration/\#Commons_Configuration_1.x_and_2.x
 EXPIRATION_DATE=	2026-07-26
 
 RUN_DEPENDS=	${JAVALIBDIR}/commons-beanutils.jar:java/apache-commons-beanutils \