[114644] trunk/dports/math/ocaml-lacaml/Portfile

mww at macports.org mww at macports.org
Thu Dec 12 23:40:44 PST 2013


Revision: 114644
          https://trac.macports.org/changeset/114644
Author:   mww at macports.org
Date:     2013-12-12 23:40:44 -0800 (Thu, 12 Dec 2013)
Log Message:
-----------
ocaml-lacaml: version 7.0.12

Modified Paths:
--------------
    trunk/dports/math/ocaml-lacaml/Portfile

Modified: trunk/dports/math/ocaml-lacaml/Portfile
===================================================================
--- trunk/dports/math/ocaml-lacaml/Portfile	2013-12-13 07:14:30 UTC (rev 114643)
+++ trunk/dports/math/ocaml-lacaml/Portfile	2013-12-13 07:40:44 UTC (rev 114644)
@@ -4,8 +4,7 @@
 PortGroup           ocaml 1.0
 
 name                ocaml-lacaml
-version             7.0.7
-revision            1
+version             7.0.12
 categories          math devel ml
 platforms           darwin
 license             LGPL-2.1
@@ -14,8 +13,8 @@
 long_description    ${description}
 homepage            https://bitbucket.org/mmottl/lacaml/
 master_sites        https://bitbucket.org/mmottl/lacaml/downloads/
-checksums           rmd160  9ba5570c3c4b15445e1b89fe01b5f35f4da0c725 \
-                    sha256  9dc8bad78b4189330379313c230c8a6bf34cbba831329e92406cf2b1a2390462
+checksums           rmd160  9643d542b4df8be30137219773c1bd53bb8aa734 \
+                    sha256  900891a4d26c7119232c5129272a20dec4b50a6840f753e3154e2fe2db8457ea
 
 distname            lacaml-${version}
 
@@ -24,8 +23,14 @@
 use_oasis           yes
 use_oasis_doc       yes
 
-configure.args-append "--override docdir ${destroot}${prefix}/share/doc/${name}"
+configure.args-append "--destdir ${destroot}"
 
+platform darwin 13 {
+  post-patch {
+    reinplace "s|vecLib|Accelerate|g" ${worksrcpath}/myocamlbuild.ml
+  }
+}
+
 livecheck.type      regex
 livecheck.url       ${master_sites}
 livecheck.regex     lacaml-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131212/9555cf1c/attachment.html>


More information about the macports-changes mailing list