Bug 275526 - www/tt-rss: Fix database checker after file renaming
Summary: www/tt-rss: Fix database checker after file renaming
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Koichiro Iwao
URL: https://git.tt-rss.org/fox/tt-rss.git...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-04 16:58 UTC by Oleg Sidorkin
Modified: 2023-12-05 05:46 UTC (History)
2 users (show)

See Also:
dereks: maintainer-feedback+


Attachments
Patch to chase renaming of config.php to Config.php in tt-rss port (via git am) (781 bytes, patch)
2023-12-04 16:58 UTC, Oleg Sidorkin
no flags Details | Diff
Patch to chase renaming of config.php to Config.php in tt-rss port with portrevision bump (via git am) (781 bytes, patch)
2023-12-04 17:21 UTC, Oleg Sidorkin
no flags Details | Diff
Patch to chase renaming of config.php to Config.php in tt-rss port with portrevision bump (via git am) (1.06 KB, patch)
2023-12-04 17:33 UTC, Oleg Sidorkin
osidorkin: maintainer-approval?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Sidorkin 2023-12-04 16:58:08 UTC
Created attachment 246770 [details]
Patch to chase renaming of config.php to Config.php in tt-rss port (via git am)

Hi.
classes/config.php was renames to Config.php. Port's database checker script should be updated, otherwise ttrssd couldn't be started via rc.d script.

See the attached patch.
Thanks
Comment 1 Derek Schrock 2023-12-04 17:11:35 UTC
Thanks for the report. Can this patch also bump/add pet revision?
Comment 2 Oleg Sidorkin 2023-12-04 17:21:30 UTC
Created attachment 246772 [details]
Patch to chase renaming of config.php to Config.php in tt-rss port with portrevision bump (via git am)

Updated patch with portrevision
Comment 3 Derek Schrock 2023-12-04 17:24:23 UTC
Looks like this is the original patch.
Comment 4 Oleg Sidorkin 2023-12-04 17:33:45 UTC
Created attachment 246773 [details]
Patch to chase renaming of config.php to Config.php in tt-rss port with portrevision bump (via git am)

Sorry, updated again
Comment 5 Derek Schrock 2023-12-04 18:22:12 UTC
Comment on attachment 246773 [details]
Patch to chase renaming of config.php to Config.php in tt-rss port with portrevision bump (via git am)

Looks good. Thanks.
Comment 6 commit-hook freebsd_committer freebsd_triage 2023-12-05 05:46:35 UTC
A commit in branch main references this bug:

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(-)
Comment 7 Koichiro Iwao freebsd_committer freebsd_triage 2023-12-05 05:46:53 UTC
Committed, thanks!