[Lunar-commits] <moonbase> unison: version bump to 2.40.61

Duncan Gibson engelsman at lunar-linux.org
Sun Jan 30 21:11:09 CET 2011


commit b98e4720d31e8b6918947a446634a1d549cdb39d
Author: Guillaume <sirocco at gmx.fr>
Date:   Sun Jan 30 21:11:09 2011 +0100

    unison: version bump to 2.40.61
    
    If I'm right the version of unison which is in moonbase cannot compile.
    unison 2.40.61 is the latest stable version.
    
    Guillaume
---
 net/unison/BUILD   |   11 +++++------
 net/unison/DETAILS |    6 +++---
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/net/unison/BUILD b/net/unison/BUILD
index 3598430..7d1354b 100644
--- a/net/unison/BUILD
+++ b/net/unison/BUILD
@@ -1,17 +1,16 @@
 (
 
-# This sedit fixes this build failure;
-# Error: The implementation /usr/src/unison-2.32.52/update.ml
-#       does not match the interface update.cmi:
-#       Modules do not match:
-  sedit "s:Map.S with type key:MyMap.S with type key:" update.mli &&
-
   unset CFLAGS CXXFLAGS &&
+
+  make clean            &&
+  make mkProjectInfo    &&
+
   if module_installed lablgtk ; then
     make UISTYLE=gtk2
   else
     make UISTYLE=text
   fi &&
+
   prepare_install &&
   strip unison &&
   cp unison /usr/bin/
diff --git a/net/unison/DETAILS b/net/unison/DETAILS
index f04045b..c086ffa 100644
--- a/net/unison/DETAILS
+++ b/net/unison/DETAILS
@@ -1,11 +1,11 @@
           MODULE=unison
-         VERSION=2.32.52
+         VERSION=2.40.61
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/
-      SOURCE_VFY=sha1:68ea5709de4fcc2f9aef7b01b24637503b61b5ac
+      SOURCE_VFY=sha1:8645ce93a525b9561d51cceb9c4f9f08cea650e9
         WEB_SITE=http://www.cis.upenn.edu/~bcpierce/unison/
          ENTERED=20050109
-         UPDATED=20091123
+         UPDATED=20100122
            SHORT="unison file-synchronization tool for Unix and Windows"
 
 PSAFE=no


More information about the Lunar-commits mailing list