aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Sidorkin <osidorkin@gmail.com>2023-12-04 15:47:11 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2023-12-05 05:43:25 +0000
commit12e28d70c028e9925d4045fcc702cbb38b4a041c (patch)
tree8932d086f57252a8cdf91259e33727df79c8fde3
parent85c305a87ac830772cc325ed780e069cdb0e61e4 (diff)
downloadports-12e28d70c028e9925d4045fcc702cbb38b4a041c.tar.gz
ports-12e28d70c028e9925d4045fcc702cbb38b4a041c.zip
www/tt-rss: Chase filename changing
PR: 275526 Approved by: maintainer
-rw-r--r--www/tt-rss/Makefile1
-rw-r--r--www/tt-rss/files/ttrss_db_check.php.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile
index 46762a04afcd..5e22c4deb9c6 100644
--- a/www/tt-rss/Makefile
+++ b/www/tt-rss/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tt-rss
PORTVERSION= g20231202
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= www
diff --git a/www/tt-rss/files/ttrss_db_check.php.in b/www/tt-rss/files/ttrss_db_check.php.in
index a8b72d8b76fe..c521a910b612 100644
--- a/www/tt-rss/files/ttrss_db_check.php.in
+++ b/www/tt-rss/files/ttrss_db_check.php.in
@@ -1,7 +1,7 @@
<?php
chdir("%%WWWDIR%%");
-require_once "%%WWWDIR%%/classes/config.php";
+require_once "%%WWWDIR%%/classes/Config.php";
require_once "%%WWWDIR%%/include/functions.php";
print(strtolower(Config::get(Config::DB_TYPE)));