git: 15fd74c3bf6b - main - www/mod_cloudflare: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Oct 2024 22:15:05 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=15fd74c3bf6bb45812016cb1ed8f1f62c50fa526 commit 15fd74c3bf6bb45812016cb1ed8f1f62c50fa526 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-10-31 22:14:53 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-10-31 22:14:53 +0000 www/mod_cloudflare: Remove expired port 2024-10-31 www/mod_cloudflare: Deprecated upstream 20 Jul 2021, upstream recommends mod_remoteip --- MOVED | 1 + www/Makefile | 1 - www/mod_cloudflare/Makefile | 27 --------------------------- www/mod_cloudflare/distinfo | 3 --- www/mod_cloudflare/pkg-descr | 4 ---- 5 files changed, 1 insertion(+), 35 deletions(-) diff --git a/MOVED b/MOVED index 9cbd9640678e..cf3923a2587f 100644 --- a/MOVED +++ b/MOVED @@ -3563,3 +3563,4 @@ audio/funktrackergold||2024-10-31|Has expired: Software looks abandoned: last re cad/tkgate||2024-10-31|Has expired: Upstream is gone www/py-gandi.cli||2024-10-31|Has expired: Upstream no longer continuing devel/libdevq||2024-10-31|Has expired: Upstream repo archived Dec 14, 2023 +www/mod_cloudflare||2024-10-31|Has expired: Deprecated upstream 20 Jul 2021, upstream recommends mod_remoteip diff --git a/www/Makefile b/www/Makefile index cffe138d2de2..5cd71c8e98de 100644 --- a/www/Makefile +++ b/www/Makefile @@ -389,7 +389,6 @@ SUBDIR += mod_authnz_external24 SUBDIR += mod_authz_unixgroup24 SUBDIR += mod_cfg_ldap - SUBDIR += mod_cloudflare SUBDIR += mod_dav_svn SUBDIR += mod_defensible SUBDIR += mod_dnssd diff --git a/www/mod_cloudflare/Makefile b/www/mod_cloudflare/Makefile deleted file mode 100644 index 8f981d4d4e16..000000000000 --- a/www/mod_cloudflare/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= mod_cloudflare -PORTVERSION= 2016.10.0 -CATEGORIES= www - -MAINTAINER= joneum@FreeBSD.org -COMMENT= Cloudflare fork of mod_remoteip -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 -GH_ACCOUNT= cloudflare -GH_TAGNAME= 98ab38a - -USES= apache -AP_FAST_BUILD= yes -AP_GENPLIST= yes -SHORTMODNAME= cloudflare - -SRC_FILE= mod_cloudflare.c - -.include <bsd.port.mk> diff --git a/www/mod_cloudflare/distinfo b/www/mod_cloudflare/distinfo deleted file mode 100644 index 40b8438d19d8..000000000000 --- a/www/mod_cloudflare/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1549114376 -SHA256 (cloudflare-mod_cloudflare-2016.10.0-98ab38a_GH0.tar.gz) = d3e59a3e13798af27fe020ea43daaabf2bfdfdccf6ffdfcc3517536e5839cc75 -SIZE (cloudflare-mod_cloudflare-2016.10.0-98ab38a_GH0.tar.gz) = 13682 diff --git a/www/mod_cloudflare/pkg-descr b/www/mod_cloudflare/pkg-descr deleted file mode 100644 index 4a0c1b133073..000000000000 --- a/www/mod_cloudflare/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Based on mod_remoteip.c, this Apache extension will replace the -remote_ip variable in user's logs with the correct remote IP sent from -CloudFlare. The module only performs the IP substitution for requests -originating from CloudFlare IPs by default.