Revision: 87546 http://trac.macports.org/changeset/87546 Author: ryandesign@macports.org Date: 2011-11-24 22:07:47 -0800 (Thu, 24 Nov 2011) Log Message: ----------- unison: update to 2.40.63; see #28028 Modified Paths: -------------- trunk/dports/net/unison/Portfile trunk/dports/net/unison/files/patch-Makefile Removed Paths: ------------- trunk/dports/net/unison/files/patch-update.mli.diff Modified: trunk/dports/net/unison/Portfile =================================================================== --- trunk/dports/net/unison/Portfile 2011-11-25 05:18:12 UTC (rev 87545) +++ trunk/dports/net/unison/Portfile 2011-11-25 06:07:47 UTC (rev 87546) @@ -3,8 +3,7 @@ PortSystem 1.0 name unison -version 2.32.52 -revision 1 +version 2.40.63 categories net maintainers nomaintainer description Unison File Synchronizer @@ -17,13 +16,11 @@ homepage http://www.cis.upenn.edu/~bcpierce/unison/ master_sites ${homepage}/download/releases/stable/ platforms darwin openbsd -checksums md5 0701f095c1721776a0454b94607eda48 \ - sha1 68ea5709de4fcc2f9aef7b01b24637503b61b5ac \ - rmd160 8216a2e482d5a445dd7acdb62e1bb6377e90d1a1 +checksums md5 3281207850cf6f0a17fe73f371893bd3 \ + sha1 645e70bc37a5d4e8e9ccb7bad065fc579b18cf75 \ + rmd160 5dede9ea2f1213d4a22ed1914da7bfb1921f9993 +patchfiles patch-Makefile -patchfiles patch-Makefile \ - patch-update.mli.diff - use_configure no build.args UISTYLE=text NATIVE=true THREADS=true Modified: trunk/dports/net/unison/files/patch-Makefile =================================================================== --- trunk/dports/net/unison/files/patch-Makefile 2011-11-25 05:18:12 UTC (rev 87545) +++ trunk/dports/net/unison/files/patch-Makefile 2011-11-25 06:07:47 UTC (rev 87546) @@ -1,6 +1,6 @@ ---- Makefile.old 2008-01-22 18:32:08.000000000 -0500 -+++ Makefile 2008-01-22 18:34:41.000000000 -0500 -@@ -68,7 +68,7 @@ +--- Makefile.orig 2011-04-16 22:35:38.000000000 +0200 ++++ Makefile 2011-04-26 17:53:52.000000000 +0200 +@@ -80,7 +80,7 @@ ###################################################################### # Installation @@ -9,8 +9,8 @@ # This has two names because on OSX the file INSTALL shadows the target 'install'! install: doinstall -@@ -80,9 +80,8 @@ - make -C .. text +@@ -92,9 +92,8 @@ + $(MAKE) -C .. text doinstall: $(NAME)$(EXEC_EXT) - -mv $(INSTALLDIR)/$(NAME)$(EXEC_EXT) /tmp/$(NAME)-$(shell echo $$$$) Deleted: trunk/dports/net/unison/files/patch-update.mli.diff =================================================================== --- trunk/dports/net/unison/files/patch-update.mli.diff 2011-11-25 05:18:12 UTC (rev 87545) +++ trunk/dports/net/unison/files/patch-update.mli.diff 2011-11-25 06:07:47 UTC (rev 87546) @@ -1,11 +0,0 @@ ---- 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
participants (1)
-
ryandesign@macports.org