net-p2p/prowlarr: port clean up
* Cleanup package content
* Do not run chown on the prowlarr binaries
PR: 261465
Reported by: michiel@vanbaak.eu (maintainer)
net-p2p/prowlarr: tell .NET to disable ipv6 when system has not configured it
As stated in
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
.NET 6+ uses dual mode sockets to avoid the separate AF handling.
This breaks on systems (jails) where ipv6 is not enabled. This patch
detects this on prowlarr starts and disables .NET ipv6 support if no
ipv6 is configured.
PR: 260645
Reported by: Michiel van Baak <michiel@vanbaak.eu> (maintainer)
net-p2p/prowlarr: Add new port
Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs
base stack to integrate with your various PVR apps.
Prowlarr supports management of both Torrent Trackers and Usenet Indexers.
It integrates seamlessly with Lidarr, Mylar3, Radarr, Readarr, and Sonarr
offering complete management of your indexers with no per app Indexer setup
required (we do it all).