neon: use openssl 3

This commit is contained in:
PulkoMandy
2024-08-24 11:01:54 +02:00
parent ae179d3b01
commit e2c3c3a3b2

View File

@@ -20,7 +20,7 @@ HOMEPAGE="https://notroj.github.io/neon/
https://github.com/notroj/neon"
COPYRIGHT="1999-2021 Joe Orton and others"
LICENSE="GNU LGPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://notroj.github.io/neon/neon-$portVersion.tar.gz"
CHECKSUM_SHA256="4872e12f802572dedd4b02f870065814b2d5141f7dbdaf708eedab826b51a58a"
PATCHES="neon-$portVersion.patchset"
@@ -62,9 +62,9 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libncurses$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
devel:libxml2$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"