mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
ruby: bump version.
* libruby is actually at version 2.2.0.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user