From 3927636f02b81ea00b82e8f5d13c0c49461000c9 Mon Sep 17 00:00:00 2001 From: Michiel van Baak Jansen Date: Mon, 18 Sep 2023 20:10:10 +0200 Subject: [PATCH] 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) --- net-p2p/readarr/Makefile | 2 +- net-p2p/readarr/distinfo | 6 +++--- net-p2p/readarr/files/readarr.in | 3 ++- net-p2p/readarr/pkg-plist | 18 +++++++++--------- 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/net-p2p/readarr/Makefile b/net-p2p/readarr/Makefile index e19521bd0f4f3..b9d6d15ecfc5c 100644 --- a/net-p2p/readarr/Makefile +++ b/net-p2p/readarr/Makefile @@ -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 diff --git a/net-p2p/readarr/distinfo b/net-p2p/readarr/distinfo index a7e0f1ca0e22d..5478b5d317d1e 100644 --- a/net-p2p/readarr/distinfo +++ b/net-p2p/readarr/distinfo @@ -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 diff --git a/net-p2p/readarr/files/readarr.in b/net-p2p/readarr/files/readarr.in index 476cb2cff64c1..75ec18a1dd3b3 100644 --- a/net-p2p/readarr/files/readarr.in +++ b/net-p2p/readarr/files/readarr.in @@ -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 diff --git a/net-p2p/readarr/pkg-plist b/net-p2p/readarr/pkg-plist index 0a8c2c2b1c51f..0bb2be195a4a2 100644 --- a/net-p2p/readarr/pkg-plist +++ b/net-p2p/readarr/pkg-plist @@ -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