diff options
| author | Seung Cheol Jung | 2012-12-30 23:41:42 +0900 |
|---|---|---|
| committer | Adam Vandenberg | 2012-12-30 16:45:07 -0800 |
| commit | 36e1eed47988cb03c8bff1e8dce60ad13b07af02 (patch) | |
| tree | 48c7fd48655fa432820da4f51acee045327f723b /Library/Formula | |
| parent | 8153a282ebc9e023a5d3e8fa7981c1e5e07eb733 (diff) | |
| download | homebrew-36e1eed47988cb03c8bff1e8dce60ad13b07af02.tar.bz2 | |
opam: update cudf download URL
Closes #16801.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/opam.rb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Library/Formula/opam.rb b/Library/Formula/opam.rb index 3848e9f22..01c48d196 100644 --- a/Library/Formula/opam.rb +++ b/Library/Formula/opam.rb @@ -7,6 +7,11 @@ class Opam < Formula depends_on "objective-caml" + # Temporary patch until the next release + def patches + DATA + end + def install system "./configure", "--prefix=#{prefix}" system "make" @@ -31,3 +36,19 @@ class Opam < Formula EOS end end + + +__END__ +diff --git a/src_ext/Makefile b/src_ext/Makefile +index 29a9dc6..c5750b3 100644 +--- a/src_ext/Makefile ++++ b/src_ext/Makefile +@@ -8,7 +8,7 @@ depends.ocp: depends.ocp.boot + clone: cudf.stamp extlib.stamp ocaml-re.stamp ocamlgraph.stamp dose.stamp cmdliner.stamp + + cudf-0.6.3.tar.gz: +- $(FETCH) -k https://gforge.inria.fr/frs/download.php/31543/cudf-0.6.3.tar.gz ++ $(FETCH) -k https://gforge.inria.fr/frs/download.php/31910/cudf-0.6.3.tar.gz + + cudf.stamp: cudf-0.6.3.tar.gz + tar xfz cudf-0.6.3.tar.gz |
