git: 9366726e0a6d - main - textproc/xp: Deprecate and set expiration date to 2025-04-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 30 Mar 2025 06:44:34 UTC
The branch main has been updated by diizzy:

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

commit 9366726e0a6d1bc846262d072163b915f36796de
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-03-30 06:31:36 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-03-30 06:31:44 +0000

    textproc/xp: Deprecate and set expiration date to 2025-04-30
    
    Obsolete, never versions of Java already include XML parser(s)
    
    PR:             285444
    Approved by:    portmgr (maintainer timeout, 2+ weeks)
---
 textproc/xp/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/textproc/xp/Makefile b/textproc/xp/Makefile
index 42a0c8abc68a..4d10b9494237 100644
--- a/textproc/xp/Makefile
+++ b/textproc/xp/Makefile
@@ -9,6 +9,9 @@ MAINTAINER=	mike@vee.net
 COMMENT=	XML parser written in Java
 WWW=		http://www.jclark.com/xml/xp/index.html
 
+DEPRECATED=     Obsolete, never versions of Java already include XML parser(s)
+EXPIRATION_DATE=2025-04-30
+
 USES=		java zip
 
 NO_BUILD=	yes