Created attachment 229066 [details] 0001-multimedia-tautulli-Update-to-2.7.7.patch testport ok runs in production in my setup (FreeBSD 13.0 amd64)
*** Bug 259480 has been marked as a duplicate of this bug. ***
@Reporter Can you confirm QA on this (testport poudriere in particular). Additionally could you explain rationale (why) for the following changes: - 'CHECK_GITHUB': (int, 'General', 1), + 'CHECK_GITHUB': (int, 'General', 0), .. - 'CLEANUP_FILES': (int, 'General', 0), + 'CHECK_GITHUB_CACHE_SECONDS': (int, 'Advanced', 3600), If these are based on upstream commits/bugs/pr's, please include a comment in the patch header with links to those upstream references too, thank you!
Comment on attachment 229066 [details] 0001-multimedia-tautulli-Update-to-2.7.7.patch Pending QA: Approved by: portmgr (maintainer timeout)
(In reply to Kubilay Kocak from comment #2) This is the same patch as we always had, just rebased on the latest 2.7.7 sources. It disables update checks against github: - 'CHECK_GITHUB': (int, 'General', 1), + 'CHECK_GITHUB': (int, 'General', 0), The other 2 changes in the .patch are because the source changed the file a bit. As stated on the initial upload of the patch: poudriere testport ok runs in production in my setup
Take
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=849bacb55c2c38a41c485181bdb270dd46df60d2 commit 849bacb55c2c38a41c485181bdb270dd46df60d2 Author: Michiel van Baak <michiel@vanbaak.eu> AuthorDate: 2021-12-08 15:07:29 +0000 Commit: Dries Michiels <driesm@FreeBSD.org> CommitDate: 2021-12-09 18:16:39 +0000 multimedia/tautulli: Update to 2.7.7 While here switch to DISTVERSION, pet portclippy and portfmt. Changes: https://github.com/Tautulli/Tautulli/releases/tag/v2.7.7 PR: 259479 Approved by: portmgr (maintainer timeout), philip (mentor) Differential Revision: https://reviews.freebsd.org/D33336 multimedia/tautulli/Makefile | 25 ++++++++++++------------ multimedia/tautulli/distinfo | 6 +++--- multimedia/tautulli/files/patch-plexpy_config.py | 8 ++++---- 3 files changed, 20 insertions(+), 19 deletions(-)
Committed, thanks for the patch!