From 24b7221d8f672995b126f271d504464fda8bdc62 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Wed, 13 Nov 2024 10:07:56 +0800 Subject: [PATCH] abaddon: depend on mdebtls3, revbump See: https://trac.macports.org/ticket/71283 --- net/abaddon/Portfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/abaddon/Portfile b/net/abaddon/Portfile index f6bda4412021c..07089a6ff9036 100644 --- a/net/abaddon/Portfile +++ b/net/abaddon/Portfile @@ -14,7 +14,7 @@ if {${configure.cxx_stdlib} eq "libc++"} { } github.setup uowuo abaddon 0.2.1 v -revision 2 +revision 3 categories net www license GPL-3 maintainers {@barracuda156 gmail.com:vital.had} openmaintainer @@ -72,7 +72,7 @@ cmake.module_path-append \ ${prefix}/lib/libfmt${libfmt_ver}/cmake depends_build-append \ - port:pkgconfig + path:bin/pkg-config:pkgconfig depends_lib-append port:curl \ port:libfmt${libfmt_ver} \ port:fontconfig \ @@ -82,6 +82,7 @@ depends_lib-append port:curl \ port:libhandy \ port:libopus \ port:libsodium \ + port:mbedtls3 \ port:nlohmann-json \ port:rnnoise \ port:spdlog \