From 261968cacfe446475c46872aa4ef53e798cca98b Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 4 May 2015 20:56:36 +0000 Subject: [PATCH] libpcre: bump version --- .../libpcre/{libpcre-8.36.recipe => libpcre-8.37.recipe} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dev-libs/libpcre/{libpcre-8.36.recipe => libpcre-8.37.recipe} (92%) diff --git a/dev-libs/libpcre/libpcre-8.36.recipe b/dev-libs/libpcre/libpcre-8.37.recipe similarity index 92% rename from dev-libs/libpcre/libpcre-8.36.recipe rename to dev-libs/libpcre/libpcre-8.37.recipe index b2c65fe5e..56ceb23cc 100644 --- a/dev-libs/libpcre/libpcre-8.36.recipe +++ b/dev-libs/libpcre/libpcre-8.37.recipe @@ -14,14 +14,14 @@ COPYRIGHT=" 2007-2011, Google Inc. All rights reserved. " SRC_URI="https://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$portVersion.tar.bz2" -CHECKSUM_SHA256="ef833457de0c40e82f573e34528f43a751ff20257ad0e86d272ed5637eb845bb" +CHECKSUM_SHA256="51679ea8006ce31379fb0860e46dd86665d864b5020fc9cd19e71260eef4789d" REVISION="1" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86 x86_gcc2" PROVIDES=" libpcre${secondaryArchSuffix} = $portVersion - lib:libpcre${secondaryArchSuffix} = 1.2.4 compat >= 1 + lib:libpcre${secondaryArchSuffix} = 1.2.5 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.4 compat >= 1 + devel:libpcre$secondaryArchSuffix = 1.2.5 compat >= 1 devel:libpcrecpp$secondaryArchSuffix = 0.0.1 compat >= 0 devel:libpcreposix$secondaryArchSuffix = 0.0.3 compat >= 0 "