Created attachment 231165 [details] 0001-net-p2p-prowlarr-Disable-built-in-updater-and-tell-u.patch Use package_info file to disable the built-in updater for prowlarr. Document it is disabled in pkg-message. testport ok runtest ok
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=52862c2d0137bda875f842ba4ec25fd0c1519fa0 commit 52862c2d0137bda875f842ba4ec25fd0c1519fa0 Author: Michiel van Baak <michiel@vanbaak.eu> AuthorDate: 2022-01-24 16:32:53 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-01-25 09:25:06 +0000 net-p2p/prowlarr: Disable built-in updater PR: 261339 Reported by: michiel@vanbaak.eu (maintainer) net-p2p/prowlarr/Makefile | 14 +- net-p2p/prowlarr/files/package_info.in (new) | 5 + net-p2p/prowlarr/files/pkg-message.in | 11 +- net-p2p/prowlarr/files/prowlarr.in | 7 +- net-p2p/prowlarr/pkg-plist | 1447 +++++++++++++------------- 5 files changed, 748 insertions(+), 736 deletions(-)
Committed, Thanks!