Skip to content

Commit

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

 * New DSN for 4.6
 * Fixed: Sorting queue by year
 * Add ContentSummary to HDBits requests
 * Create overload for ToJson() with Formatting param
 * Fixed: Allow restore to process backups up to ~500MB
 * Multiple Translations updated by Weblate
 * Removed suspicious URL in the default definitions
 * Translated using Weblate (Portuguese (Brazil))
 * Handle null for parent name with clean path is empty
 * Fixed: Don't handle images in metadata folder as Roksbox images

PR:		272387
Reported by:	michiel@vanbaak.eu (maintainer)
  • Loading branch information
mvanbaak authored and fernape committed Jul 7, 2023
1 parent b3d35b6 commit c24d514
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion net-p2p/radarr/Makefile
@@ -1,5 +1,5 @@
PORTNAME= radarr
DISTVERSION= 4.5.2.7388
DISTVERSION= 4.6.4.7568
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 = 1685290268
SHA256 (Radarr.master.4.5.2.7388.freebsd-core-x64.tar.gz) = 67c7b1b88958f3cd41d41f09f8f0837cf083a1ae8936758dcb7a4efd50d73491
SIZE (Radarr.master.4.5.2.7388.freebsd-core-x64.tar.gz) = 58134933
TIMESTAMP = 1688481632
SHA256 (Radarr.master.4.6.4.7568.freebsd-core-x64.tar.gz) = 1446ef129aa3339df7d0ea0e15ad2da473177e3b615c924c2e286a2d819806a4
SIZE (Radarr.master.4.6.4.7568.freebsd-core-x64.tar.gz) = 58159829
8 changes: 8 additions & 0 deletions net-p2p/radarr/pkg-plist
Expand Up @@ -231,28 +231,36 @@
%%DATADIR%%/bin/Radarr.Api.V3.deps.json
%%DATADIR%%/bin/Radarr.Api.V3.dll
%%DATADIR%%/bin/Radarr.Api.V3.pdb
%%DATADIR%%/bin/Radarr.Api.V3.xml
%%DATADIR%%/bin/Radarr.Common.deps.json
%%DATADIR%%/bin/Radarr.Common.dll
%%DATADIR%%/bin/Radarr.Common.pdb
%%DATADIR%%/bin/Radarr.Common.xml
%%DATADIR%%/bin/Radarr.Core.deps.json
%%DATADIR%%/bin/Radarr.Core.dll
%%DATADIR%%/bin/Radarr.Core.pdb
%%DATADIR%%/bin/Radarr.Core.xml
%%DATADIR%%/bin/Radarr.Host.deps.json
%%DATADIR%%/bin/Radarr.Host.dll
%%DATADIR%%/bin/Radarr.Host.pdb
%%DATADIR%%/bin/Radarr.Host.xml
%%DATADIR%%/bin/Radarr.Http.deps.json
%%DATADIR%%/bin/Radarr.Http.dll
%%DATADIR%%/bin/Radarr.Http.pdb
%%DATADIR%%/bin/Radarr.Http.xml
%%DATADIR%%/bin/Radarr.Mono.deps.json
%%DATADIR%%/bin/Radarr.Mono.dll
%%DATADIR%%/bin/Radarr.Mono.pdb
%%DATADIR%%/bin/Radarr.Mono.xml
%%DATADIR%%/bin/Radarr.SignalR.deps.json
%%DATADIR%%/bin/Radarr.SignalR.dll
%%DATADIR%%/bin/Radarr.SignalR.pdb
%%DATADIR%%/bin/Radarr.SignalR.xml
%%DATADIR%%/bin/Radarr.deps.json
%%DATADIR%%/bin/Radarr.dll
%%DATADIR%%/bin/Radarr.pdb
%%DATADIR%%/bin/Radarr.runtimeconfig.json
%%DATADIR%%/bin/Radarr.xml
%%DATADIR%%/bin/ReusableTasks.dll
%%DATADIR%%/bin/Sentry.dll
%%DATADIR%%/bin/ServiceInstall
Expand Down

0 comments on commit c24d514

Please sign in to comment.