diff options
Diffstat (limited to 'www/tt-rss/Makefile')
-rw-r--r-- | www/tt-rss/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile index b6c91f2ef6f8..90f2e16e73ce 100644 --- a/www/tt-rss/Makefile +++ b/www/tt-rss/Makefile @@ -1,5 +1,5 @@ PORTNAME= tt-rss -DISTVERSION= g20250220 +DISTVERSION= g20250427 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= LOCAL/meta @@ -17,11 +17,11 @@ USES= gettext-tools php:cli,web,flavors shebangfix USE_GITLAB= yes GL_SITE= https://gitlab.tt-rss.org -GL_TAGNAME= bfdfea88b988778db59fb112bbd07a4cd2aefd69 +GL_TAGNAME= f097c5ed97671f66be71e52c13917c23528ba308 # 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 \ - phar posix session simplexml sockets tokenizer xml xmlwriter \ - zip + phar posix session simplexml sockets sodium tokenizer xml \ + xmlwriter zip USE_RC_SUBR= ttrssd SHEBANG_FILES= update.php update_daemon2.php |