Skip to content

Commit

Permalink
net-p2p/lidarr: Update to 2.0.7.3849
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
mvanbaak authored and fernape committed Dec 13, 2023
1 parent d2c21bd commit ec33164
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
5 changes: 2 additions & 3 deletions 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
Expand All @@ -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}

Expand Down
6 changes: 3 additions & 3 deletions 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
4 changes: 4 additions & 0 deletions net-p2p/lidarr/files/lidarr.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}/Lidarr --data=${%%PORTNAME%%_data_dir} --nobrowser >> /dev/null 2>&1 ${rc_flags}"
}

Expand Down
19 changes: 10 additions & 9 deletions 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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ec33164

Please sign in to comment.