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:
Jessica Hamilton
2015-11-27 09:35:32 +13:00
parent 5b4d5d1f98
commit 10e7df6221
2 changed files with 7 additions and 7 deletions

View File

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

View File

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