sword: update to openssl 3

This commit is contained in:
PulkoMandy
2024-08-24 16:53:00 +02:00
parent 6079c3b2e4
commit a35fc493a4

View File

@@ -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