aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Flatt2014-07-23 13:48:22 +0100
committerMike McQuaid2014-07-24 08:53:51 +0100
commit857db5657c2580463529aaf3c003f76ca6f635d3 (patch)
tree4c3806f347189fa10a8486b0412df4cf1ee816d0
parentafe760c25dcc0843da03b211f1978b4167cb0152 (diff)
downloadhomebrew-857db5657c2580463529aaf3c003f76ca6f635d3.tar.bz2
plt-racket: use source distribution.
A source distribution for a release is configured with a suitable package catalog, which avoids the problem reported as Racket PR 14648 (query at http://bugs.racket-lang.org/). Using the "builtpkgs" variant of the source distribution makes the installation work with pre-built packages, which enables faster installs of Racket packages.
-rw-r--r--Library/Formula/plt-racket.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/plt-racket.rb b/Library/Formula/plt-racket.rb
index 2baceb926..c729cdf59 100644
--- a/Library/Formula/plt-racket.rb
+++ b/Library/Formula/plt-racket.rb
@@ -2,11 +2,12 @@ require "formula"
class PltRacket < Formula
homepage "http://racket-lang.org/"
- url "https://github.com/plt/racket/archive/v6.0.1.tar.gz"
- sha1 "c459860b5bc9c37f6e5d9f3e74ae8fcdd44ef45e"
+ url "http://mirror.racket-lang.org/installers/6.0.1/racket-minimal-6.0.1-src-builtpkgs.tgz"
+ sha1 "41bc76a8e0ffb5d2b108d52faeca1d6ed71a4318"
+ version "6.0.1"
def install
- cd 'racket/src' do
+ cd 'src' do
args = ["--disable-debug", "--disable-dependency-tracking",
"--enable-macprefix",
"--prefix=#{prefix}",