aboutsummaryrefslogtreecommitdiff
path: root/www/tt-rss/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/tt-rss/Makefile')
-rw-r--r--www/tt-rss/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile
index a5b8b62ea63d..331976e55d54 100644
--- a/www/tt-rss/Makefile
+++ b/www/tt-rss/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tt-rss
-PORTVERSION= g20171120
+PORTVERSION= g20180718
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= https://git.tt-rss.org/git/tt-rss/archive/
@@ -13,7 +13,7 @@ COMMENT= Tiny Tiny RSS: web-based news feed (RSS/Atom) aggregator
LICENSE= GPLv2
-GIT_TAGNAME= d2957a2718
+GIT_TAGNAME= a2d1fa5b14
NO_BUILD= yes
NO_ARCH= yes
@@ -36,14 +36,14 @@ GD_DESC= Use OTP QR code generation
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPGSQL}
-USE_PHP+= pgsql
+USE_PHP+= pdo_pgsql
DB= pgsql
MYSQL= "\#"
PGSQL=
.endif
.if ${PORT_OPTIONS:MMYSQL}
-USE_PHP+= mysqli
+USE_PHP+= pdo_mysql
DB= mysql
MYSQL=
PGSQL= "\#"