Bug 261595

Summary: net-p2p/radarr: Update to 4.0.4.5922
Product: Ports & Packages Reporter: Michiel van Baak Jansen <michiel>
Component: Individual Port(s)Assignee: Neel Chauhan <nc>
Status: Closed FIXED    
Severity: Affects Only Me CC: andoriyu, nc
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/Radarr/Radarr/releases/tag/v4.0.4.5922
Attachments:
Description Flags
0001-net-p2p-radarr-Update-to-4.0.4.5922.patch michiel: maintainer-approval+

Description Michiel van Baak Jansen 2022-01-31 09:29:14 UTC
Created attachment 231462 [details]
0001-net-p2p-radarr-Update-to-4.0.4.5922.patch

Radarr v4 is officially stable. This update switches the port back to track master instead of develop.

Besides the update to the latest stable version, 2 cosmetic changes are added to this patch as well:
- Remove the Radarr.Update directory from the package. The radarr developers gave this as feedback. This directory is only used when running the built-in updater, and that will use the Radarr.Update from the fetched update tarball, and removes it after use.
- Use the PKGVERSION instead of PKGNAME in the package_info.

poudriere ok
runtest ok
Runs in production in my setup without errors/warnings in the logs.
Comment 1 Andrey Cherkashin 2022-02-02 20:00:55 UTC
Does this fixes


Failed to create CoreCLR, HRESULT: 0x8007FF02

that is currently in ports?
Comment 2 Neel Chauhan freebsd_committer freebsd_triage 2022-02-02 21:00:44 UTC
Committed!
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-02-02 21:01:37 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cd08af34e736c959f6e4992b828321810b942f4a

commit cd08af34e736c959f6e4992b828321810b942f4a
Author:     Michiel van Baak Jansen <michiel@vanbaak.eu>
AuthorDate: 2022-01-04 10:41:51 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-02-02 21:00:07 +0000

    net-p2p/radarr: Update to 4.0.4.5922

    Changes: https://github.com/Radarr/Radarr/releases/tag/v4.0.4.5922

    PR:     261595

 net-p2p/radarr/Makefile              |   9 +-
 net-p2p/radarr/distinfo              |   6 +-
 net-p2p/radarr/files/package_info.in |   2 +-
 net-p2p/radarr/pkg-plist             | 233 -----------------------------------
 4 files changed, 10 insertions(+), 240 deletions(-)
Comment 4 Michiel van Baak Jansen 2022-02-02 23:42:17 UTC
(In reply to Andrey Cherkashin from comment #1)
Are you running radarr in a jail?
The .net version needs allow_mlock to be set to 1 for it to be able to run.