mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
net-p2p/readarr: Update to v0.3.5.2217
ChangeLog: https://github.com/Readarr/Readarr/releases/tag/v0.3.5.2217 * Fixed: Ignore inaccessible mount points * Add housekeeping task to unmonitor multiple monitored editions * Multiple Translations updated by Weblate * Bump version to 0.3.5 * Multiple Translations updated by Weblate * Fixed: macOS version detection PR: 273896 Reported by: michiel@vanbaak.eu (maintainer)
This commit is contained in:
parent
691005f32a
commit
3927636f02
@ -1,5 +1,5 @@
|
||||
PORTNAME= readarr
|
||||
DISTVERSION= 0.3.3.2171
|
||||
DISTVERSION= 0.3.5.2217
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= https://github.com/Readarr/Readarr/releases/download/v${PORTVERSION}/
|
||||
DISTNAME= Readarr.develop.${DISTVERSION}.freebsd-core-x64
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1692617908
|
||||
SHA256 (Readarr.develop.0.3.3.2171.freebsd-core-x64.tar.gz) = fa0a77db4c2727751ecabbad148595c0c5062d93a03d68d6eec1790e02008ce5
|
||||
SIZE (Readarr.develop.0.3.3.2171.freebsd-core-x64.tar.gz) = 50940146
|
||||
TIMESTAMP = 1694951699
|
||||
SHA256 (Readarr.develop.0.3.5.2217.freebsd-core-x64.tar.gz) = 8c3671f13f67f2aa5784ae63fb5854af07bafc436018e0e0e32355d720049e01
|
||||
SIZE (Readarr.develop.0.3.5.2217.freebsd-core-x64.tar.gz) = 51062326
|
||||
|
@ -43,7 +43,8 @@ start_precmd=${name}_precmd
|
||||
# .NET 6+ use dual mode sockets to avoid the separate AF handling.
|
||||
# disable .NET use of V6 if no ipv6 is configured.
|
||||
# See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
|
||||
ifconfig | grep -q inet6
|
||||
# Later version by Keith Chiem through email
|
||||
ifconfig -a -u -G lo | grep -q inet6
|
||||
if [ $? == 1 ]; then
|
||||
export DOTNET_SYSTEM_NET_DISABLEIPV6=1
|
||||
fi
|
||||
|
@ -443,13 +443,13 @@
|
||||
%%DATADIR%%/bin/System.Xml.dll
|
||||
%%DATADIR%%/bin/System.dll
|
||||
%%DATADIR%%/bin/TagLibSharp.dll
|
||||
%%DATADIR%%/bin/UI/645-76cb7e8b4c4b04e09a47.js
|
||||
%%DATADIR%%/bin/UI/645-76cb7e8b4c4b04e09a47.js.LICENSE.txt
|
||||
%%DATADIR%%/bin/UI/645-76cb7e8b4c4b04e09a47.js.map
|
||||
%%DATADIR%%/bin/UI/866-3ce838d23c4adcca1df5.js
|
||||
%%DATADIR%%/bin/UI/866-3ce838d23c4adcca1df5.js.map
|
||||
%%DATADIR%%/bin/UI/Content/866-fbcf0064810f6dc13d89.css
|
||||
%%DATADIR%%/bin/UI/Content/866-fbcf0064810f6dc13d89.css.map
|
||||
%%DATADIR%%/bin/UI/690-2978ab6e5ffe5467c3fb.js
|
||||
%%DATADIR%%/bin/UI/690-2978ab6e5ffe5467c3fb.js.LICENSE.txt
|
||||
%%DATADIR%%/bin/UI/690-2978ab6e5ffe5467c3fb.js.map
|
||||
%%DATADIR%%/bin/UI/85-4acb22e3bf70d4d8e508.js
|
||||
%%DATADIR%%/bin/UI/85-4acb22e3bf70d4d8e508.js.map
|
||||
%%DATADIR%%/bin/UI/Content/85-aedc983a9f4f24e89482.css
|
||||
%%DATADIR%%/bin/UI/Content/85-aedc983a9f4f24e89482.css.map
|
||||
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.ttf
|
||||
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff
|
||||
%%DATADIR%%/bin/UI/Content/Fonts/Roboto-Light.woff2
|
||||
@ -492,8 +492,8 @@
|
||||
%%DATADIR%%/bin/UI/Content/robots.txt
|
||||
%%DATADIR%%/bin/UI/Content/styles.css
|
||||
%%DATADIR%%/bin/UI/Content/styles.css.map
|
||||
%%DATADIR%%/bin/UI/index-c1bf52c90db199767894.js
|
||||
%%DATADIR%%/bin/UI/index-c1bf52c90db199767894.js.map
|
||||
%%DATADIR%%/bin/UI/index-c158821aa0e3a36169a5.js
|
||||
%%DATADIR%%/bin/UI/index-c158821aa0e3a36169a5.js.map
|
||||
%%DATADIR%%/bin/UI/index.html
|
||||
%%DATADIR%%/bin/UI/login.html
|
||||
%%DATADIR%%/bin/UI/oauth.html
|
||||
|
Loading…
Reference in New Issue
Block a user