libpcre: fix soname version.

This commit is contained in:
fbrosson
2017-02-05 03:13:35 +00:00
parent 1fac39d94d
commit 0ac9dc1c30

View File

@@ -9,7 +9,7 @@ COPYRIGHT="1997-2017 University of Cambridge
2007-2012, Google Inc. All rights reserved."
HOMEPAGE="http://www.pcre.org/"
LICENSE="PCRE"
REVISION="1"
REVISION="2"
SOURCE_URI="https://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$portVersion.tar.bz2"
CHECKSUM_SHA256="00e27a29ead4267e3de8111fcaa59b132d0533cdfdbdddf4b0604279acbcf4f4"
SOURCE_DIR="pcre-$portVersion"
@@ -19,7 +19,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
libpcre$secondaryArchSuffix = $portVersion
lib:libpcre$secondaryArchSuffix = 1.2.7 compat >= 1
lib:libpcre$secondaryArchSuffix = 1.2.8 compat >= 1
lib:libpcrecpp$secondaryArchSuffix = 0.0.1 compat >= 0
lib:libpcreposix$secondaryArchSuffix = 0.0.4 compat >= 0
"
@@ -37,7 +37,7 @@ REQUIRES="
PROVIDES_devel="
libpcre${secondaryArchSuffix}_devel = $portVersion
cmd:pcre_config$secondaryArchSuffix = $portVersion compat >= 8
devel:libpcre$secondaryArchSuffix = 1.2.7 compat >= 1
devel:libpcre$secondaryArchSuffix = 1.2.8 compat >= 1
devel:libpcrecpp$secondaryArchSuffix = 0.0.1 compat >= 0
devel:libpcreposix$secondaryArchSuffix = 0.0.4 compat >= 0
"