summaryrefslogtreecommitdiff
path: root/unison
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2011-04-18 11:35:57 +0200
committerJuergen Daubert <jue@jue.li>2011-04-18 11:35:57 +0200
commit04b0d8aafbef01768a9fdf98967d617e7822de2e (patch)
treea4942a9c3086f8192864e4c821b1df5f1a6a3fd7 /unison
parentb992f6700a408e4002bafb5b467a5131533a4296 (diff)
downloadopt-04b0d8aafbef01768a9fdf98967d617e7822de2e.tar.gz
opt-04b0d8aafbef01768a9fdf98967d617e7822de2e.tar.xz
unison: update to 2.40.63
Diffstat (limited to 'unison')
-rw-r--r--unison/.md5sum3
-rw-r--r--unison/Pkgfile10
-rw-r--r--unison/unison-2.32.52_ocaml-3.12.patch15
3 files changed, 5 insertions, 23 deletions
diff --git a/unison/.md5sum b/unison/.md5sum
index bbe629e12..e6ae0032b 100644
--- a/unison/.md5sum
+++ b/unison/.md5sum
@@ -1,2 +1 @@
-0701f095c1721776a0454b94607eda48 unison-2.32.52.tar.gz
-77b47f43c2953f09ed53989f4b7d37db unison-2.32.52_ocaml-3.12.patch
+3281207850cf6f0a17fe73f371893bd3 unison-2.40.63.tar.gz
diff --git a/unison/Pkgfile b/unison/Pkgfile
index 46f243944..6517ab682 100644
--- a/unison/Pkgfile
+++ b/unison/Pkgfile
@@ -5,15 +5,13 @@
# Depends on: ocaml
name=unison
-version=2.32.52
-release=2
-source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$name-$version/$name-$version.tar.gz
- $name-${version}_ocaml-3.12.patch)
+version=2.40.63
+release=1
+source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$name-$version/$name-$version.tar.gz)
build() {
cd $name-$version
- patch -p1 -i $SRC/$name-${version}_ocaml-3.12.patch
unset CFLAGS CXXFLAGS
- make -j1 UISTYLE=text THREADS=true
+ make -j1 UISTYLE=text THREADS=true unison
install -D -m 755 unison $PKG/usr/bin/unison
}
diff --git a/unison/unison-2.32.52_ocaml-3.12.patch b/unison/unison-2.32.52_ocaml-3.12.patch
deleted file mode 100644
index bdd702faf..000000000
--- a/unison/unison-2.32.52_ocaml-3.12.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-# http://lists.seas.upenn.edu/pipermail/unison-hackers/2010-July/001437.html
-# http://tech.groups.yahoo.com/group/unison-users/message/9348
-
-diff -Nru unison-2.32.52.orig/update.mli unison-2.32.52/update.mli
---- unison-2.32.52.orig/update.mli 2010-08-29 19:47:19.747218034 +0200
-+++ unison-2.32.52/update.mli 2010-08-29 19:48:14.182482609 +0200
-@@ -1,7 +1,7 @@
- (* Unison file synchronizer: src/update.mli *)
- (* Copyright 1999-2009, Benjamin C. Pierce (see COPYING for details) *)
-
--module NameMap : Map.S with type key = Name.t
-+module NameMap : MyMap.S with type key = Name.t
-
- type archive =
- ArchiveDir of Props.t * archive NameMap.t

Generated by cgit