summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/libtorrent/Makefile15
-rw-r--r--net-p2p/libtorrent/distinfo6
-rw-r--r--net-p2p/libtorrent/files/patch-src_data_memory__chunk.cc4
-rw-r--r--net-p2p/libtorrent/files/patch-src_torrent_net_socket__address__key.h10
-rw-r--r--net-p2p/libtorrent/pkg-plist7
-rw-r--r--net-p2p/lidarr/Makefile2
-rw-r--r--net-p2p/lidarr/distinfo6
-rw-r--r--net-p2p/lidarr/pkg-plist12
-rw-r--r--net-p2p/prowlarr/Makefile2
-rw-r--r--net-p2p/prowlarr/distinfo6
-rw-r--r--net-p2p/prowlarr/files/pkg-message.in7
-rw-r--r--net-p2p/prowlarr/pkg-plist56
-rw-r--r--net-p2p/radarr/Makefile2
-rw-r--r--net-p2p/radarr/distinfo6
-rw-r--r--net-p2p/radarr/pkg-plist12
-rw-r--r--net-p2p/rtorrent/Makefile27
-rw-r--r--net-p2p/rtorrent/distinfo6
17 files changed, 91 insertions, 95 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile
index 2134ab6851a2..0a2da6201cd6 100644
--- a/net-p2p/libtorrent/Makefile
+++ b/net-p2p/libtorrent/Makefile
@@ -1,5 +1,5 @@
PORTNAME= libtorrent
-DISTVERSION= 0.15.6
+DISTVERSION= 0.16.0
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/rakshasa/rtorrent/releases/download/v${DISTVERSION}/
@@ -10,6 +10,7 @@ WWW= https://github.com/rakshasa/libtorrent
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+LIB_DEPENDS= libcurl.so:ftp/curl
TEST_DEPENDS= cppunit>0:devel/cppunit
USES= compiler:c++17-lang cpe libtool localbase:ldflags pathfix \
@@ -36,14 +37,4 @@ OPTIONS_DEFAULT= KQUEUE
KQUEUE_DESC= Use kqueue(2) support
KQUEUE_CONFIGURE_WITH= kqueue
-.include <bsd.port.pre.mk>
-
-# Disable instrumentation, which requires 64-bit atomic ops, on i386 when using
-# gcc to avoid linking errors:
-# /usr/local/lib/libtorrent.so: undefined reference to `__sync_add_and_fetch_8'
-# /usr/local/lib/libtorrent.so: undefined reference to `__sync_fetch_and_and_8'
-.if ${ARCH} == i386 && ${CHOSEN_COMPILER_TYPE} == gcc
-CONFIGURE_ARGS+= --disable-instrumentation
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net-p2p/libtorrent/distinfo b/net-p2p/libtorrent/distinfo
index 3eb6dbc858aa..7bebc5e606c8 100644
--- a/net-p2p/libtorrent/distinfo
+++ b/net-p2p/libtorrent/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1755953468
-SHA256 (libtorrent-0.15.6.tar.gz) = 406592657fa45ac7ba0628a7d356cf7ec8d5dafd918d4252055c795491d33970
-SIZE (libtorrent-0.15.6.tar.gz) = 871284
+TIMESTAMP = 1757101252
+SHA256 (libtorrent-0.16.0.tar.gz) = 623a75e85a23f7471c9531ea67a01bb652165c6b2b6a829a7f1c6117eac938ec
+SIZE (libtorrent-0.16.0.tar.gz) = 885568
diff --git a/net-p2p/libtorrent/files/patch-src_data_memory__chunk.cc b/net-p2p/libtorrent/files/patch-src_data_memory__chunk.cc
index f119df1d6e6e..b73078bdc1ab 100644
--- a/net-p2p/libtorrent/files/patch-src_data_memory__chunk.cc
+++ b/net-p2p/libtorrent/files/patch-src_data_memory__chunk.cc
@@ -1,6 +1,6 @@
---- src/data/memory_chunk.cc.orig 2025-06-01 13:09:26 UTC
+--- src/data/memory_chunk.cc.orig 2025-09-05 08:47:37 UTC
+++ src/data/memory_chunk.cc
-@@ -66,6 +66,9 @@ MemoryChunk::unmap() {
+@@ -49,6 +49,9 @@ MemoryChunk::unmap() {
if (!is_valid())
throw internal_error("MemoryChunk::unmap() called on an invalid object");
diff --git a/net-p2p/libtorrent/files/patch-src_torrent_net_socket__address__key.h b/net-p2p/libtorrent/files/patch-src_torrent_net_socket__address__key.h
deleted file mode 100644
index 56e9dbf35b71..000000000000
--- a/net-p2p/libtorrent/files/patch-src_torrent_net_socket__address__key.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/torrent/net/socket_address_key.h.orig 2025-06-01 13:09:26 UTC
-+++ src/torrent/net/socket_address_key.h
-@@ -7,6 +7,7 @@
- #include <cstring>
- #include <cinttypes>
- #include <netinet/in.h>
-+#include <sys/socket.h>
-
- // Unique key for the socket address, excluding port numbers, etc.
-
diff --git a/net-p2p/libtorrent/pkg-plist b/net-p2p/libtorrent/pkg-plist
index b8fd887f44df..826b7588ff53 100644
--- a/net-p2p/libtorrent/pkg-plist
+++ b/net-p2p/libtorrent/pkg-plist
@@ -25,9 +25,10 @@ include/torrent/error.h
include/torrent/event.h
include/torrent/exceptions.h
include/torrent/hash_string.h
-include/torrent/http.h
include/torrent/net/address_info.h
include/torrent/net/fd.h
+include/torrent/net/http_get.h
+include/torrent/net/http_stack.h
include/torrent/net/resolver.h
include/torrent/net/socket_address.h
include/torrent/net/socket_address_key.h
@@ -69,6 +70,6 @@ include/torrent/utils/signal_bitfield.h
include/torrent/utils/thread.h
include/torrent/utils/uri_parser.h
lib/libtorrent.so
-lib/libtorrent.so.26
-lib/libtorrent.so.26.0.0
+lib/libtorrent.so.30
+lib/libtorrent.so.30.0.0
libdata/pkgconfig/libtorrent.pc
diff --git a/net-p2p/lidarr/Makefile b/net-p2p/lidarr/Makefile
index fa4fc7502a42..f5bda3387f2f 100644
--- a/net-p2p/lidarr/Makefile
+++ b/net-p2p/lidarr/Makefile
@@ -1,5 +1,5 @@
PORTNAME= lidarr
-DISTVERSION= 2.11.2.4629
+DISTVERSION= 2.13.3.4711
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/lidarr/Lidarr/releases/download/v${PORTVERSION}/
DISTNAME= Lidarr.master.${DISTVERSION}.freebsd-core-x64
diff --git a/net-p2p/lidarr/distinfo b/net-p2p/lidarr/distinfo
index 66ad2ec02a45..e29f222158fa 100644
--- a/net-p2p/lidarr/distinfo
+++ b/net-p2p/lidarr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1745961457
-SHA256 (Lidarr.master.2.11.2.4629.freebsd-core-x64.tar.gz) = d774e1bfbd0623f3ed31c87e15b06b9f1b3bc37304c39b7675e81bb0c7b53807
-SIZE (Lidarr.master.2.11.2.4629.freebsd-core-x64.tar.gz) = 55779683
+TIMESTAMP = 1756800591
+SHA256 (Lidarr.master.2.13.3.4711.freebsd-core-x64.tar.gz) = a923543f4fa80c38890c4e85cb88fc92635a066b87ab93c4f5827cabed8f7d4e
+SIZE (Lidarr.master.2.13.3.4711.freebsd-core-x64.tar.gz) = 55780586
diff --git a/net-p2p/lidarr/pkg-plist b/net-p2p/lidarr/pkg-plist
index d580db14c2a3..3333e677b940 100644
--- a/net-p2p/lidarr/pkg-plist
+++ b/net-p2p/lidarr/pkg-plist
@@ -452,10 +452,10 @@
%%DATADIR%%/bin/UI/638-05e66c57185b323959bc.js
%%DATADIR%%/bin/UI/638-05e66c57185b323959bc.js.LICENSE.txt
%%DATADIR%%/bin/UI/638-05e66c57185b323959bc.js.map
-%%DATADIR%%/bin/UI/907-3c05b588aa33a5fcf794.js
-%%DATADIR%%/bin/UI/907-3c05b588aa33a5fcf794.js.map
-%%DATADIR%%/bin/UI/Content/907-7469dd3705fa6b7244ff.css
-%%DATADIR%%/bin/UI/Content/907-7469dd3705fa6b7244ff.css.map
+%%DATADIR%%/bin/UI/907-3a5d0bbaef6d42cf2794.js
+%%DATADIR%%/bin/UI/907-3a5d0bbaef6d42cf2794.js.map
+%%DATADIR%%/bin/UI/Content/907-141b3c55b8cbe8ed3bc9.css
+%%DATADIR%%/bin/UI/Content/907-141b3c55b8cbe8ed3bc9.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
@@ -496,8 +496,8 @@
%%DATADIR%%/bin/UI/Content/robots.txt
%%DATADIR%%/bin/UI/Content/styles.css
%%DATADIR%%/bin/UI/Content/styles.css.map
-%%DATADIR%%/bin/UI/index-5b111585b4db672e813f.js
-%%DATADIR%%/bin/UI/index-5b111585b4db672e813f.js.map
+%%DATADIR%%/bin/UI/index-b3a9fff1e3d64db60aed.js
+%%DATADIR%%/bin/UI/index-b3a9fff1e3d64db60aed.js.map
%%DATADIR%%/bin/UI/index.html
%%DATADIR%%/bin/UI/login.html
%%DATADIR%%/bin/UI/oauth.html
diff --git a/net-p2p/prowlarr/Makefile b/net-p2p/prowlarr/Makefile
index 28e02282f4b9..a02cdaa929ae 100644
--- a/net-p2p/prowlarr/Makefile
+++ b/net-p2p/prowlarr/Makefile
@@ -1,5 +1,5 @@
PORTNAME= prowlarr
-DISTVERSION= 1.37.0.5076
+DISTVERSION= 2.0.5.5160
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/Prowlarr/Prowlarr/releases/download/v${DISTVERSION}/
DISTNAME= Prowlarr.master.${DISTVERSION}.freebsd-core-x64
diff --git a/net-p2p/prowlarr/distinfo b/net-p2p/prowlarr/distinfo
index 76b1a64b757f..27c6d1926555 100644
--- a/net-p2p/prowlarr/distinfo
+++ b/net-p2p/prowlarr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1751981655
-SHA256 (Prowlarr.master.1.37.0.5076.freebsd-core-x64.tar.gz) = dc4129b84add81649c255181af2f49595a47db36a2c2e495c1b13a9c5dae0ba4
-SIZE (Prowlarr.master.1.37.0.5076.freebsd-core-x64.tar.gz) = 54901106
+TIMESTAMP = 1756800705
+SHA256 (Prowlarr.master.2.0.5.5160.freebsd-core-x64.tar.gz) = 58c1c9084bbafc8a2457d9593ce0f99f6fc352af19af142d26811f729b3ece97
+SIZE (Prowlarr.master.2.0.5.5160.freebsd-core-x64.tar.gz) = 64087684
diff --git a/net-p2p/prowlarr/files/pkg-message.in b/net-p2p/prowlarr/files/pkg-message.in
index 0f27aef1d91a..dcb8d54f86a2 100644
--- a/net-p2p/prowlarr/files/pkg-message.in
+++ b/net-p2p/prowlarr/files/pkg-message.in
@@ -2,13 +2,6 @@
{ type: install
message: <<EOM
-%%PORTNAME%% relies on Microsoft dotNET5+ SDK to be built
-Microsoft does not have an official version of dotNET for FreeBSD
-
-This package was built with an UNOFFICIAL UNSUPPORTED version of dotNET
-If this is something that you do not want, remove this package with
-"pkg remove %%PORTNAME%%"
-
This package installs a service file.
Enable it with "sysrc %%PORTNAME%%_enable=TRUE"
Start it with "service %%PORTNAME%% start".
diff --git a/net-p2p/prowlarr/pkg-plist b/net-p2p/prowlarr/pkg-plist
index 5de4192ed2b5..b669adc8d658 100644
--- a/net-p2p/prowlarr/pkg-plist
+++ b/net-p2p/prowlarr/pkg-plist
@@ -1,5 +1,7 @@
%%DATADIR%%/bin/AngleSharp.Xml.dll
%%DATADIR%%/bin/AngleSharp.dll
+%%DATADIR%%/bin/Azure.Core.dll
+%%DATADIR%%/bin/Azure.Identity.dll
%%DATADIR%%/bin/BouncyCastle.Cryptography.dll
%%DATADIR%%/bin/Dapper.dll
%%DATADIR%%/bin/Diacritical.dll
@@ -78,6 +80,7 @@
%%DATADIR%%/bin/MailKit.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Antiforgery.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.Abstractions.dll
+%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.BearerToken.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.Cookies.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.Core.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Authentication.OAuth.dll
@@ -85,6 +88,7 @@
%%DATADIR%%/bin/Microsoft.AspNetCore.Authorization.Policy.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Authorization.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Components.Authorization.dll
+%%DATADIR%%/bin/Microsoft.AspNetCore.Components.Endpoints.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Components.Forms.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Components.Server.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Components.Web.dll
@@ -132,8 +136,11 @@
%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.TagHelpers.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.ViewFeatures.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Mvc.dll
+%%DATADIR%%/bin/Microsoft.AspNetCore.OutputCaching.dll
+%%DATADIR%%/bin/Microsoft.AspNetCore.RateLimiting.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Razor.Runtime.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Razor.dll
+%%DATADIR%%/bin/Microsoft.AspNetCore.RequestDecompression.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.ResponseCaching.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.ResponseCompression.dll
@@ -144,6 +151,7 @@
%%DATADIR%%/bin/Microsoft.AspNetCore.Server.IIS.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Server.IISIntegration.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.Core.dll
+%%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.Server.Kestrel.dll
@@ -157,7 +165,7 @@
%%DATADIR%%/bin/Microsoft.AspNetCore.WebUtilities.dll
%%DATADIR%%/bin/Microsoft.AspNetCore.dll
%%DATADIR%%/bin/Microsoft.Bcl.AsyncInterfaces.dll
-%%DATADIR%%/bin/Microsoft.Bcl.TimeProvider.dll
+%%DATADIR%%/bin/Microsoft.Bcl.Cryptography.dll
%%DATADIR%%/bin/Microsoft.CSharp.dll
%%DATADIR%%/bin/Microsoft.Data.SqlClient.dll
%%DATADIR%%/bin/Microsoft.Extensions.Caching.Abstractions.dll
@@ -175,8 +183,10 @@
%%DATADIR%%/bin/Microsoft.Extensions.Configuration.dll
%%DATADIR%%/bin/Microsoft.Extensions.DependencyInjection.Abstractions.dll
%%DATADIR%%/bin/Microsoft.Extensions.DependencyInjection.dll
+%%DATADIR%%/bin/Microsoft.Extensions.Diagnostics.Abstractions.dll
%%DATADIR%%/bin/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
%%DATADIR%%/bin/Microsoft.Extensions.Diagnostics.HealthChecks.dll
+%%DATADIR%%/bin/Microsoft.Extensions.Diagnostics.dll
%%DATADIR%%/bin/Microsoft.Extensions.Features.dll
%%DATADIR%%/bin/Microsoft.Extensions.FileProviders.Abstractions.dll
%%DATADIR%%/bin/Microsoft.Extensions.FileProviders.Composite.dll
@@ -205,7 +215,9 @@
%%DATADIR%%/bin/Microsoft.Extensions.Options.dll
%%DATADIR%%/bin/Microsoft.Extensions.Primitives.dll
%%DATADIR%%/bin/Microsoft.Extensions.WebEncoders.dll
+%%DATADIR%%/bin/Microsoft.Identity.Client.Extensions.Msal.dll
%%DATADIR%%/bin/Microsoft.Identity.Client.dll
+%%DATADIR%%/bin/Microsoft.IdentityModel.Abstractions.dll
%%DATADIR%%/bin/Microsoft.IdentityModel.JsonWebTokens.dll
%%DATADIR%%/bin/Microsoft.IdentityModel.Logging.dll
%%DATADIR%%/bin/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
@@ -214,6 +226,7 @@
%%DATADIR%%/bin/Microsoft.JSInterop.dll
%%DATADIR%%/bin/Microsoft.Net.Http.Headers.dll
%%DATADIR%%/bin/Microsoft.OpenApi.dll
+%%DATADIR%%/bin/Microsoft.SqlServer.Server.dll
%%DATADIR%%/bin/Microsoft.VisualBasic.Core.dll
%%DATADIR%%/bin/Microsoft.VisualBasic.dll
%%DATADIR%%/bin/Microsoft.Win32.Primitives.dll
@@ -274,6 +287,7 @@
%%DATADIR%%/bin/Swashbuckle.AspNetCore.SwaggerGen.dll
%%DATADIR%%/bin/System.AppContext.dll
%%DATADIR%%/bin/System.Buffers.dll
+%%DATADIR%%/bin/System.ClientModel.dll
%%DATADIR%%/bin/System.Collections.Concurrent.dll
%%DATADIR%%/bin/System.Collections.Immutable.dll
%%DATADIR%%/bin/System.Collections.NonGeneric.dll
@@ -310,6 +324,7 @@
%%DATADIR%%/bin/System.Drawing.dll
%%DATADIR%%/bin/System.Dynamic.Runtime.dll
%%DATADIR%%/bin/System.Formats.Asn1.dll
+%%DATADIR%%/bin/System.Formats.Tar.dll
%%DATADIR%%/bin/System.Globalization.Calendars.dll
%%DATADIR%%/bin/System.Globalization.Extensions.dll
%%DATADIR%%/bin/System.Globalization.dll
@@ -334,6 +349,7 @@
%%DATADIR%%/bin/System.Linq.Parallel.dll
%%DATADIR%%/bin/System.Linq.Queryable.dll
%%DATADIR%%/bin/System.Linq.dll
+%%DATADIR%%/bin/System.Memory.Data.dll
%%DATADIR%%/bin/System.Memory.dll
%%DATADIR%%/bin/System.Net.Http.Json.dll
%%DATADIR%%/bin/System.Net.Http.dll
@@ -374,11 +390,11 @@
%%DATADIR%%/bin/System.Resources.Reader.dll
%%DATADIR%%/bin/System.Resources.ResourceManager.dll
%%DATADIR%%/bin/System.Resources.Writer.dll
-%%DATADIR%%/bin/System.Runtime.Caching.dll
%%DATADIR%%/bin/System.Runtime.CompilerServices.Unsafe.dll
%%DATADIR%%/bin/System.Runtime.CompilerServices.VisualC.dll
%%DATADIR%%/bin/System.Runtime.Extensions.dll
%%DATADIR%%/bin/System.Runtime.Handles.dll
+%%DATADIR%%/bin/System.Runtime.InteropServices.JavaScript.dll
%%DATADIR%%/bin/System.Runtime.InteropServices.RuntimeInformation.dll
%%DATADIR%%/bin/System.Runtime.InteropServices.dll
%%DATADIR%%/bin/System.Runtime.Intrinsics.dll
@@ -402,6 +418,7 @@
%%DATADIR%%/bin/System.Security.Cryptography.ProtectedData.dll
%%DATADIR%%/bin/System.Security.Cryptography.X509Certificates.dll
%%DATADIR%%/bin/System.Security.Cryptography.Xml.dll
+%%DATADIR%%/bin/System.Security.Cryptography.dll
%%DATADIR%%/bin/System.Security.Permissions.dll
%%DATADIR%%/bin/System.Security.Principal.Windows.dll
%%DATADIR%%/bin/System.Security.Principal.dll
@@ -419,6 +436,7 @@
%%DATADIR%%/bin/System.Text.RegularExpressions.dll
%%DATADIR%%/bin/System.Threading.Channels.dll
%%DATADIR%%/bin/System.Threading.Overlapped.dll
+%%DATADIR%%/bin/System.Threading.RateLimiting.dll
%%DATADIR%%/bin/System.Threading.Tasks.Dataflow.dll
%%DATADIR%%/bin/System.Threading.Tasks.Extensions.dll
%%DATADIR%%/bin/System.Threading.Tasks.Parallel.dll
@@ -444,13 +462,13 @@
%%DATADIR%%/bin/System.Xml.XmlSerializer.dll
%%DATADIR%%/bin/System.Xml.dll
%%DATADIR%%/bin/System.dll
-%%DATADIR%%/bin/UI/194-0bd4624df983e06e6ccb.js
-%%DATADIR%%/bin/UI/194-0bd4624df983e06e6ccb.js.LICENSE.txt
-%%DATADIR%%/bin/UI/194-0bd4624df983e06e6ccb.js.map
-%%DATADIR%%/bin/UI/286-7ee7ca0e6ec0168ce571.js
-%%DATADIR%%/bin/UI/286-7ee7ca0e6ec0168ce571.js.map
-%%DATADIR%%/bin/UI/Content/286-0d675ae17bab3c952d78.css
-%%DATADIR%%/bin/UI/Content/286-0d675ae17bab3c952d78.css.map
+%%DATADIR%%/bin/UI/194-74921861e81ae7f57cdf.js
+%%DATADIR%%/bin/UI/194-74921861e81ae7f57cdf.js.LICENSE.txt
+%%DATADIR%%/bin/UI/194-74921861e81ae7f57cdf.js.map
+%%DATADIR%%/bin/UI/195-cdf8e899db76587e6548.js
+%%DATADIR%%/bin/UI/195-cdf8e899db76587e6548.js.map
+%%DATADIR%%/bin/UI/Content/195-aafb80b0148c52b32193.css
+%%DATADIR%%/bin/UI/Content/195-aafb80b0148c52b32193.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
@@ -492,28 +510,40 @@
%%DATADIR%%/bin/UI/Content/robots.txt
%%DATADIR%%/bin/UI/Content/styles.css
%%DATADIR%%/bin/UI/Content/styles.css.map
-%%DATADIR%%/bin/UI/index-2d5ba92aeb5517d26bea.js
-%%DATADIR%%/bin/UI/index-2d5ba92aeb5517d26bea.js.map
+%%DATADIR%%/bin/UI/index-fdea170d79864b2a3b0b.js
+%%DATADIR%%/bin/UI/index-fdea170d79864b2a3b0b.js.map
%%DATADIR%%/bin/UI/index.html
%%DATADIR%%/bin/UI/login.html
%%DATADIR%%/bin/UI/oauth.html
%%DATADIR%%/bin/WindowsBase.dll
%%DATADIR%%/bin/YamlDotNet.dll
+%%DATADIR%%/bin/cs/Microsoft.Data.SqlClient.resources.dll
%%DATADIR%%/bin/de-DE/FluentMigrator.Abstractions.resources.dll
+%%DATADIR%%/bin/de/Microsoft.Data.SqlClient.resources.dll
+%%DATADIR%%/bin/es/Microsoft.Data.SqlClient.resources.dll
+%%DATADIR%%/bin/fr/Microsoft.Data.SqlClient.resources.dll
+%%DATADIR%%/bin/it/Microsoft.Data.SqlClient.resources.dll
+%%DATADIR%%/bin/ja/Microsoft.Data.SqlClient.resources.dll
+%%DATADIR%%/bin/ko/Microsoft.Data.SqlClient.resources.dll
%%DATADIR%%/bin/libMonoPosixHelper.so
%%DATADIR%%/bin/libSystem.Globalization.Native.so
%%DATADIR%%/bin/libSystem.IO.Compression.Native.so
%%DATADIR%%/bin/libSystem.Native.so
%%DATADIR%%/bin/libSystem.Net.Security.Native.so
%%DATADIR%%/bin/libSystem.Security.Cryptography.Native.OpenSsl.so
+%%DATADIR%%/bin/libclrgc.so
%%DATADIR%%/bin/libclrjit.so
%%DATADIR%%/bin/libcoreclr.so
-%%DATADIR%%/bin/libcoreclrtraceptprovider.so
-%%DATADIR%%/bin/libdbgshim.so
%%DATADIR%%/bin/libhostfxr.so
%%DATADIR%%/bin/libhostpolicy.so
%%DATADIR%%/bin/libmscordaccore.so
%%DATADIR%%/bin/libmscordbi.so
%%DATADIR%%/bin/mscorlib.dll
%%DATADIR%%/bin/netstandard.dll
+%%DATADIR%%/bin/pl/Microsoft.Data.SqlClient.resources.dll
+%%DATADIR%%/bin/pt-BR/Microsoft.Data.SqlClient.resources.dll
+%%DATADIR%%/bin/ru/Microsoft.Data.SqlClient.resources.dll
+%%DATADIR%%/bin/tr/Microsoft.Data.SqlClient.resources.dll
+%%DATADIR%%/bin/zh-Hans/Microsoft.Data.SqlClient.resources.dll
+%%DATADIR%%/bin/zh-Hant/Microsoft.Data.SqlClient.resources.dll
%%DATADIR%%/package_info
diff --git a/net-p2p/radarr/Makefile b/net-p2p/radarr/Makefile
index 6b1aac583903..a008f5fa7a05 100644
--- a/net-p2p/radarr/Makefile
+++ b/net-p2p/radarr/Makefile
@@ -1,5 +1,5 @@
PORTNAME= radarr
-DISTVERSION= 5.26.2.10099
+DISTVERSION= 5.27.5.10198
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/Radarr/Radarr/releases/download/v${DISTVERSION}/
DISTNAME= Radarr.master.${DISTVERSION}.freebsd-core-x64
diff --git a/net-p2p/radarr/distinfo b/net-p2p/radarr/distinfo
index 0d5a0bf64a5b..35aa34ac01ef 100644
--- a/net-p2p/radarr/distinfo
+++ b/net-p2p/radarr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1751967121
-SHA256 (Radarr.master.5.26.2.10099.freebsd-core-x64.tar.gz) = 8476cc66d06c0b836c5cfea6f2967ebd1d554fb547bac02b69a3aec6768bd6fe
-SIZE (Radarr.master.5.26.2.10099.freebsd-core-x64.tar.gz) = 64065414
+TIMESTAMP = 1757064594
+SHA256 (Radarr.master.5.27.5.10198.freebsd-core-x64.tar.gz) = 1d5d3ef297d7fa446d88dfc817f8434a65d7c533e931ab29bb624aaafdc3f500
+SIZE (Radarr.master.5.27.5.10198.freebsd-core-x64.tar.gz) = 64081158
diff --git a/net-p2p/radarr/pkg-plist b/net-p2p/radarr/pkg-plist
index 5b188530692d..42a50dd98c94 100644
--- a/net-p2p/radarr/pkg-plist
+++ b/net-p2p/radarr/pkg-plist
@@ -453,10 +453,10 @@
%%DATADIR%%/bin/UI/640-f9f81c4832fff26ecd9c.js.map
%%DATADIR%%/bin/UI/7-a1b843a798e447f93f4f.js
%%DATADIR%%/bin/UI/7-a1b843a798e447f93f4f.js.map
-%%DATADIR%%/bin/UI/74-41bafaea952185ac066d.js
-%%DATADIR%%/bin/UI/74-41bafaea952185ac066d.js.map
-%%DATADIR%%/bin/UI/Content/74-9b2465b3281b3b67efd2.css
-%%DATADIR%%/bin/UI/Content/74-9b2465b3281b3b67efd2.css.map
+%%DATADIR%%/bin/UI/74-b77f22dce150cc00fb86.js
+%%DATADIR%%/bin/UI/74-b77f22dce150cc00fb86.js.map
+%%DATADIR%%/bin/UI/Content/74-0b1eafbdb0af62d4fc26.css
+%%DATADIR%%/bin/UI/Content/74-0b1eafbdb0af62d4fc26.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
@@ -498,8 +498,8 @@
%%DATADIR%%/bin/UI/Content/robots.txt
%%DATADIR%%/bin/UI/Content/styles.css
%%DATADIR%%/bin/UI/Content/styles.css.map
-%%DATADIR%%/bin/UI/index-1726e9622bdfaf0ebb89.js
-%%DATADIR%%/bin/UI/index-1726e9622bdfaf0ebb89.js.map
+%%DATADIR%%/bin/UI/index-186436526578c215a7ae.js
+%%DATADIR%%/bin/UI/index-186436526578c215a7ae.js.map
%%DATADIR%%/bin/UI/index.html
%%DATADIR%%/bin/UI/login.html
%%DATADIR%%/bin/UI/oauth.html
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile
index 24009a48b2f8..0d2db49d588b 100644
--- a/net-p2p/rtorrent/Makefile
+++ b/net-p2p/rtorrent/Makefile
@@ -1,5 +1,5 @@
PORTNAME= rtorrent
-DISTVERSION= 0.15.6
+DISTVERSION= 0.16.0
CATEGORIES= net-p2p
MASTER_SITES= https://github.com/rakshasa/rtorrent/releases/download/v${DISTVERSION}/
@@ -11,14 +11,13 @@ LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
-LIB_DEPENDS= libcurl.so:ftp/curl \
- libtorrent.so:net-p2p/libtorrent
+LIB_DEPENDS= libtorrent.so:net-p2p/libtorrent
USES= compiler:c++17-lang ncurses pkgconfig
USE_RC_SUBR= rtorrent
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-debug
-LDFLAGS+= -lexecinfo -pthread
+CONFIGURE_ARGS= --disable-debug \
+ --with-xmlrpc-tinyxml2
SUB_FILES= pkg-message
@@ -26,19 +25,11 @@ USERS= rtorrent
GROUPS= rtorrent
PLIST_FILES= bin/rtorrent \
- "@sample ${ETCDIR}/rtorrent.conf.sample"
-PORTDOCS= README
-
-OPTIONS_DEFINE= DOCS IPV6
-OPTIONS_DEFAULT= TINYXML
-OPTIONS_RADIO= XML
-OPTIONS_RADIO_XML= TINYXML XMLRPC
-XMLRPC_DESC= Compile with xmlrpc-c support
-
-IPV6_CONFIGURE_ENABLE= ipv6
-TINYXML_CONFIGURE_ON= --with-xmlrpc-tinyxml2
-XMLRPC_LIB_DEPENDS= libxmlrpc.so:net/xmlrpc-c
-XMLRPC_CONFIGURE_ON= --with-xmlrpc-c
+ "@sample ${ETCDIR}/rtorrent.conf.sample" \
+ ${DATADIR}/lua/rtorrent.lua
+PORTDOCS= README.md
+
+OPTIONS_DEFINE= DOCS
post-install:
${MKDIR} ${STAGEDIR}${ETCDIR}
diff --git a/net-p2p/rtorrent/distinfo b/net-p2p/rtorrent/distinfo
index a44d5bfed9fc..9d4974b6f14a 100644
--- a/net-p2p/rtorrent/distinfo
+++ b/net-p2p/rtorrent/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1755953681
-SHA256 (rtorrent-0.15.6.tar.gz) = a3eb2afcdd0d81aaf5efd044761075f7f832375e9a6eb4b38a7694bfff3aa3cd
-SIZE (rtorrent-0.15.6.tar.gz) = 866966
+TIMESTAMP = 1757102139
+SHA256 (rtorrent-0.16.0.tar.gz) = fe8f8793f3bae8de157f567d9d89629dfd6fc21bc18d7db4537c4014a23dc1d9
+SIZE (rtorrent-0.16.0.tar.gz) = 854573