From f584191c5cc5b8b3c0b53fe6779dbad9e9dde5f8 Mon Sep 17 00:00:00 2001 From: Anil Madhavapeddy Date: Thu, 3 Jan 2013 10:17:11 +0000 Subject: opam-0.8.3 Closes #16862. Signed-off-by: Adam Vandenberg --- Library/Formula/opam.rb | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/opam.rb b/Library/Formula/opam.rb index 01c48d196..066692e7c 100644 --- a/Library/Formula/opam.rb +++ b/Library/Formula/opam.rb @@ -2,16 +2,11 @@ require 'formula' class Opam < Formula homepage 'https://github.com/OCamlPro/opam' - url 'https://github.com/OCamlPro/opam/tarball/0.8.2' - sha1 'a1a16cda2c58064d2f7e644da5fb045783d7b23d' + url 'https://github.com/OCamlPro/opam/tarball/0.8.3' + sha1 '92339757360abce0a18aab313c1b8e656b83d61f' depends_on "objective-caml" - # Temporary patch until the next release - def patches - DATA - end - def install system "./configure", "--prefix=#{prefix}" system "make" @@ -36,19 +31,3 @@ 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 -- cgit v1.2.3