diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2024-11-18 10:54:36 +0900 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2024-11-18 11:06:14 +0900 |
commit | 518262dcef4000f996c1338a10090a5f0c6dde12 (patch) | |
tree | 58332888e185115d742284f5053e7129640b77af | |
parent | www/tt-rss: Update to g20241113 394d606fe (diff) |
www/tt-rss: Add LOCAL copy of distfiles to MASTER_SITES
It sometimes fails to fetch from upstream because the upstream GitLab is
behind Cloudflare, and they reject accesses that is suspected to be from
a bot because of Cloudflare Turnstile [1].
[1] https://www.cloudflare.com/application-services/products/turnstile/
PR: 282819
-rw-r--r-- | www/tt-rss/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile index a015a772e75e..53a1d77b5c22 100644 --- a/www/tt-rss/Makefile +++ b/www/tt-rss/Makefile @@ -3,6 +3,7 @@ DISTVERSION= g20241113 PORTEPOCH= 2 CATEGORIES= www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} +MASTER_SITES= LOCAL/meta MAINTAINER= dereks@lifeofadishwasher.com COMMENT= Tiny Tiny RSS: web-based news feed (RSS/Atom) aggregator |