From d6b45633781501347775d316dc6fec0f0466e035 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sun, 22 Sep 2024 17:54:24 +0200 Subject: [PATCH] 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