mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
net-p2p/radarr: Update to 4.3.2.6857
ChangeLog: https://github.com/Radarr/Radarr/releases/tag/v4.4.4.7068 * Fix Blocklist Tests * Fixed: Some posters not showing for new movies search results * Fixed: Custom Format calculation error on Blocklist by Movie * Bump dotnet to 6.0.16 * Fixed: Remote path mapping UI being partially hidden on smaller screens * Update library clean helptext * Translated using Weblate (German) * Fixed: Validation for CleanOriginalTitle * Fixed: Correct TitleThe naming token parsing * Fixed: Default value in new Delay Profile * Fixed: Don't grab propers/repacks when item in queue meets cutoff and propers/repacks are not downloaded automatically * Fixed: Cleanup erroneous QBittorrent Seeding calls * Fixed: Include Digital Only Releases for Recent Movie determination * New: More information on on why hardlinks should be used over copying * Fixed: Config file settings do not need to be case-sensitive * Fixed: Ensure default config file on starting app * Bump version to 4.4.4 * Fixed: Number input changing while scrolling PR: 270862 Reported by: michiel@vanbaak.eu (maintainer)
This commit is contained in:
parent
f5815d32b9
commit
06c2077fa8
@ -1,6 +1,5 @@
|
||||
PORTNAME= radarr
|
||||
PORTVERSION= 4.3.2.6857
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.4.4.7068
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= https://github.com/Radarr/Radarr/releases/download/v${PORTVERSION}/
|
||||
DISTNAME= Radarr.master.${PORTVERSION}.freebsd-core-x64
|
||||
@ -16,6 +15,7 @@ ONLY_FOR_ARCHS= amd64
|
||||
|
||||
RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \
|
||||
icu>0:devel/icu \
|
||||
krb5>0:security/krb5 \
|
||||
libiconv>0:converters/libiconv \
|
||||
libinotify>0:devel/libinotify \
|
||||
libunwind>0:devel/libunwind \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1672826925
|
||||
SHA256 (Radarr.master.4.3.2.6857.freebsd-core-x64.tar.gz) = fddac46433b610b4ac694b48ef4214c94472e35fa1664a1cf199d834181429ce
|
||||
SIZE (Radarr.master.4.3.2.6857.freebsd-core-x64.tar.gz) = 57260401
|
||||
TIMESTAMP = 1681545513
|
||||
SHA256 (Radarr.master.4.4.4.7068.freebsd-core-x64.tar.gz) = 34137dd9d6433bec107f7d97c1ac6a86c9ee1303a09695ffbef2de111b0b07a4
|
||||
SIZE (Radarr.master.4.4.4.7068.freebsd-core-x64.tar.gz) = 57847546
|
||||
|
@ -33,6 +33,7 @@
|
||||
%%DATADIR%%/bin/Localization/Core/ar.json
|
||||
%%DATADIR%%/bin/Localization/Core/bg.json
|
||||
%%DATADIR%%/bin/Localization/Core/bn.json
|
||||
%%DATADIR%%/bin/Localization/Core/bs.json
|
||||
%%DATADIR%%/bin/Localization/Core/ca.json
|
||||
%%DATADIR%%/bin/Localization/Core/cs.json
|
||||
%%DATADIR%%/bin/Localization/Core/da.json
|
||||
@ -40,12 +41,16 @@
|
||||
%%DATADIR%%/bin/Localization/Core/el.json
|
||||
%%DATADIR%%/bin/Localization/Core/en.json
|
||||
%%DATADIR%%/bin/Localization/Core/es.json
|
||||
%%DATADIR%%/bin/Localization/Core/es_MX.json
|
||||
%%DATADIR%%/bin/Localization/Core/et.json
|
||||
%%DATADIR%%/bin/Localization/Core/fa.json
|
||||
%%DATADIR%%/bin/Localization/Core/fi.json
|
||||
%%DATADIR%%/bin/Localization/Core/fr.json
|
||||
%%DATADIR%%/bin/Localization/Core/he.json
|
||||
%%DATADIR%%/bin/Localization/Core/hi.json
|
||||
%%DATADIR%%/bin/Localization/Core/hr.json
|
||||
%%DATADIR%%/bin/Localization/Core/hu.json
|
||||
%%DATADIR%%/bin/Localization/Core/id.json
|
||||
%%DATADIR%%/bin/Localization/Core/is.json
|
||||
%%DATADIR%%/bin/Localization/Core/it.json
|
||||
%%DATADIR%%/bin/Localization/Core/ja.json
|
||||
@ -60,7 +65,9 @@
|
||||
%%DATADIR%%/bin/Localization/Core/ro.json
|
||||
%%DATADIR%%/bin/Localization/Core/ru.json
|
||||
%%DATADIR%%/bin/Localization/Core/sk.json
|
||||
%%DATADIR%%/bin/Localization/Core/sr.json
|
||||
%%DATADIR%%/bin/Localization/Core/sv.json
|
||||
%%DATADIR%%/bin/Localization/Core/ta.json
|
||||
%%DATADIR%%/bin/Localization/Core/th.json
|
||||
%%DATADIR%%/bin/Localization/Core/tr.json
|
||||
%%DATADIR%%/bin/Localization/Core/uk.json
|
||||
|
Loading…
Reference in New Issue
Block a user