Bug 264451

Summary: net-p2p/radarr: Correct pkg-descr
Product: Ports & Packages Reporter: Graham Perrin <grahamperrin>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Some People CC: fernape, michiel
Priority: --- Keywords: needs-patch
Version: LatestFlags: michiel: maintainer-feedback+
fernape: merge-quarterly+
Hardware: Any   
OS: Any   
URL: https://github.com/freebsd/freebsd-ports/blob/main/net-p2p/radarr/pkg-descr#L1
Attachments:
Description Flags
0001-net-p2p-radarr-Correct-pkg-descr.patch michiel: maintainer-approval+

Description Graham Perrin freebsd_committer freebsd_triage 2022-06-04 16:38:23 UTC
<https://github.com/Radarr/Radarr#readme> (to the right): 

> A fork of Sonarr to work with movies à la Couchpotato. 

<https://github.com/freebsd/freebsd-ports/blob/main/net-p2p/radarr/pkg-descr#L1>: 

> Radarr is a fork of Sonarr to work with movies à la Couchpotato.

<https://www.freshports.org/net-p2p/radarr/#description>: 

> Radarr is a fork of Sonarr to work with movies à la Couchpotato.
                                                 ^^ 

Instead of attempting an accented character, make the description consistent with what's seen to the left at <https://github.com/Radarr/Radarr#readme>: 

> A movie collection manager for Usenet and BitTorrent users.
Comment 1 Graham Perrin freebsd_committer freebsd_triage 2022-06-04 16:43:18 UTC
<https://github.com/freebsd/freebsd-ports/commit/c84a0d99f323fdb6eeeed4addaa31c7e4726b994#diff-a6c0c238aa5e98a795c458e17d0ee520557be336853a0cf71ba2496f606e578fR11> was: 

> COMMENT=	Movie Library Manager for Usenet and BitTorrent users

This (comment, not the description) currently appears at pages such as <https://www.freebsd.org/cgi/ports.cgi?query=radarr&stype=name&sektion=all>.
Comment 2 Michiel van Baak Jansen 2022-06-05 14:18:05 UTC
Created attachment 234466 [details]
0001-net-p2p-radarr-Correct-pkg-descr.patch
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-06-06 20:35:07 UTC
A commit in branch main references this bug:

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

commit 27315d48e42a972f9df5a0f3447e43b0646133fb
Author:     Michiel van Baak Jansen <michiel@vanbaak.eu>
AuthorDate: 2022-06-05 17:30:11 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-06-06 20:31:37 +0000

    net-p2p/radarr: Correct pkg-descr

    ChangeLog:
    https://github.com/freebsd/freebsd-ports/blob/main/net-p2p/radarr/pkg-descr#L1

    Do not use the accented character.

    PR:     264451
    Reported by:    grahamperrin@gmail.com (maintainer)
    MFH:    2022Q2

 net-p2p/radarr/Makefile  | 1 +
 net-p2p/radarr/pkg-descr | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-06-06 20:40:09 UTC
A commit in branch 2022Q2 references this bug:

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

commit bc647e91a428eb141a208fc3971889f3079b0e33
Author:     Michiel van Baak Jansen <michiel@vanbaak.eu>
AuthorDate: 2022-06-05 17:30:11 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-06-06 20:37:11 +0000

    net-p2p/radarr: Correct pkg-descr

    ChangeLog:
    https://github.com/freebsd/freebsd-ports/blob/main/net-p2p/radarr/pkg-descr#L1

    Do not use the accented character.

    PR:     264451
    Reported by:    grahamperrin@gmail.com (maintainer)
    MFH:    2022Q2

    (cherry picked from commit 27315d48e42a972f9df5a0f3447e43b0646133fb)

 net-p2p/radarr/Makefile  | 1 +
 net-p2p/radarr/pkg-descr | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
Comment 5 Fernando Apesteguía freebsd_committer freebsd_triage 2022-06-06 20:40:37 UTC
Committed and merged to 2022Q2

Thanks!