[73574] trunk/dports/net/unison

ryandesign at macports.org ryandesign at macports.org
Thu Nov 18 15:00:30 PST 2010


Revision: 73574
          http://trac.macports.org/changeset/73574
Author:   ryandesign at macports.org
Date:     2010-11-18 15:00:24 -0800 (Thu, 18 Nov 2010)
Log Message:
-----------
unison: fix destroot failure (#26819)

Modified Paths:
--------------
    trunk/dports/net/unison/Portfile

Added Paths:
-----------
    trunk/dports/net/unison/files/patch-update.mli.diff

Modified: trunk/dports/net/unison/Portfile
===================================================================
--- trunk/dports/net/unison/Portfile	2010-11-18 20:49:29 UTC (rev 73573)
+++ trunk/dports/net/unison/Portfile	2010-11-18 23:00:24 UTC (rev 73574)
@@ -4,6 +4,7 @@
 PortSystem        1.0
 name              unison
 version           2.32.52
+revision          1
 categories        net
 maintainers       nomaintainer
 description       Unison File Synchronizer
@@ -19,8 +20,10 @@
 checksums           md5     0701f095c1721776a0454b94607eda48 \
                     sha1    68ea5709de4fcc2f9aef7b01b24637503b61b5ac \
                     rmd160  8216a2e482d5a445dd7acdb62e1bb6377e90d1a1
-patchfiles        patch-Makefile
 
+patchfiles        patch-Makefile \
+                  patch-update.mli.diff
+
 use_configure	no
 
 build.args		UISTYLE=text NATIVE=true THREADS=true

Added: trunk/dports/net/unison/files/patch-update.mli.diff
===================================================================
--- trunk/dports/net/unison/files/patch-update.mli.diff	                        (rev 0)
+++ trunk/dports/net/unison/files/patch-update.mli.diff	2010-11-18 23:00:24 UTC (rev 73574)
@@ -0,0 +1,11 @@
+--- update.mli.old	2010-10-13 10:30:30.000000000 -1000
++++ update.mli	2010-10-13 10:30:42.000000000 -1000
+@@ -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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101118/3d72a0ee/attachment.html>


More information about the macports-changes mailing list