From 0c34ed4d9f6a7bf5dab203647868da87e2a898d0 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 24 Nov 2015 17:20:44 +0000 Subject: [PATCH] libpcre: bump version. --- .../libpcre/{libpcre-8.37.recipe => libpcre-8.38.recipe} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dev-libs/libpcre/{libpcre-8.37.recipe => libpcre-8.38.recipe} (92%) diff --git a/dev-libs/libpcre/libpcre-8.37.recipe b/dev-libs/libpcre/libpcre-8.38.recipe similarity index 92% rename from dev-libs/libpcre/libpcre-8.37.recipe rename to dev-libs/libpcre/libpcre-8.38.recipe index d2b56bfd0..24245b8b9 100644 --- a/dev-libs/libpcre/libpcre-8.37.recipe +++ b/dev-libs/libpcre/libpcre-8.38.recipe @@ -14,14 +14,14 @@ COPYRIGHT=" 2007-2011, Google Inc. All rights reserved. " SOURCE_URI="https://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$portVersion.tar.bz2" -CHECKSUM_SHA256="51679ea8006ce31379fb0860e46dd86665d864b5020fc9cd19e71260eef4789d" +CHECKSUM_SHA256="b9e02d36e23024d6c02a2e5b25204b3a4fa6ade43e0a5f869f254f49535079df" REVISION="1" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86 x86_gcc2" PROVIDES=" libpcre${secondaryArchSuffix} = $portVersion - lib:libpcre${secondaryArchSuffix} = 1.2.5 compat >= 1 + lib:libpcre${secondaryArchSuffix} = 1.2.6 compat >= 1 lib:libpcrecpp${secondaryArchSuffix} = 0.0.1 compat >= 0 lib:libpcreposix${secondaryArchSuffix} = 0.0.3 compat >= 0 " @@ -92,7 +92,7 @@ TEST() PROVIDES_devel=" libpcre${secondaryArchSuffix}_devel = $portVersion cmd:pcre_config = $portVersion compat >= 8 - devel:libpcre$secondaryArchSuffix = 1.2.5 compat >= 1 + devel:libpcre$secondaryArchSuffix = 1.2.6 compat >= 1 devel:libpcrecpp$secondaryArchSuffix = 0.0.1 compat >= 0 devel:libpcreposix$secondaryArchSuffix = 0.0.3 compat >= 0 "