Created attachment 247408 [details] 0001-net-p2p-sonarr-Update-to-4.0.0.748.patch This update has been tested for some time already in the net-p2p/sonarr-devel port. sonarr is now like the rest of the *arr ports, a .NET based program and no longer runs on mono. poudriere ok Works in production on my setup (14.0 amd64) IMPORTANT: See the forum link for a full list of updates. As this is a major version upgrade, it's not backwards compatible. Sonarr will update the configuration to the v4 format, but manual confirmation and probably some changes are needed.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=867e8cb501b901d7443eb292d193e6e13096ebb1 commit 867e8cb501b901d7443eb292d193e6e13096ebb1 Author: Michiel van Baak Jansen <michiel@vanbaak.eu> AuthorDate: 2024-01-04 09:54:02 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2024-01-04 18:43:05 +0000 net-p2p/sonarr: Update to 4.0.0.748 ChangeLog: https://forums.sonarr.tv/t/sonarr-v4-released/33089 PR: 276077 Reported by: michiel@vanbaak.eu (maintainer) net-p2p/sonarr/Makefile | 44 ++-- net-p2p/sonarr/distinfo | 6 +- net-p2p/sonarr/files/pkg-message.in | 7 + net-p2p/sonarr/files/sonarr.in | 73 ++++--- net-p2p/sonarr/pkg-plist | 402 +++++++++++++++++++++++++++++++----- 5 files changed, 426 insertions(+), 106 deletions(-)
Committed, Thanks!