openssl3: unprefix openssl and c_rehash commands

These should be the ones used by default now.
This commit is contained in:
Adrien Destugues
2024-09-01 09:28:35 +02:00
parent 5ecf16af76
commit dd7412649d

View File

@@ -15,7 +15,7 @@ HOMEPAGE="https://www.openssl.org/"
COPYRIGHT="1995-1998 Eric Young
1998-2024 The OpenSSL Project"
LICENSE="OpenSSL"
REVISION="1"
REVISION="2"
SOURCE_URI="https://www.openssl.org/source/openssl-$portVersion.tar.gz"
CHECKSUM_SHA256="eeca035d4dd4e84fc25846d952da6297484afa0650a6f84c682e39df3a4123ca"
SOURCE_DIR="openssl-$portVersion"
@@ -34,8 +34,8 @@ PROVIDES="
"
if [ -z "$secondaryArchSuffix" ]; then
PROVIDES="$PROVIDES
cmd:c_rehash_3 = $portVersion compat >= 3
cmd:openssl_3 = $portVersion compat >= 3
cmd:c_rehash = $portVersion compat >= 3
cmd:openssl = $portVersion compat >= 3
"
fi
@@ -91,7 +91,7 @@ if [ -n "$secondaryArchSuffix" ]; then
maybe_binDir_runtimes=
else
maybe_binDir_runtimes="
$binDir/openssl_3 \
$binDir/openssl \
"
fi
@@ -147,9 +147,6 @@ INSTALL()
rm -rf $dataRootDir/ssl
rm -rf $documentationDir
else
mv $binDir/openssl $binDir/openssl_3
mv $binDir/c_rehash $binDir/c_rehash_3
# man package
packageEntries man \
$manDir