Fix some occurrences of _devel$secondaryArchSuffix

This commit is contained in:
Jérôme Duval
2016-03-15 23:45:15 +01:00
parent 01e27ae578
commit 44b7fdc352
5 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ following:
HOMEPAGE="http://apr.apache.org/"
COPYRIGHT="2012 The Apache Software Foundation"
LICENSE="Apache v2"
REVISION="1"
REVISION="2"
SOURCE_URI="http://archive.apache.org/dist/apr/apr-$portVersion.tar.gz"
CHECKSUM_SHA256="1af06e1720a58851d90694a984af18355b65bb0d047be03ec7d659c746d6dbdb"
PATCHES="apr-$portVersion.patch"
@@ -41,7 +41,7 @@ REQUIRES="
"
PROVIDES_devel="
apr_devel$secondaryArchSuffix = portVersion compat >= 1
apr${secondaryArchSuffix}_devel = portVersion compat >= 1
cmd:apr_1_config$secondaryArchSuffix = portVersion compat >= 1
devel:libapr_1$secondaryArchSuffix = 0.5.2 compat >= 0
"

View File

@@ -10,7 +10,7 @@ deficiencies or features."
HOMEPAGE="http://apr.apache.org/"
COPYRIGHT="2011 The Apache Software Foundation."
LICENSE="Apache v2"
REVISION="1"
REVISION="2"
SOURCE_URI="http://archive.apache.org/dist/apr/apr-util-$portVersion.tar.gz"
CHECKSUM_SHA256="976a12a59bc286d634a21d7be0841cc74289ea9077aa1af46be19d1a6e844c19"
SOURCE_DIR="apr-util-$portVersion"
@@ -31,7 +31,7 @@ REQUIRES="
"
PROVIDES_devel="
apr_util_devel$secondaryArchSuffix = portVersion compat >= 1
apr_util${secondaryArchSuffix}_devel = portVersion compat >= 1
cmd:apu_1_config$secondaryArchSuffix = $portVersion compat >= 1
devel:libaprutil_1$secondaryArchSuffix = 0.5.4 compat >= 0
"