git: d6b456337815 - main - www/mod_cloudflare: Deprecate and set expiration date to 2024-10-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Mon, 23 Sep 2024 23:29:50 UTC
The branch main has been updated by diizzy:

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

commit d6b45633781501347775d316dc6fec0f0466e035
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-09-22 15:54:24 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-09-23 23:29:39 +0000

    www/mod_cloudflare: Deprecate and set expiration date to 2024-10-31
    
    Deprecated upstream 20 Jul 2021, upstream recommends using mod_remoteip
    (not ported)
    
    Reference:
    https://github.com/cloudflare/mod_cloudflare
    
    PR:             281052
    Approved by:    portmgr (maintainer timeout, 2+ weeks)
---
 www/mod_cloudflare/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/mod_cloudflare/Makefile b/www/mod_cloudflare/Makefile
index d56a8fd811e4..8f981d4d4e16 100644
--- a/www/mod_cloudflare/Makefile
+++ b/www/mod_cloudflare/Makefile
@@ -8,6 +8,9 @@ WWW=		https://github.com/cloudflare/mod_cloudflare
 
 LICENSE=	APACHE20
 
+DEPRECATED=	Deprecated upstream 20 Jul 2021, upstream recommends mod_remoteip
+EXPIRATION_DATE=2024-10-31
+
 CONFLICTS_INSTALL=	${PKGNAMEPREFIX}mod_remoteip
 
 USE_GITHUB=	yes