git: d1ca39dbcc01 - main - www/mod_xmlns: Deprecate and set expiration date to 2022-03-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 10 Oct 2021 08:52:07 UTC
The branch main has been updated by diizzy:

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

commit d1ca39dbcc01f36b52c890682461175874f1b5e9
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-10 08:44:02 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-10 08:51:53 +0000

    www/mod_xmlns: Deprecate and set expiration date to 2022-03-31
    
    Upstream called it "provisionally stable" back in 2004 and no
    further development
    
    Reference: http://apache.webthing.com/mod_xmlns/
    
    Approved by:    tcberner (mentor)
    Differential Revision:  https://reviews.freebsd.org/D32397
---
 www/mod_xmlns/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/mod_xmlns/Makefile b/www/mod_xmlns/Makefile
index e7182326cb18..a931578daea2 100644
--- a/www/mod_xmlns/Makefile
+++ b/www/mod_xmlns/Makefile
@@ -13,6 +13,9 @@ COMMENT=	Apache module for XML namespaces
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Abandoned upstream, last release in 2004
+EXPIRATION_DATE=2022-03-31
+
 USE_GNOME=	libxml2
 USES=		apache:2.2+ gnome