[153746] trunk/dports/net/unison

khindenburg at macports.org khindenburg at macports.org
Mon Oct 10 02:30:16 CEST 2016


Revision: 153746
          https://trac.macports.org/changeset/153746
Author:   khindenburg at macports.org
Date:     2016-10-09 17:30:15 -0700 (Sun, 09 Oct 2016)
Log Message:
-----------
unison: update to 2.48.4; add patch to allow building 10.5 #47533
 - Note that as detailed on numerous bug reports, neither variant builds

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

Added Paths:
-----------
    trunk/dports/net/unison/files/patch-Makefile.OCaml-MINOSXVERSION.diff

Modified: trunk/dports/net/unison/Portfile
===================================================================
--- trunk/dports/net/unison/Portfile	2016-10-10 00:16:05 UTC (rev 153745)
+++ trunk/dports/net/unison/Portfile	2016-10-10 00:30:15 UTC (rev 153746)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                unison
-version             2.48.3
-revision            1
+version             2.48.4
 categories          net
 maintainers         nomaintainer
 license             GPL-3
@@ -18,14 +17,18 @@
                     propagating the changes in each replica to the other.
 homepage            http://www.cis.upenn.edu/~bcpierce/unison/
 master_sites        ${homepage}download/releases/${name}-${version}/
-# 2.48.3 was stealth-updated inconsequentially in February 2015 (#48176)
-master_sites        macports_distfiles
 platforms           darwin openbsd
-checksums           rmd160 884b4ec225d0411e8112e809c621b6779cf816b6\
-                    sha256 a695f9d45e95d3d9c3f25fcbf1891f5eb20e5aa51709f81b785a20e14270b7ee
 
+checksums           rmd160  d5a1d66caffc02832c446f375a16319779fc5e0b \
+                    sha256  30aa53cd671d673580104f04be3cf81ac1e20a2e8baaf7274498739d59e99de8
+
 patchfiles-append   patch-Makefile.diff
+platform darwin 8 {
+    patchfiles-append patch-Makefile.OCaml-MINOSXVERSION.diff
+}
 
+worksrcdir          src
+
 use_configure       no
 
 build.args          UISTYLE=text NATIVE=true THREADS=true

Added: trunk/dports/net/unison/files/patch-Makefile.OCaml-MINOSXVERSION.diff
===================================================================
--- trunk/dports/net/unison/files/patch-Makefile.OCaml-MINOSXVERSION.diff	                        (rev 0)
+++ trunk/dports/net/unison/files/patch-Makefile.OCaml-MINOSXVERSION.diff	2016-10-10 00:30:15 UTC (rev 153746)
@@ -0,0 +1,11 @@
+--- Makefile.OCaml.orig	2015-01-20 14:51:56.000000000 +0100
++++ Makefile.OCaml	2015-01-20 14:53:31.000000000 +0100
+@@ -187,7 +187,7 @@
+ endif
+ endif
+ 
+-MINOSXVERSION=10.5
++MINOSXVERSION=10.4
+ # XCODEFLAGS=-sdk macosx$(MINOSXVERSION)
+ ifeq ($(OSARCH),osx)
+   CAMLFLAGS+=-ccopt -mmacosx-version-min=$(MINOSXVERSION)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161009/916ae5b3/attachment-0002.html>


More information about the macports-changes mailing list