From a35fc493a4ce2a94eb9c1be39ae85809d5bd319d Mon Sep 17 00:00:00 2001 From: PulkoMandy Date: Sat, 24 Aug 2024 16:53:00 +0200 Subject: [PATCH] sword: update to openssl 3 --- app-text/sword/sword-1.8.1.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/sword/sword-1.8.1.recipe b/app-text/sword/sword-1.8.1.recipe index 99898e358..0bc24ddbb 100644 --- a/app-text/sword/sword-1.8.1.recipe +++ b/app-text/sword/sword-1.8.1.recipe @@ -8,7 +8,7 @@ the Bible, and have a growing collection of over 200 texts in over 50 languages. HOMEPAGE="http://www.crosswire.org/sword" COPYRIGHT="1998-2018 CrossWire Bible Society" LICENSE="GNU GPL v2" -REVISION="6" +REVISION="7" SOURCE_URI="http://www.crosswire.org/ftpmirror/pub/sword/source/v${portVersion%.*}/sword-$portVersion.tar.gz" CHECKSUM_SHA256="ce9aa8f721a737f406115d35ff438bd07c829fce1605f0d6dcdabc4318bc5e93" PATCHES="sword-$portVersion.patchset" @@ -69,14 +69,14 @@ BUILD_REQUIRES=" devel:libclucene_core$secondaryArchSuffix devel:libclucene_shared$secondaryArchSuffix devel:libcppunit$secondaryArchSuffix - devel:libcrypto$secondaryArchSuffix + devel:libcrypto$secondaryArchSuffix >= 3 devel:libcurl$secondaryArchSuffix devel:libicudata$secondaryArchSuffix >= 74 devel:libicui18n$secondaryArchSuffix >= 74 devel:libicuio$secondaryArchSuffix >= 74 devel:libicuuc$secondaryArchSuffix >= 74 devel:libnghttp2$secondaryArchSuffix - devel:libssl$secondaryArchSuffix + devel:libssl$secondaryArchSuffix >= 3 " BUILD_PREREQUIRES=" cmd:awk