diff options
author | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-10-05 05:11:38 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-10-05 05:11:38 +0300 |
commit | b057c68280a2f2a7b3d1fbac36f7b034e1fdf593 (patch) | |
tree | 26c29521e29253b8afa369d2abfe7bcea74433b7 | |
parent | www/tt-rss: Update g20250730 => g20251002 (diff) |
www/tt-rss: Add LOCAL/vvd to MASTER_SITES
"dist download is blocked by cloudflare DDOS. Need to upload to LOCAL/"
PR: 290003
-rw-r--r-- | www/tt-rss/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile index 0eea26d99430..78a25b6663a9 100644 --- a/www/tt-rss/Makefile +++ b/www/tt-rss/Makefile @@ -2,7 +2,8 @@ PORTNAME= tt-rss DISTVERSION= g20251002 PORTEPOCH= 2 CATEGORIES= www -MASTER_SITES= LOCAL/meta +MASTER_SITES= LOCAL/meta \ + LOCAL/vvd PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= dereks@lifeofadishwasher.com |