From 1bb514718f99fef84bf1b829e440031ec4d4ff01 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Wed, 21 Feb 2018 19:00:17 +0000 Subject: [PATCH] check: bump to 0.12.0, bring back 0.10.0 for x86_gcc2. (#2238) 0.10.0 is the last release that works on x86_gcc2 primary arch. --- .../{check-0.9.14.recipe => check-0.10.0.recipe} | 11 ++++++----- .../{check-0.11.0.recipe => check-0.12.0.recipe} | 9 ++++----- .../{check-0.11.0.patch => check-0.10.0.patch} | 0 3 files changed, 10 insertions(+), 10 deletions(-) rename dev-libs/check/{check-0.9.14.recipe => check-0.10.0.recipe} (79%) rename dev-libs/check/{check-0.11.0.recipe => check-0.12.0.recipe} (87%) rename dev-libs/check/patches/{check-0.11.0.patch => check-0.10.0.patch} (100%) diff --git a/dev-libs/check/check-0.9.14.recipe b/dev-libs/check/check-0.10.0.recipe similarity index 79% rename from dev-libs/check/check-0.9.14.recipe rename to dev-libs/check/check-0.10.0.recipe index ee2cfca74..33f025f6a 100644 --- a/dev-libs/check/check-0.9.14.recipe +++ b/dev-libs/check/check-0.10.0.recipe @@ -5,13 +5,14 @@ Tests are run in a separate address space, so both assertion failures and code \ errors that cause segmentation faults or other signals can be caught. Test \ results are reportable in the following: Subunit, TAP, XML, and a generic \ logging format." -HOMEPAGE="http://check.sourceforge.net/" -COPYRIGHT="2001-2014 Arien Malec, Branden Archer, Chris Pickett, Fredrik \ +HOMEPAGE="https://libcheck.github.io/check/" +COPYRIGHT="2001-2017 Arien Malec, Branden Archer, Chris Pickett, Fredrik \ Hugosson, and Robert Lemmen." LICENSE="GNU LGPL v2.1" REVISION="4" -SOURCE_URI="http://sourceforge.net/projects/check/files/check/$portVersion/check-$portVersion.tar.gz" -CHECKSUM_SHA256="c272624645b1b738cf57fd5d81a3e4d9b722b99d6133ee3f3c4007d4d279840a" +SOURCE_URI="https://github.com/libcheck/check/releases/download/$portVersion/check-$portVersion.tar.gz" +CHECKSUM_SHA256="f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052" +PATCHES="check-$portVersion.patch" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" @@ -51,7 +52,7 @@ BUILD_PREREQUIRES=" BUILD() { - runConfigure ./configure --disable-static + MAKEINFO=true runConfigure ./configure --disable-static make $jobArgs } diff --git a/dev-libs/check/check-0.11.0.recipe b/dev-libs/check/check-0.12.0.recipe similarity index 87% rename from dev-libs/check/check-0.11.0.recipe rename to dev-libs/check/check-0.12.0.recipe index 0317c2232..17545e24e 100644 --- a/dev-libs/check/check-0.11.0.recipe +++ b/dev-libs/check/check-0.12.0.recipe @@ -6,15 +6,14 @@ errors that cause segmentation faults or other signals can be caught. Test \ results are reportable in the following: Subunit, TAP, XML, and a generic \ logging format." HOMEPAGE="https://libcheck.github.io/check/" -COPYRIGHT="2001-2015 Arien Malec, Branden Archer, Chris Pickett, Fredrik \ +COPYRIGHT="2001-2017 Arien Malec, Branden Archer, Chris Pickett, Fredrik \ Hugosson, and Robert Lemmen." LICENSE="GNU LGPL v2.1" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/libcheck/check/releases/download/$portVersion/check-$portVersion.tar.gz" -CHECKSUM_SHA256="24f7a48aae6b74755bcbe964ce8bc7240f6ced2141f8d9cf480bc3b3de0d5616" -PATCHES="check-$portVersion.patch" +CHECKSUM_SHA256="464201098bee00e90f5c4bdfa94a5d3ead8d641f9025b560a27755a83b824234" -ARCHITECTURES="!x86_gcc2 x86_64" +ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" PROVIDES=" diff --git a/dev-libs/check/patches/check-0.11.0.patch b/dev-libs/check/patches/check-0.10.0.patch similarity index 100% rename from dev-libs/check/patches/check-0.11.0.patch rename to dev-libs/check/patches/check-0.10.0.patch