From 1dce294be98df6b0ac466bcb2051d8074edb83ac Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 29 Aug 2017 22:07:21 +0200 Subject: [PATCH] libpcre2: bump version. --- ...re2-10.23.recipe => libpcre2-10.30.recipe} | 24 +++++++++---------- 1 file changed, 11 insertions(+), 13 deletions(-) rename dev-libs/libpcre2/{libpcre2-10.23.recipe => libpcre2-10.30.recipe} (80%) diff --git a/dev-libs/libpcre2/libpcre2-10.23.recipe b/dev-libs/libpcre2/libpcre2-10.30.recipe similarity index 80% rename from dev-libs/libpcre2/libpcre2-10.23.recipe rename to dev-libs/libpcre2/libpcre2-10.30.recipe index 51472d270..1298c3d76 100644 --- a/dev-libs/libpcre2/libpcre2-10.23.recipe +++ b/dev-libs/libpcre2/libpcre2-10.30.recipe @@ -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