mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
poco, revbump, switch to ssl3 (#11467)
This commit is contained in:
@@ -5,7 +5,7 @@ and embedded systems."
|
||||
HOMEPAGE="https://pocoproject.org/"
|
||||
COPYRIGHT="pocoproject"
|
||||
LICENSE="Boost v1.0"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/pocoproject/poco/archive/refs/tags/poco-1.12.4-release.tar.gz"
|
||||
CHECKSUM_SHA256="71ef96c35fced367d6da74da294510ad2c912563f12cd716ab02b6ed10a733ef"
|
||||
SOURCE_DIR="poco-poco-1.12.4-release/"
|
||||
@@ -41,6 +41,7 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libcrypto$secondaryArchSuffix
|
||||
lib:libexpat$secondaryArchSuffix
|
||||
lib:libpcre2_32$secondaryArchSuffix
|
||||
lib:libssl$secondaryArchSuffix
|
||||
@@ -73,9 +74,10 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libcrypto$secondaryArchSuffix >= 3
|
||||
devel:libexpat$secondaryArchSuffix
|
||||
devel:libpcre2_32$secondaryArchSuffix
|
||||
devel:libssl$secondaryArchSuffix
|
||||
devel:libssl$secondaryArchSuffix >= 3
|
||||
devel:libsqlite3$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user