Bug 261595 - net-p2p/radarr: Update to 4.0.4.5922
Summary: net-p2p/radarr: Update to 4.0.4.5922
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: Neel Chauhan
URL: https://github.com/Radarr/Radarr/rele...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-31 09:29 UTC by Michiel van Baak Jansen
Modified: 2022-02-02 23:42 UTC (History)
2 users (show)

See Also:


Attachments
0001-net-p2p-radarr-Update-to-4.0.4.5922.patch (17.39 KB, patch)
2022-01-31 09:29 UTC, Michiel van Baak Jansen
michiel: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.