openssl: rename recipe to avoid conflicts

As for libpng and others, there is ABI breakage between openSSL
versions, and we want to keep both versions installable side by side.
This commit is contained in:
Adrien Destugues
2017-08-19 21:09:59 +02:00
parent 9ab4ec3348
commit 8c5c0dcc27

View File

@@ -24,7 +24,7 @@ ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64 ?arm ?ppc"
SECONDARY_ARCHITECTURES="?x86_gcc2 x86 ?arm ?ppc" SECONDARY_ARCHITECTURES="?x86_gcc2 x86 ?arm ?ppc"
PROVIDES=" PROVIDES="
openssl$secondaryArchSuffix = $portVersion compat >= 1.1.0 openssl11$secondaryArchSuffix = $portVersion compat >= 1.1.0
lib:libcrypto$secondaryArchSuffix = 1.1 compat >= 1.1 lib:libcrypto$secondaryArchSuffix = 1.1 compat >= 1.1
lib:libssl$secondaryArchSuffix = 1.1 compat >= 1.1 lib:libssl$secondaryArchSuffix = 1.1 compat >= 1.1
" "
@@ -42,12 +42,12 @@ REQUIRES="
" "
PROVIDES_devel=" PROVIDES_devel="
openssl${secondaryArchSuffix}_devel = $portVersion openssl11${secondaryArchSuffix}_devel = $portVersion
devel:libcrypto${secondaryArchSuffix} = 1.1 compat >= 1.1 devel:libcrypto${secondaryArchSuffix} = 1.1 compat >= 1.1
devel:libssl${secondaryArchSuffix} = 1.1 compat >= 1.1 devel:libssl${secondaryArchSuffix} = 1.1 compat >= 1.1
" "
REQUIRES_devel=" REQUIRES_devel="
openssl${secondaryArchSuffix} == $portVersion base openssl11${secondaryArchSuffix} == $portVersion base
" "
BUILD_REQUIRES=" BUILD_REQUIRES="