mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
openssl: relax version constraints; libqt: bump revision
* This doesn't fix packages with incorrect versionining on the openssl lib provides, e.g. libqt4, but will fix packages that depend on the package version rather than the individual lib provides.
This commit is contained in:
@@ -21,16 +21,16 @@ COPYRIGHT="
|
||||
1995-1998 Eric Young
|
||||
1998-2015 The OpenSSL Project.
|
||||
"
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PATCHES="openssl-1.0.2d.patchset"
|
||||
|
||||
PROVIDES="
|
||||
openssl$secondaryArchSuffix = $portVersion compat >= 1.0.2
|
||||
lib:libcrypto$secondaryArchSuffix = 1.0.0 compat >= 1.0
|
||||
lib:libssl$secondaryArchSuffix = 1.0.0 compat >= 1.0
|
||||
openssl$secondaryArchSuffix = $portVersion compat >= 1.0.0
|
||||
lib:libcrypto$secondaryArchSuffix = 1.0.0 compat >= 1.0.0
|
||||
lib:libssl$secondaryArchSuffix = 1.0.0 compat >= 1.0.0
|
||||
"
|
||||
if [ -z "$secondaryArchSuffix" ]; then
|
||||
PROVIDES="$PROVIDES
|
||||
@@ -108,8 +108,8 @@ TEST()
|
||||
|
||||
PROVIDES_devel="
|
||||
openssl${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libcrypto${secondaryArchSuffix} = 1.0.0 compat >= 1.0
|
||||
devel:libssl${secondaryArchSuffix} = 1.0.0 compat >= 1.0
|
||||
devel:libcrypto${secondaryArchSuffix} = 1.0.0 compat >= 1.0.0
|
||||
devel:libssl${secondaryArchSuffix} = 1.0.0 compat >= 1.0.0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
openssl${secondaryArchSuffix} == $portVersion base
|
||||
|
||||
@@ -9,7 +9,7 @@ CHECKSUM_SHA256="ccafded2407c6f45b9572145b4ddc3730a0b5bc26bdd70a26018b3d8ee95baf
|
||||
SOURCE_DIR="qt4-4.8.7-haiku-1"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2015 Digia Plc and/or its subsidiary(-ies)."
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user