Skip to content

Commit

Permalink
net-p2p/readarr: Update to 0.3.11.2319
Browse files Browse the repository at this point in the history
ChangeLog: https://github.com/Readarr/Readarr/releases/tag/v0.3.11.2319

 * Ignore tests temporarily
 * Always validate Custom Script path
 * Multiple Translations updated by Weblate
 * Fixed: Don't write audio tags if there are no updates
 * Multiple Translations updated by Weblate
 * Small helper in UI to access Readarr API more easily
 * Bump @adobe/css-tools from 4.3.1 to 4.3.2
 * Multiple Translations updated by Weblate
 * Fixed: RootFolderWatchingService Logging
 * Fixed: Filter unchanged files using UTC timestamps

PR:		275695
Reported by:	michiel@vanbaak.eu (maintainer)
  • Loading branch information
mvanbaak authored and Fernando Apesteguía committed Dec 13, 2023
1 parent ec69600 commit 051e52a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions net-p2p/readarr/Makefile
@@ -1,5 +1,5 @@
PORTNAME= readarr
DISTVERSION= 0.3.10.2287
DISTVERSION= 0.3.11.2319
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/Readarr/Readarr/releases/download/v${PORTVERSION}/
DISTNAME= Readarr.develop.${DISTVERSION}.freebsd-core-x64
Expand All @@ -20,7 +20,7 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \
libinotify>0:devel/libinotify \
libunwind>0:devel/libunwind

USES= ssl:run sqlite:3
USES= sqlite:3 ssl:run

USE_RC_SUBR= ${PORTNAME}

Expand Down
6 changes: 3 additions & 3 deletions net-p2p/readarr/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1699785947
SHA256 (Readarr.develop.0.3.10.2287.freebsd-core-x64.tar.gz) = 1a318957936f39d21c0cda4f7e9ae7ca7ad24247ee407cc1a2dcfe7b60b01c03
SIZE (Readarr.develop.0.3.10.2287.freebsd-core-x64.tar.gz) = 51071070
TIMESTAMP = 1702213863
SHA256 (Readarr.develop.0.3.11.2319.freebsd-core-x64.tar.gz) = 1bbfa1ff85d6cb645984346dfef560720aa893fadd4388d9bf16410ed92ac408
SIZE (Readarr.develop.0.3.11.2319.freebsd-core-x64.tar.gz) = 51060866
4 changes: 4 additions & 0 deletions net-p2p/readarr/files/readarr.in
Expand Up @@ -48,6 +48,10 @@ start_precmd=${name}_precmd
export DOTNET_SYSTEM_NET_DISABLEIPV6=1
fi

if [ `uname -K` -ge 1400092 ]; then
export CLR_OPENSSL_VERSION_OVERRIDE=30
fi

rc_flags="-r -f -p ${pidfile_child} -P ${pidfile} ${%%PORTNAME%%_exec_dir}/Readarr --data=${%%PORTNAME%%_data_dir} --nobrowser >> /dev/null 2>&1 ${rc_flags}"
}

Expand Down
12 changes: 6 additions & 6 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/307-7a5a25b7c92790458008.js
%%DATADIR%%/bin/UI/307-7a5a25b7c92790458008.js.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-6cb594f8ac6d18e42351.js
%%DATADIR%%/bin/UI/85-6cb594f8ac6d18e42351.js.map
%%DATADIR%%/bin/UI/Content/85-53f110a25c411df88b30.css
%%DATADIR%%/bin/UI/Content/85-53f110a25c411df88b30.css.map
%%DATADIR%%/bin/UI/Content/307-c13d2c3cc91e4476478d.css
%%DATADIR%%/bin/UI/Content/307-c13d2c3cc91e4476478d.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-83c5b5c1ee32fec454cf.js
%%DATADIR%%/bin/UI/index-83c5b5c1ee32fec454cf.js.map
%%DATADIR%%/bin/UI/index-f0e89571afc060f59b9f.js
%%DATADIR%%/bin/UI/index-f0e89571afc060f59b9f.js.map
%%DATADIR%%/bin/UI/index.html
%%DATADIR%%/bin/UI/login.html
%%DATADIR%%/bin/UI/oauth.html
Expand Down

0 comments on commit 051e52a

Please sign in to comment.