<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.
<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>.
Created attachment 234466 [details] 0001-net-p2p-radarr-Correct-pkg-descr.patch
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(-)
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(-)
Committed and merged to 2022Q2 Thanks!