diff options
Diffstat (limited to 'www/tt-rss/Makefile')
-rw-r--r-- | www/tt-rss/Makefile | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile index 90f2e16e73ce..9b41c4a972d8 100644 --- a/www/tt-rss/Makefile +++ b/www/tt-rss/Makefile @@ -1,5 +1,5 @@ PORTNAME= tt-rss -DISTVERSION= g20250427 +DISTVERSION= g20250704 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= f097c5ed97671f66be71e52c13917c23528ba308 +GL_TAGNAME= 46e05583a991f2d3355cbd062d9932ccee1ea25a # 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 sodium tokenizer xml \ - xmlwriter zip + pdo_pgsql phar posix session simplexml sockets sodium tokenizer \ + xml xmlwriter zip USE_RC_SUBR= ttrssd SHEBANG_FILES= update.php update_daemon2.php @@ -31,16 +31,8 @@ REINPLACE_ARGS= -i "" NO_ARCH= yes NO_BUILD= yes -# Instead of depending on the extact database driver list php packages that tt-rss -# depends on during install pkg-message as a post install setup. -# mysql: php-mysqli php-pdo_mysql -# pgsql: php-pgsql php-pdo_pgsql -# -# from Mk/Uses/php.mk create sub vars for mysqli/pdo_mysql pgsql/pdo_pgsql values SUB_FILES= config.php httpd-tt-rss.conf pkg-message -SUB_LIST= MYSQL_DEPS="${mysqli_DEPENDS:T} ${pdo_mysql_DEPENDS:T}" \ - PGSQL_DEPS="${pgsql_DEPENDS:T} ${pdo_pgsql_DEPENDS:T}" \ - WWWOWN=${WWWOWN} +SUB_LIST= WWWOWN=${WWWOWN} PLIST_SUB= WWWGRP=${WWWGRP} \ WWWOWN=${WWWOWN} |