From 914ae93aa9cf3ad75a37a05b917747db011759bf Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 13 Feb 2023 20:42:52 +0100 Subject: [PATCH] bear: bump version --- dev-util/bear/{bear-3.0.20.recipe => bear-3.1.0.recipe} | 8 +++----- .../patches/{bear-3.0.20.patchset => bear-3.1.0.patchset} | 0 2 files changed, 3 insertions(+), 5 deletions(-) rename dev-util/bear/{bear-3.0.20.recipe => bear-3.1.0.recipe} (93%) rename dev-util/bear/patches/{bear-3.0.20.patchset => bear-3.1.0.patchset} (100%) diff --git a/dev-util/bear/bear-3.0.20.recipe b/dev-util/bear/bear-3.1.0.recipe similarity index 93% rename from dev-util/bear/bear-3.0.20.recipe rename to dev-util/bear/bear-3.1.0.recipe index 2fd0942af..eeb918fec 100644 --- a/dev-util/bear/bear-3.0.20.recipe +++ b/dev-util/bear/bear-3.1.0.recipe @@ -7,11 +7,11 @@ cmake supports the generation of JSON compilation databases out of the box. \ For any other build system that does not support this, Bear can be used \ instead to intercept the invocation of the compiler." HOMEPAGE="https://github.com/rizsotto/Bear" -COPYRIGHT="2012-2022 by László Nagy" +COPYRIGHT="2012-2023 by László Nagy" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://github.com/rizsotto/Bear/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="45cfcdab07f824f6c06c9776701156f7a04b23eadd25ecbc88c188789a447cc7" +CHECKSUM_SHA256="33c1f4663d94508f11cbd999dd5571359be7d15b0f473f7cfbea2c0b3190a891" SOURCE_DIR="Bear-$portVersion" PATCHES="bear-$portVersion.patchset" @@ -21,8 +21,6 @@ SECONDARY_ARCHITECTURES="?x86" PROVIDES=" bear$secondaryArchSuffix = $portVersion cmd:bear = $portVersion compat >= 3 - cmd:citnames = $portVersion compat >= 3 - cmd:intercept = $portVersion compat >= 3 " REQUIRES=" haiku$secondaryArchSuffix @@ -74,7 +72,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libfmt$secondaryArchSuffix - devel:libgrpc$secondaryArchSuffix + devel:libgrpc$secondaryArchSuffix >= 29 devel:libgtest$secondaryArchSuffix devel:libspdlog$secondaryArchSuffix devel:nlohmann_json$secondaryArchSuffix diff --git a/dev-util/bear/patches/bear-3.0.20.patchset b/dev-util/bear/patches/bear-3.1.0.patchset similarity index 100% rename from dev-util/bear/patches/bear-3.0.20.patchset rename to dev-util/bear/patches/bear-3.1.0.patchset