git: 12e28d70c028 - main - www/tt-rss: Chase filename changing
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Dec 2023 05:46:16 UTC
The branch main has been updated by meta:
URL: https://cgit.FreeBSD.org/ports/commit/?id=12e28d70c028e9925d4045fcc702cbb38b4a041c
commit 12e28d70c028e9925d4045fcc702cbb38b4a041c
Author: Oleg Sidorkin <osidorkin@gmail.com>
AuthorDate: 2023-12-04 15:47:11 +0000
Commit: Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2023-12-05 05:43:25 +0000
www/tt-rss: Chase filename changing
PR: 275526
Approved by: maintainer
---
www/tt-rss/Makefile | 1 +
www/tt-rss/files/ttrss_db_check.php.in | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
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)));