aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Christianson2011-06-13 12:21:19 -0400
committerAdam Vandenberg2011-06-13 13:51:44 -0700
commit5e494c29421ea5332a4323fb66c2affbc32d7750 (patch)
treebbd63213a7b78440769d89b0a25473fdbf297859
parenta8540ba7a61b92c949ef9816930c123ec56ff8d2 (diff)
downloadhomebrew-5e494c29421ea5332a4323fb66c2affbc32d7750.tar.bz2
unison 2.40.61
Previous 64-bit patch is no longer needed. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/unison.rb10
1 files changed, 3 insertions, 7 deletions
diff --git a/Library/Formula/unison.rb b/Library/Formula/unison.rb
index 14d2ee6f6..ce7770ed4 100644
--- a/Library/Formula/unison.rb
+++ b/Library/Formula/unison.rb
@@ -1,20 +1,16 @@
require 'formula'
class Unison < Formula
- url 'http://www.seas.upenn.edu/~bcpierce/unison//download/releases/unison-2.32.52/unison-2.32.52.tar.gz'
+ url 'http://www.seas.upenn.edu/~bcpierce/unison//download/releases/unison-2.40.61/unison-2.40.61.tar.gz'
homepage 'http://www.cis.upenn.edu/~bcpierce/unison/'
- md5 '0701f095c1721776a0454b94607eda48'
+ md5 '9d48796b115704321c6a4a50dd0928ee'
depends_on 'objective-caml'
- def patches
- # this is used to fix the 64-bit build bug as described in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585453
- {:p1 => 'http://git.debian.org/?p=pkg-ocaml-maint/packages/unison.git;a=blob_plain;f=debian/patches/debbug585453_mymap.dpatch;hb=5ae435235d324efe54057a29cda5753609a8ad3c'}
- end
-
def install
ENV.j1
ENV.delete "CFLAGS" # ocamlopt reads CFLAGS but doesn't understand common options
+ system "make ./mkProjectInfo"
system "make UISTYLE=text"
bin.install 'unison'
end