rakudo-star 2013.11

Closes Homebrew/homebrew#24646.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Rob Hoelz 2013-11-25 14:54:44 +01:00 committed by Mike McQuaid
parent 2eeb785b2e
commit 73011f697c
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class RakudoStar < Formula
homepage 'http://rakudo.org/'
url 'http://rakudo.org/downloads/star/rakudo-star-2013.10.tar.gz'
sha256 'cbc6c8b976d19d351eaf1fb0257e971a534c385252ed50b59b41b2459245e4cf'
url 'http://rakudo.org/downloads/star/rakudo-star-2013.11.tar.gz'
sha256 '7f867f0e4ce7fee7c0f8ecf207d8cb118c334bc71b1a849c0dfa6aa11fd8b4fe'
conflicts_with 'parrot'
@ -18,7 +18,7 @@ class RakudoStar < Formula
ENV.prepend 'CPPFLAGS', "-I#{libffi.lib}/libffi-#{libffi.version}/include"
ENV.j1 # An intermittent race condition causes random build failures.
system "perl", "Configure.pl", "--prefix=#{prefix}", "--gen-parrot"
system "perl", "Configure.pl", "--prefix=#{prefix}", "--backends=parrot", "--gen-parrot"
system "make"
system "make install"
# move the man pages out of the top level into share.