diff options
Diffstat (limited to 'www/tt-rss/Makefile')
-rw-r--r-- | www/tt-rss/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile index 7ddc4f436b9d..78a25b6663a9 100644 --- a/www/tt-rss/Makefile +++ b/www/tt-rss/Makefile @@ -1,8 +1,9 @@ PORTNAME= tt-rss -DISTVERSION= g20250730 +DISTVERSION= g20251002 PORTEPOCH= 2 CATEGORIES= www -MASTER_SITES= LOCAL/meta +MASTER_SITES= LOCAL/meta \ + LOCAL/vvd PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= dereks@lifeofadishwasher.com @@ -18,7 +19,7 @@ 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= 851ddf4bbe750e30816b6c494165e9860bd39b92 +GL_TAGNAME= c67b943aa894b90103c4752ac430958886b996b2 # 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 \ |