Skip to content

Commit

Permalink
net-p2p/radarr: Update to 5.0.3.8127
Browse files Browse the repository at this point in the history
ChangeLog: https://github.com/Radarr/Radarr/releases/tag/v5.0.3.8127

 * Revert cover mapping for collections, optimize translation mapping
 * Log Notifiarr errors as warnings
 * Prevent NullRef for cases when media covers have nullable urls
 * Fixed localization test
 * Fixed: Sorting by movie title in Blocklist and History
 * Multiple Translations updated by Weblate
 * Fixed a potential issue when extra files for multiple movies have the same
   relative path
 * New: Validate that naming formats don't contain illegal characters
 * Fixed Misaligned table border
 * New: Calendar month view will scroll to today on load and press

PR:		274488
Reported by:	michiel@vanbaak.eu (maintainer)
  • Loading branch information
mvanbaak authored and fernape committed Oct 17, 2023
1 parent 47f4284 commit 5a7c8b1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
3 changes: 1 addition & 2 deletions net-p2p/radarr/Makefile
@@ -1,6 +1,5 @@
PORTNAME= radarr
DISTVERSION= 4.7.5.7809
PORTREVISION= 2
DISTVERSION= 5.0.3.8127
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/
DISTNAME= Radarr.master.${DISTVERSION}.freebsd-core-x64
Expand Down
6 changes: 3 additions & 3 deletions net-p2p/radarr/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1692260207
SHA256 (Radarr.master.4.7.5.7809.freebsd-core-x64.tar.gz) = f52ebe9602057e3bddfb330c93e192f599e16c184aa7909abde3b26a3466427e
SIZE (Radarr.master.4.7.5.7809.freebsd-core-x64.tar.gz) = 58314030
TIMESTAMP = 1696757374
SHA256 (Radarr.master.5.0.3.8127.freebsd-core-x64.tar.gz) = 3ef7917a92c61e5641216b1e350568fcb9e24f131ea667674c2bfba5ca990ef6
SIZE (Radarr.master.5.0.3.8127.freebsd-core-x64.tar.gz) = 58422147
18 changes: 9 additions & 9 deletions net-p2p/radarr/pkg-plist
Expand Up @@ -439,13 +439,13 @@
%%DATADIR%%/bin/System.Xml.XmlSerializer.dll
%%DATADIR%%/bin/System.Xml.dll
%%DATADIR%%/bin/System.dll
%%DATADIR%%/bin/UI/420-318e05d9f7ea23bfeac6.js
%%DATADIR%%/bin/UI/420-318e05d9f7ea23bfeac6.js.LICENSE.txt
%%DATADIR%%/bin/UI/420-318e05d9f7ea23bfeac6.js.map
%%DATADIR%%/bin/UI/746-15369d3981298adc1abb.js
%%DATADIR%%/bin/UI/746-15369d3981298adc1abb.js.map
%%DATADIR%%/bin/UI/Content/746-ec48d8681df726703639.css
%%DATADIR%%/bin/UI/Content/746-ec48d8681df726703639.css.map
%%DATADIR%%/bin/UI/420-de64e22271b9062a68e8.js
%%DATADIR%%/bin/UI/420-de64e22271b9062a68e8.js.LICENSE.txt
%%DATADIR%%/bin/UI/420-de64e22271b9062a68e8.js.map
%%DATADIR%%/bin/UI/719-68ef0fb3a77050b5e408.js
%%DATADIR%%/bin/UI/719-68ef0fb3a77050b5e408.js.map
%%DATADIR%%/bin/UI/Content/719-ab445c82e5df24352ee3.css
%%DATADIR%%/bin/UI/Content/719-ab445c82e5df24352ee3.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 @@ -489,8 +489,8 @@
%%DATADIR%%/bin/UI/Content/robots.txt
%%DATADIR%%/bin/UI/Content/styles.css
%%DATADIR%%/bin/UI/Content/styles.css.map
%%DATADIR%%/bin/UI/index-f0cf38cb38ca231ca705.js
%%DATADIR%%/bin/UI/index-f0cf38cb38ca231ca705.js.map
%%DATADIR%%/bin/UI/index-052160977d65b8c8b206.js
%%DATADIR%%/bin/UI/index-052160977d65b8c8b206.js.map
%%DATADIR%%/bin/UI/index.html
%%DATADIR%%/bin/UI/login.html
%%DATADIR%%/bin/UI/oauth.html
Expand Down

0 comments on commit 5a7c8b1

Please sign in to comment.