From f37c397e4fc9f762ff713d557ec8fdc67bdf9375 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 29 Sep 2017 18:43:15 +0200 Subject: [PATCH] ruby: bump version. * libruby is actually at version 2.2.0. --- .../{ruby-2.2.7.patchset => ruby-2.2.8.patchset} | 0 .../ruby/{ruby-2.2.7.recipe => ruby-2.2.8.recipe} | 13 ++++++------- 2 files changed, 6 insertions(+), 7 deletions(-) rename dev-lang/ruby/patches/{ruby-2.2.7.patchset => ruby-2.2.8.patchset} (100%) rename dev-lang/ruby/{ruby-2.2.7.recipe => ruby-2.2.8.recipe} (87%) diff --git a/dev-lang/ruby/patches/ruby-2.2.7.patchset b/dev-lang/ruby/patches/ruby-2.2.8.patchset similarity index 100% rename from dev-lang/ruby/patches/ruby-2.2.7.patchset rename to dev-lang/ruby/patches/ruby-2.2.8.patchset diff --git a/dev-lang/ruby/ruby-2.2.7.recipe b/dev-lang/ruby/ruby-2.2.8.recipe similarity index 87% rename from dev-lang/ruby/ruby-2.2.7.recipe rename to dev-lang/ruby/ruby-2.2.8.recipe index 8748add64..f3df29f79 100644 --- a/dev-lang/ruby/ruby-2.2.7.recipe +++ b/dev-lang/ruby/ruby-2.2.8.recipe @@ -13,10 +13,10 @@ HOMEPAGE="http://www.ruby-lang.org/" COPYRIGHT="1993-2017 Yukihiro Matsumoto" LICENSE="Ruby BSD (3-clause)" -REVISION="2" +REVISION="1" SOURCE_URI="http://cache.ruby-lang.org/pub/ruby/2.2/ruby-$portVersion.tar.gz" -CHECKSUM_SHA256="374184c6c5bbc88fb7bad422368d4053a236fb6587f0eff76146dcba57f93da5" -PATCHES="ruby-2.2.7.patchset" +CHECKSUM_SHA256="8f37b9d8538bf8e50ad098db2a716ea49585ad1601bbd347ef84ca0662d9268a" +PATCHES="ruby-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" @@ -31,7 +31,7 @@ PROVIDES=" cmd:ri = $portVersion compat >= 2.2 cmd:ruby = $portVersion compat >= 2.2 cmd:testrb = $portVersion compat >= 2.2 - lib:libruby$secondaryArchSuffix = $portVersion compat >= 2.2 + lib:libruby$secondaryArchSuffix = 2.2.0 compat >= 2.2 " REQUIRES=" haiku$secondaryArchSuffix @@ -46,9 +46,8 @@ REQUIRES=" PROVIDES_devel=" ruby${secondaryArchSuffix}_devel = $portVersion - devel:libruby$secondaryArchSuffix = $portVersion compat >= 2.2 - devel:libruby_static$secondaryArchSuffix = $portVersion compat >= 2.2 - lib:libruby_static$secondaryArchSuffix = $portVersion compat >= 2.2 + devel:libruby$secondaryArchSuffix = 2.2.0 compat >= 2.2 + devel:libruby_static$secondaryArchSuffix = 2.2.0 compat >= 2.2 " REQUIRES_devel=" ruby$secondaryArchSuffix == $portVersion base