Bug 253986

Summary: net-p2p/lidarr: Convert to uses=mono
Product: Ports & Packages Reporter: Dries Michiels <driesm>
Component: Individual Port(s)Assignee: Alexey Dokuchaev <danfe>
Status: Closed FIXED    
Severity: Affects Only Me CC: danfe, michiel
Priority: --- Flags: michiel: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
lidarr.diff none

Description Dries Michiels freebsd_committer freebsd_triage 2021-03-03 16:38:29 UTC
Lets convert the port to uses=mono, this way a different mono version can be used in the future. It also hels if you have your local lang/mono patched to a higher version than the current one. Also sort lib/run deps as reported by portclippy.
Comment 1 Dries Michiels freebsd_committer freebsd_triage 2021-03-03 16:38:46 UTC
Created attachment 222942 [details]
lidarr.diff

lidarr.diff
Comment 2 Dries Michiels freebsd_committer freebsd_triage 2021-03-28 09:17:54 UTC
Hi Michiel, is this change fine for you? 
You commented positively on the net-p2p/jackett changes but not on this one, yet.
Comment 3 Michiel van Baak Jansen 2021-03-28 13:40:11 UTC
Yes. Sorry this one slipped through. Thanks for the patch!(In reply to Dries Michiels from comment #2)
Comment 4 Dries Michiels freebsd_committer freebsd_triage 2021-03-28 13:42:24 UTC
Maintainer feedback => + 

=)
Comment 5 Michiel van Baak Jansen 2021-03-28 13:43:43 UTC
Couldn't save the form on mobile, had to move to notebook ;P
Comment 6 Dries Michiels freebsd_committer freebsd_triage 2021-03-28 13:44:25 UTC
I see ;D thanks
Comment 7 commit-hook freebsd_committer freebsd_triage 2021-04-17 11:42:26 UTC
A commit in branch main references this bug:

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

commit 2f4fd599e65da4628186a7a972839f2744fe1fd2
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2021-04-17 11:38:54 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2021-04-17 11:39:23 +0000

    - Convert `net-p2p/lidarr' to USES=mono,sqlite
    - Fix some style and formatting bugs while here

    PR:     253986

 net-p2p/lidarr/Makefile | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)
Comment 8 Alexey Dokuchaev freebsd_committer freebsd_triage 2021-04-17 11:44:40 UTC
Committed with modifications, thanks.