git: ec331642a2a4 - main - net-p2p/lidarr: Update to 2.0.7.3849
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Dec 2023 07:48:50 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec331642a2a4f04e440ffe4dbdeb53d39ff6e9da commit ec331642a2a4f04e440ffe4dbdeb53d39ff6e9da Author: Michiel van Baak Jansen <michiel@vanbaak.eu> AuthorDate: 2023-12-11 16:23:51 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-12-13 07:48:37 +0000 net-p2p/lidarr: Update to 2.0.7.3849 ChangeLog: https://github.com/Lidarr/Lidarr/releases/tag/v2.0.7.3849 * Multiple Translations updated by Weblate * Fixed: Don't write audio tags if there are no updates * Bump version to 2.0.7 * Multiple Translations updated by Weblate * Add album to LidarrAPI helper * New: Top albums and period interval options for Last.fm User lists * Fixed: Avoid lookups for empty MusicBrainz IDs in import list fetching * Prevent false notification for moving artist when editing * Revert "Fixed: Prevent false notification for moving artist when editing" PR: 275697 Reported by: michiel@vanbaak.eu (maintainer) --- net-p2p/lidarr/Makefile | 5 ++--- net-p2p/lidarr/distinfo | 6 +++--- net-p2p/lidarr/files/lidarr.in | 4 ++++ net-p2p/lidarr/pkg-plist | 19 ++++++++++--------- 4 files changed, 19 insertions(+), 15 deletions(-) diff --git a/net-p2p/lidarr/Makefile b/net-p2p/lidarr/Makefile index 087b80c8844a..aed585be4937 100644 --- a/net-p2p/lidarr/Makefile +++ b/net-p2p/lidarr/Makefile @@ -1,6 +1,5 @@ PORTNAME= lidarr -DISTVERSION= 1.4.5.3639 -PORTREVISION= 1 +DISTVERSION= 2.0.7.3849 CATEGORIES= net-p2p MASTER_SITES= https://github.com/lidarr/Lidarr/releases/download/v${PORTVERSION}/ DISTNAME= Lidarr.master.${DISTVERSION}.freebsd-core-x64 @@ -22,7 +21,7 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ libunwind>0:devel/libunwind \ chromaprint>0:audio/chromaprint -USES= ssl:run sqlite:3 +USES= sqlite:3 ssl:run USE_RC_SUBR= ${PORTNAME} diff --git a/net-p2p/lidarr/distinfo b/net-p2p/lidarr/distinfo index 3a69ae15c9d3..7364ef21d510 100644 --- a/net-p2p/lidarr/distinfo +++ b/net-p2p/lidarr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696757710 -SHA256 (Lidarr.master.1.4.5.3639.freebsd-core-x64.tar.gz) = a88f1198718074c82a940f9991f7b24f9783e44d3823e79f9ded84a3abfd0bd3 -SIZE (Lidarr.master.1.4.5.3639.freebsd-core-x64.tar.gz) = 50554427 +TIMESTAMP = 1702250097 +SHA256 (Lidarr.master.2.0.7.3849.freebsd-core-x64.tar.gz) = 11aed9282c744bf961dc8fd6d6ffc6e8fbe64bc05b72980c5cc62ddc929046ab +SIZE (Lidarr.master.2.0.7.3849.freebsd-core-x64.tar.gz) = 50666922 diff --git a/net-p2p/lidarr/files/lidarr.in b/net-p2p/lidarr/files/lidarr.in index 78f689ae38f4..3b9bf2480f37 100644 --- a/net-p2p/lidarr/files/lidarr.in +++ b/net-p2p/lidarr/files/lidarr.in @@ -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}/Lidarr --data=${%%PORTNAME%%_data_dir} --nobrowser >> /dev/null 2>&1 ${rc_flags}" } diff --git a/net-p2p/lidarr/pkg-plist b/net-p2p/lidarr/pkg-plist index ce2c6d1396fc..5b9f6a0ba458 100644 --- a/net-p2p/lidarr/pkg-plist +++ b/net-p2p/lidarr/pkg-plist @@ -1,5 +1,6 @@ %%DATADIR%%/bin/BouncyCastle.Crypto.dll %%DATADIR%%/bin/Dapper.dll +%%DATADIR%%/bin/Diacritical.dll %%DATADIR%%/bin/DryIoc.Microsoft.DependencyInjection.dll %%DATADIR%%/bin/DryIoc.dll %%DATADIR%%/bin/Dynamitey.dll @@ -441,13 +442,13 @@ %%DATADIR%%/bin/System.Xml.dll %%DATADIR%%/bin/System.dll %%DATADIR%%/bin/TagLibSharp.dll -%%DATADIR%%/bin/UI/325-90c3dc6be3e699073c29.js -%%DATADIR%%/bin/UI/325-90c3dc6be3e699073c29.js.map -%%DATADIR%%/bin/UI/404-db0970f9fbc48179ebe7.js -%%DATADIR%%/bin/UI/404-db0970f9fbc48179ebe7.js.LICENSE.txt -%%DATADIR%%/bin/UI/404-db0970f9fbc48179ebe7.js.map -%%DATADIR%%/bin/UI/Content/325-2c9638d7b46067ed3df2.css -%%DATADIR%%/bin/UI/Content/325-2c9638d7b46067ed3df2.css.map +%%DATADIR%%/bin/UI/727-34351424ab016d74dcc1.js +%%DATADIR%%/bin/UI/727-34351424ab016d74dcc1.js.LICENSE.txt +%%DATADIR%%/bin/UI/727-34351424ab016d74dcc1.js.map +%%DATADIR%%/bin/UI/957-cd418a8e83073a2539e1.js +%%DATADIR%%/bin/UI/957-cd418a8e83073a2539e1.js.map +%%DATADIR%%/bin/UI/Content/957-8fba4853765e12585943.css +%%DATADIR%%/bin/UI/Content/957-8fba4853765e12585943.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 @@ -490,8 +491,8 @@ %%DATADIR%%/bin/UI/Content/robots.txt %%DATADIR%%/bin/UI/Content/styles.css %%DATADIR%%/bin/UI/Content/styles.css.map -%%DATADIR%%/bin/UI/index-6ad5f1fa3e60f99de0f3.js -%%DATADIR%%/bin/UI/index-6ad5f1fa3e60f99de0f3.js.map +%%DATADIR%%/bin/UI/index-e187633d397ec68c9649.js +%%DATADIR%%/bin/UI/index-e187633d397ec68c9649.js.map %%DATADIR%%/bin/UI/index.html %%DATADIR%%/bin/UI/login.html %%DATADIR%%/bin/UI/oauth.html