Bug 261897 - net-p2p/bazarr-devel: Read package info from package_info, like all other *arrs
Summary: net-p2p/bazarr-devel: Read package info from package_info, like all other *arrs
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: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-12 11:22 UTC by Michiel van Baak Jansen
Modified: 2022-02-14 04:40 UTC (History)
1 user (show)

See Also:


Attachments
0001-net-p2p-bazarr-devel-Read-package_info-to-be-inline-.patch (2.82 KB, patch)
2022-02-12 11:22 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-02-12 11:22:10 UTC
Created attachment 231768 [details]
0001-net-p2p-bazarr-devel-Read-package_info-to-be-inline-.patch

radarr, sonarr, lidarr and prowlarr read package info from a file package_info.
bazarr has this functionality as well, and this patch implements this in the FreeBSD package.
This info is shown in the status page, and helps with support questions.

poudriere ok
runtest ok
Runs in production on my setup (13.0-release amd64)
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-02-14 04:40:02 UTC
A commit in branch main references this bug:

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

commit 83c9167ae596f9fb8a6c054e07291c00a692d057
Author:     Michiel van Baak Jansen <michiel@vanbaak.eu>
AuthorDate: 2022-02-14 04:36:17 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2022-02-14 04:38:56 +0000

    net-p2p/bazarr-devel: Read package_info to be inline with the other *arrs

    radarr, sonarr, lidarr and prowlarr read package info from a file package_info.
    bazarr has this functionality as well, and this patch implements this in the
    FreeBSD package.  This info is shown in the status page, and helps with support
    questions.

    PR:             261897

 net-p2p/bazarr-devel/Makefile                    | 9 +++++++--
 net-p2p/bazarr-devel/files/bazarr.in             | 2 +-
 net-p2p/bazarr-devel/files/package_info.in (new) | 5 +++++
 3 files changed, 13 insertions(+), 3 deletions(-)