mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
libpcre2: bump version.
This commit is contained in:
@@ -7,11 +7,11 @@ even for building proprietary software.
|
||||
PCRE2 is a re-working of the original PCRE library to provide an entirely new \
|
||||
API."
|
||||
HOMEPAGE="http://www.pcre.org/"
|
||||
COPYRIGHT="1997-2016 University of Cambridge"
|
||||
COPYRIGHT="1997-2017 University of Cambridge"
|
||||
LICENSE="PCRE"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://downloads.sf.net/pcre/pcre2-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="dfc79b918771f02d33968bd34a749ad7487fa1014aeb787fad29dd392b78c56e"
|
||||
CHECKSUM_SHA256="90bd41c605d30e3745771eb81928d779f158081a51b2f314bbcc1f73de5773db"
|
||||
SOURCE_DIR="pcre2-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
@@ -19,10 +19,10 @@ SECONDARY_ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
libpcre2$secondaryArchSuffix = $portVersion compat >= 10
|
||||
lib:libpcre2_8$secondaryArchSuffix = 0.4.0 compat >= 0
|
||||
lib:libpcre2_16$secondaryArchSuffix = 0.4.0 compat >= 0
|
||||
lib:libpcre2_32$secondaryArchSuffix = 0.4.0 compat >= 0
|
||||
lib:libpcre2_posix$secondaryArchSuffix = 0.4.0 compat >= 0
|
||||
lib:libpcre2_8$secondaryArchSuffix = 0.6.0 compat >= 0
|
||||
lib:libpcre2_16$secondaryArchSuffix = 0.6.0 compat >= 0
|
||||
lib:libpcre2_32$secondaryArchSuffix = 0.6.0 compat >= 0
|
||||
lib:libpcre2_posix$secondaryArchSuffix = 2.0.0 compat >= 2
|
||||
cmd:pcre2grep$secondaryArchSuffix
|
||||
cmd:pcre2test$secondaryArchSuffix
|
||||
"
|
||||
@@ -36,12 +36,10 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
libpcre2${secondaryArchSuffix}_devel = $portVersion compat >= 10
|
||||
cmd:pcre2_config$secondaryArchSuffix = $portVersion compat >= 10
|
||||
devel:libpcre2$secondaryArchSuffix
|
||||
devel:libpcre2posix$secondaryArchSuffix
|
||||
devel:libpcre2_8$secondaryArchSuffix
|
||||
devel:libpcre2_16$secondaryArchSuffix
|
||||
devel:libpcre2_32$secondaryArchSuffix
|
||||
devel:libpcre2_posix$secondaryArchSuffix
|
||||
devel:libpcre2_8$secondaryArchSuffix = 0.6.0 compat >= 0
|
||||
devel:libpcre2_16$secondaryArchSuffix = 0.6.0 compat >= 0
|
||||
devel:libpcre2_32$secondaryArchSuffix = 0.6.0 compat >= 0
|
||||
devel:libpcre2_posix$secondaryArchSuffix = 2.0.0 compat >= 2
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libpcre2$secondaryArchSuffix == $portVersion base
|
||||
Reference in New Issue
Block a user