From 8cbcbfd30fd8557e46645fb3fad7be96028ce679 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 25 Aug 2024 14:33:58 +0200 Subject: [PATCH] qt6_networkauth, revbump for openssl3 (#10886) --- dev-qt/qt6-networkauth/qt6_networkauth-6.7.0.recipe | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-qt/qt6-networkauth/qt6_networkauth-6.7.0.recipe b/dev-qt/qt6-networkauth/qt6_networkauth-6.7.0.recipe index 3a381f8e8..c1f68d9f0 100644 --- a/dev-qt/qt6-networkauth/qt6_networkauth-6.7.0.recipe +++ b/dev-qt/qt6-networkauth/qt6_networkauth-6.7.0.recipe @@ -8,7 +8,7 @@ COPYRIGHT="2015-2024 The Qt Company Ltd." LICENSE="GNU LGPL v2.1 GNU LGPL v3 GNU FDL v1" -REVISION="1" +REVISION="2" QT_MIRROR_URI="https://qt-mirror.dannhauer.de/archive" SOURCE_URI="$QT_MIRROR_URI/qt/${portVersion%.*}/$portVersion/submodules/qtnetworkauth-everywhere-src-$portVersion.tar.xz" CHECKSUM_SHA256="993105616ff0223d3d826e2a497440035721c6e1acdae232935fae3bcfa74a45" @@ -40,10 +40,10 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libcrypto$secondaryArchSuffix - devel:libQt6Core$secondaryArchSuffix - devel:libQt6Network$secondaryArchSuffix - devel:libssl$secondaryArchSuffix + devel:libcrypto$secondaryArchSuffix >= 3 + devel:libQt6Core$secondaryArchSuffix == $portVersion + devel:libQt6Network$secondaryArchSuffix == $portVersion + devel:libssl$secondaryArchSuffix >= 3 " BUILD_PREREQUIRES=" cmd:awk