From 9443ac11679cd036451164d25daceca94a32cf5a Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 2 May 2019 20:14:08 +0200 Subject: [PATCH] orc: bump version. --- .../orc/{orc-0.4.28.recipe => orc-0.4.29.recipe} | 14 +++++++------- .../{orc-0.4.28.patchset => orc-0.4.29.patchset} | 0 2 files changed, 7 insertions(+), 7 deletions(-) rename dev-lang/orc/{orc-0.4.28.recipe => orc-0.4.29.recipe} (78%) rename dev-lang/orc/patches/{orc-0.4.28.patchset => orc-0.4.29.patchset} (100%) diff --git a/dev-lang/orc/orc-0.4.28.recipe b/dev-lang/orc/orc-0.4.29.recipe similarity index 78% rename from dev-lang/orc/orc-0.4.28.recipe rename to dev-lang/orc/orc-0.4.29.recipe index a3e98a9d5..d642ef2ae 100644 --- a/dev-lang/orc/orc-0.4.28.recipe +++ b/dev-lang/orc/orc-0.4.29.recipe @@ -13,7 +13,7 @@ COPYRIGHT=" LICENSE="BSD (2-clause)" REVISION="1" SOURCE_URI="https://gstreamer.freedesktop.org/src/orc/orc-$portVersion.tar.xz" -CHECKSUM_SHA256="bfcd7c6563b05672386c4eedfc4c0d4a0a12b4b4775b74ec6deb88fc2bcd83ce" +CHECKSUM_SHA256="4f8901f9144b5ec17dffdb33548b5f4c7f8049b0d1023be3462cdd64ec5a3ab2" PATCHES="orc-$portVersion.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -21,8 +21,8 @@ SECONDARY_ARCHITECTURES="x86" PROVIDES=" orc$secondaryArchSuffix = $portVersion compat >= 0 - lib:liborc_0.4$secondaryArchSuffix = 0.28.0 compat >= 0 - lib:liborc_test_0.4$secondaryArchSuffix = 0.28.0 compat >= 0 + lib:liborc_0.4$secondaryArchSuffix = 0.29.0 compat >= 0 + lib:liborc_test_0.4$secondaryArchSuffix = 0.29.0 compat >= 0 " REQUIRES=" haiku$secondaryArchSuffix @@ -30,10 +30,10 @@ REQUIRES=" PROVIDES_devel=" orc${secondaryArchSuffix}_devel = $portVersion compat >= 0.4 - cmd:orc_bugreport$secondaryArchSuffix = 0.28.0 compat >= 0 - cmd:orcc$secondaryArchSuffix = 0.28.0 compat >= 0 - devel:liborc_0.4$secondaryArchSuffix = 0.28.0 compat >= 0 - devel:liborc_test_0.4$secondaryArchSuffix = 0.28.0 compat >= 0 + cmd:orc_bugreport$secondaryArchSuffix + cmd:orcc$secondaryArchSuffix + devel:liborc_0.4$secondaryArchSuffix = 0.29.0 compat >= 0 + devel:liborc_test_0.4$secondaryArchSuffix = 0.29.0 compat >= 0 " REQUIRES_devel=" haiku$secondaryArchSuffix diff --git a/dev-lang/orc/patches/orc-0.4.28.patchset b/dev-lang/orc/patches/orc-0.4.29.patchset similarity index 100% rename from dev-lang/orc/patches/orc-0.4.28.patchset rename to dev-lang/orc/patches/orc-0.4.29.patchset