git: cc7a787d5f04 - main - net-p2p/prowlarr: port clean up
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Jan 2022 06:52:16 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc7a787d5f043014dcea80bd0058dd7117a5e308 commit cc7a787d5f043014dcea80bd0058dd7117a5e308 Author: Michiel van Baak Jansen <michiel@vanbaak.eu> AuthorDate: 2022-01-26 12:56:49 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-01-27 06:50:34 +0000 net-p2p/prowlarr: port clean up * Cleanup package content * Do not run chown on the prowlarr binaries PR: 261465 Reported by: michiel@vanbaak.eu (maintainer) --- net-p2p/prowlarr/Makefile | 7 +- net-p2p/prowlarr/files/package_info.in | 2 +- net-p2p/prowlarr/files/pkg-message.in | 3 +- net-p2p/prowlarr/files/prowlarr.in | 3 - net-p2p/prowlarr/pkg-plist | 233 --------------------------------- 5 files changed, 8 insertions(+), 240 deletions(-) diff --git a/net-p2p/prowlarr/Makefile b/net-p2p/prowlarr/Makefile index 15601f215463..b3d2328d2d97 100644 --- a/net-p2p/prowlarr/Makefile +++ b/net-p2p/prowlarr/Makefile @@ -1,6 +1,6 @@ PORTNAME= prowlarr PORTVERSION= 0.1.10.1375 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Prowlarr/Prowlarr/releases/download/v${PORTVERSION}/ DISTNAME= Prowlarr.develop.${PORTVERSION}.freebsd-core-x64 @@ -28,7 +28,7 @@ SUB_FILES= ${PORTNAME} package_info pkg-message SUB_LIST= DATADIR=${DATADIR} \ GROUPS=${GROUPS} \ MAINTAINER=${MAINTAINER} \ - PKGNAME=${PKGNAME} \ + PKGVERSION=${PKGVERSION} \ PORTNAME=${PORTNAME} \ USERS=${USERS} @@ -39,6 +39,9 @@ WRKSRC= ${WRKDIR}/Prowlarr .include <bsd.port.options.mk> +post-extract: + ${RM} -rf ${WRKSRC}/Prowlarr.Update + do-install: ${INSTALL} -d -m 755 ${STAGEDIR}/${DATADIR}/bin/ cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}/${DATADIR}/bin/ "! -name Prowlarr" diff --git a/net-p2p/prowlarr/files/package_info.in b/net-p2p/prowlarr/files/package_info.in index 160fdf090d11..f8602956c97a 100644 --- a/net-p2p/prowlarr/files/package_info.in +++ b/net-p2p/prowlarr/files/package_info.in @@ -1,4 +1,4 @@ -PackageVersion=%%PKGNAME%% +PackageVersion=%%PKGVERSION%% PackageAuthor=%%MAINTAINER%% UpdateMethod=External UpdateMethodMessage=use 'pkg upgrade' or [create a PR](https://bugs.freebsd.org/bugzilla/enter_bug.cgi?component=Individual%20Port%28s%29&product=Ports%20%26%20Packages) requesting an update of the port diff --git a/net-p2p/prowlarr/files/pkg-message.in b/net-p2p/prowlarr/files/pkg-message.in index 5c31e79a4905..0f27aef1d91a 100644 --- a/net-p2p/prowlarr/files/pkg-message.in +++ b/net-p2p/prowlarr/files/pkg-message.in @@ -17,7 +17,8 @@ If you are running this in a jail please set "allow_mlock=1" or similar for this jail otherwise the program will fail to start Finally, the built-in updater is disabled. -If you like to use the updater, remove the file %%DATADIR%%/package_info and restart %%PORTNAME%% +If you like to use the updater, remove the file %%DATADIR%%/package_info, +chown the directory %%DATADIR%%/bin to %%USERS%% and restart %%PORTNAME%% The built-in updater can now be configured in the Settings tab of %%PORTNAME%% NOTE: While the built-in updater will update %%PORTNAME%% it has side-effects: diff --git a/net-p2p/prowlarr/files/prowlarr.in b/net-p2p/prowlarr/files/prowlarr.in index 354d12c95e16..41b3aa5c2b69 100644 --- a/net-p2p/prowlarr/files/prowlarr.in +++ b/net-p2p/prowlarr/files/prowlarr.in @@ -40,9 +40,6 @@ start_precmd=${name}_precmd install -d -o ${%%PORTNAME%%_user} -g ${%%PORTNAME%%_group} ${%%PORTNAME%%_pid_dir} fi - # Needed for built-in updater - chown -R ${%%PORTNAME%%_user}:${%%PORTNAME%%_group} ${%%PORTNAME%%_exec_dir} - # .NET 6+ use dual mode sockets to avoid the separate AF handling. # disable .NET use of V6 if no ipv6 is configured. # See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17 diff --git a/net-p2p/prowlarr/pkg-plist b/net-p2p/prowlarr/pkg-plist index 657229c15e38..489409953888 100644 --- a/net-p2p/prowlarr/pkg-plist +++ b/net-p2p/prowlarr/pkg-plist @@ -236,239 +236,6 @@ %%DATADIR%%/bin/Prowlarr.SignalR.deps.json %%DATADIR%%/bin/Prowlarr.SignalR.dll %%DATADIR%%/bin/Prowlarr.SignalR.pdb -%%DATADIR%%/bin/Prowlarr.Update/DryIoc.Microsoft.DependencyInjection.dll -%%DATADIR%%/bin/Prowlarr.Update/DryIoc.dll -%%DATADIR%%/bin/Prowlarr.Update/ICSharpCode.SharpZipLib.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.CSharp.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Configuration.Abstractions.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Configuration.Binder.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Configuration.CommandLine.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Configuration.EnvironmentVariables.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Configuration.FileExtensions.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Configuration.Json.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Configuration.UserSecrets.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Configuration.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.DependencyInjection.Abstractions.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.DependencyInjection.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.FileProviders.Abstractions.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.FileProviders.Physical.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.FileSystemGlobbing.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Hosting.Abstractions.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Hosting.WindowsServices.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Hosting.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Logging.Abstractions.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Logging.Configuration.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Logging.Console.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Logging.Debug.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Logging.EventLog.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Logging.EventSource.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Logging.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Options.ConfigurationExtensions.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Options.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Extensions.Primitives.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.VisualBasic.Core.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.VisualBasic.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Win32.Primitives.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Win32.Registry.dll -%%DATADIR%%/bin/Prowlarr.Update/Microsoft.Win32.SystemEvents.dll -%%DATADIR%%/bin/Prowlarr.Update/Mono.Posix.NETStandard.dll -%%DATADIR%%/bin/Prowlarr.Update/NLog.Extensions.Logging.dll -%%DATADIR%%/bin/Prowlarr.Update/NLog.dll -%%DATADIR%%/bin/Prowlarr.Update/Newtonsoft.Json.dll -%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Common.dll -%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Common.pdb -%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Mono.deps.json -%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Mono.dll -%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Mono.pdb -%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Update -%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Update.deps.json -%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Update.dll -%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Update.dll.config -%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Update.pdb -%%DATADIR%%/bin/Prowlarr.Update/Prowlarr.Update.runtimeconfig.json -%%DATADIR%%/bin/Prowlarr.Update/Sentry.dll -%%DATADIR%%/bin/Prowlarr.Update/System.AppContext.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Buffers.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Collections.Concurrent.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Collections.Immutable.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Collections.NonGeneric.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Collections.Specialized.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Collections.dll -%%DATADIR%%/bin/Prowlarr.Update/System.ComponentModel.Annotations.dll -%%DATADIR%%/bin/Prowlarr.Update/System.ComponentModel.DataAnnotations.dll -%%DATADIR%%/bin/Prowlarr.Update/System.ComponentModel.EventBasedAsync.dll -%%DATADIR%%/bin/Prowlarr.Update/System.ComponentModel.Primitives.dll -%%DATADIR%%/bin/Prowlarr.Update/System.ComponentModel.TypeConverter.dll -%%DATADIR%%/bin/Prowlarr.Update/System.ComponentModel.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Configuration.ConfigurationManager.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Configuration.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Console.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Core.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Data.Common.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Data.DataSetExtensions.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Data.SQLite.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Data.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.Contracts.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.Debug.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.DiagnosticSource.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.EventLog.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.FileVersionInfo.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.Process.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.StackTrace.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.TextWriterTraceListener.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.Tools.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.TraceSource.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Diagnostics.Tracing.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Drawing.Common.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Drawing.Primitives.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Drawing.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Dynamic.Runtime.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Formats.Asn1.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Globalization.Calendars.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Globalization.Extensions.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Globalization.dll -%%DATADIR%%/bin/Prowlarr.Update/System.IO.Compression.Brotli.dll -%%DATADIR%%/bin/Prowlarr.Update/System.IO.Compression.FileSystem.dll -%%DATADIR%%/bin/Prowlarr.Update/System.IO.Compression.ZipFile.dll -%%DATADIR%%/bin/Prowlarr.Update/System.IO.Compression.dll -%%DATADIR%%/bin/Prowlarr.Update/System.IO.FileSystem.AccessControl.dll -%%DATADIR%%/bin/Prowlarr.Update/System.IO.FileSystem.DriveInfo.dll -%%DATADIR%%/bin/Prowlarr.Update/System.IO.FileSystem.Primitives.dll -%%DATADIR%%/bin/Prowlarr.Update/System.IO.FileSystem.Watcher.dll -%%DATADIR%%/bin/Prowlarr.Update/System.IO.FileSystem.dll -%%DATADIR%%/bin/Prowlarr.Update/System.IO.IsolatedStorage.dll -%%DATADIR%%/bin/Prowlarr.Update/System.IO.MemoryMappedFiles.dll -%%DATADIR%%/bin/Prowlarr.Update/System.IO.Pipes.AccessControl.dll -%%DATADIR%%/bin/Prowlarr.Update/System.IO.Pipes.dll -%%DATADIR%%/bin/Prowlarr.Update/System.IO.UnmanagedMemoryStream.dll -%%DATADIR%%/bin/Prowlarr.Update/System.IO.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Linq.Expressions.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Linq.Parallel.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Linq.Queryable.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Linq.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Memory.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Net.Http.Json.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Net.Http.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Net.HttpListener.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Net.Mail.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Net.NameResolution.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Net.NetworkInformation.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Net.Ping.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Net.Primitives.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Net.Quic.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Net.Requests.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Net.Security.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Net.ServicePoint.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Net.Sockets.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Net.WebClient.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Net.WebHeaderCollection.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Net.WebProxy.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Net.WebSockets.Client.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Net.WebSockets.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Net.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Numerics.Vectors.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Numerics.dll -%%DATADIR%%/bin/Prowlarr.Update/System.ObjectModel.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Private.CoreLib.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Private.DataContractSerialization.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Private.Uri.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Private.Xml.Linq.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Private.Xml.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Reflection.DispatchProxy.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Reflection.Emit.ILGeneration.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Reflection.Emit.Lightweight.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Reflection.Emit.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Reflection.Extensions.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Reflection.Metadata.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Reflection.Primitives.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Reflection.TypeExtensions.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Reflection.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Resources.Reader.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Resources.ResourceManager.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Resources.Writer.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.CompilerServices.Unsafe.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.CompilerServices.VisualC.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.Extensions.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.Handles.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.InteropServices.RuntimeInformation.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.InteropServices.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.Intrinsics.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.Loader.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.Numerics.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.Serialization.Formatters.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.Serialization.Json.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.Serialization.Primitives.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.Serialization.Xml.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.Serialization.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Runtime.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Security.AccessControl.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Security.Claims.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Security.Cryptography.Algorithms.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Security.Cryptography.Cng.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Security.Cryptography.Csp.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Security.Cryptography.Encoding.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Security.Cryptography.OpenSsl.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Security.Cryptography.Primitives.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Security.Cryptography.ProtectedData.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Security.Cryptography.X509Certificates.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Security.Permissions.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Security.Principal.Windows.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Security.Principal.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Security.SecureString.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Security.dll -%%DATADIR%%/bin/Prowlarr.Update/System.ServiceModel.Web.dll -%%DATADIR%%/bin/Prowlarr.Update/System.ServiceProcess.ServiceController.dll -%%DATADIR%%/bin/Prowlarr.Update/System.ServiceProcess.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Text.Encoding.CodePages.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Text.Encoding.Extensions.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Text.Encoding.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Text.Encodings.Web.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Text.Json.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Text.RegularExpressions.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Threading.Channels.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Threading.Overlapped.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Threading.Tasks.Dataflow.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Threading.Tasks.Extensions.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Threading.Tasks.Parallel.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Threading.Tasks.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Threading.Thread.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Threading.ThreadPool.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Threading.Timer.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Threading.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Transactions.Local.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Transactions.dll -%%DATADIR%%/bin/Prowlarr.Update/System.ValueTuple.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Web.HttpUtility.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Web.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Windows.Extensions.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Windows.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Xml.Linq.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Xml.ReaderWriter.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Xml.Serialization.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Xml.XDocument.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Xml.XPath.XDocument.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Xml.XPath.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Xml.XmlDocument.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Xml.XmlSerializer.dll -%%DATADIR%%/bin/Prowlarr.Update/System.Xml.dll -%%DATADIR%%/bin/Prowlarr.Update/System.dll -%%DATADIR%%/bin/Prowlarr.Update/WindowsBase.dll -%%DATADIR%%/bin/Prowlarr.Update/libMonoPosixHelper.so -%%DATADIR%%/bin/Prowlarr.Update/libSystem.Globalization.Native.so -%%DATADIR%%/bin/Prowlarr.Update/libSystem.IO.Compression.Native.so -%%DATADIR%%/bin/Prowlarr.Update/libSystem.Native.so -%%DATADIR%%/bin/Prowlarr.Update/libSystem.Net.Security.Native.so -%%DATADIR%%/bin/Prowlarr.Update/libSystem.Security.Cryptography.Native.OpenSsl.so -%%DATADIR%%/bin/Prowlarr.Update/libclrjit.so -%%DATADIR%%/bin/Prowlarr.Update/libcoreclr.so -%%DATADIR%%/bin/Prowlarr.Update/libcoreclrtraceptprovider.so -%%DATADIR%%/bin/Prowlarr.Update/libdbgshim.so -%%DATADIR%%/bin/Prowlarr.Update/libhostfxr.so -%%DATADIR%%/bin/Prowlarr.Update/libhostpolicy.so -%%DATADIR%%/bin/Prowlarr.Update/libmscordaccore.so -%%DATADIR%%/bin/Prowlarr.Update/libmscordbi.so -%%DATADIR%%/bin/Prowlarr.Update/mscorlib.dll -%%DATADIR%%/bin/Prowlarr.Update/netstandard.dll %%DATADIR%%/bin/Prowlarr.deps.json %%DATADIR%%/bin/Prowlarr.dll %%DATADIR%%/bin/Prowlarr.pdb