diff options
Diffstat (limited to 'www/tt-rss/Makefile')
-rw-r--r-- | www/tt-rss/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile index 9b41c4a972d8..7ddc4f436b9d 100644 --- a/www/tt-rss/Makefile +++ b/www/tt-rss/Makefile @@ -1,5 +1,5 @@ PORTNAME= tt-rss -DISTVERSION= g20250704 +DISTVERSION= g20250730 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= LOCAL/meta @@ -15,9 +15,10 @@ RUN_DEPENDS= ${LOCALBASE}/bin/git:devel/git USES= gettext-tools php:cli,web,flavors shebangfix +# dist download is blocked by cloudflare DDOS. Need to upload to LOCAL/ USE_GITLAB= yes GL_SITE= https://gitlab.tt-rss.org -GL_TAGNAME= 46e05583a991f2d3355cbd062d9932ccee1ea25a +GL_TAGNAME= 851ddf4bbe750e30816b6c494165e9860bd39b92 # phe json/openssl extension is required but it's statically linked in default php USE_PHP= ctype dom exif fileinfo filter iconv intl mbstring pcntl pdo \ pdo_pgsql phar posix session simplexml sockets sodium tokenizer \ |