Skip to content

Commit

Permalink
net-p2p/readarr: Update to v0.3.5.2217
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
mvanbaak authored and Fernando Apesteguía committed Sep 19, 2023
1 parent 691005f commit 3927636
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
6 changes: 3 additions & 3 deletions 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
3 changes: 2 additions & 1 deletion net-p2p/readarr/files/readarr.in
Expand Up @@ -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
Expand Down
18 changes: 9 additions & 9 deletions net-p2p/readarr/pkg-plist
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3927636

Please sign in to comment.