git: 1d878d0051c4 - main - www/mod_authnz_crowd: Deprecate and set expiration date to 2022-03-31

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

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

commit 1d878d0051c4ef12142581e4c530722c851a92d0
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-10 08:37:07 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-10 08:51:53 +0000

    www/mod_authnz_crowd: Deprecate and set expiration date to 2022-03-31
    
    Abandoned upstream in 2014, doesn't work with Apache 2.4+
    
    Reference: https://community.atlassian.com/t5/Crowd-questions/Apache-2-4-mod-authnz-crowd-not-working/qaq-p/655874
    
    Approved by:    tcberner (mentor)
    Differential Revision:  https://reviews.freebsd.org/D32393
---
 www/mod_authnz_crowd/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/mod_authnz_crowd/Makefile b/www/mod_authnz_crowd/Makefile
index d1a98b9fd36b..ffcef1c19039 100644
--- a/www/mod_authnz_crowd/Makefile
+++ b/www/mod_authnz_crowd/Makefile
@@ -16,6 +16,9 @@ BROKEN_mips=		fails to build: error: curl/curl.h: No such file or directory
 BROKEN_mips64=		fails to build: error: curl/curl.h: No such file or directory
 BROKEN_FreeBSD_12_powerpc64=	fails to build on powerpc64 elfv1: curl/curl.h: No such file or directory
 
+DEPRECATED=	Abandoned upstream in 2014, doesn't work with Apache 2.4+
+EXPIRATION_DATE=2022-03-31
+
 LIB_DEPENDS=	libsvn_client-1.so:devel/subversion \
 		libcurl.so:ftp/curl
 RUN_DEPENDS=	${LOCALBASE}/${APACHEMODDIR}/mod_dav_svn.so:www/mod_dav_svn