Bug 261897

Summary: net-p2p/bazarr-devel: Read package info from package_info, like all other *arrs
Product: Ports & Packages Reporter: Michiel van Baak Jansen <michiel>
Component: Individual Port(s)Assignee: Li-Wen Hsu <lwhsu>
Status: Closed FIXED    
Severity: Affects Only Me CC: lwhsu
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
0001-net-p2p-bazarr-devel-Read-package_info-to-be-inline-.patch michiel: maintainer-approval+

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(-)