[127004] trunk/dports/lang/ocaml/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat Oct 18 17:32:37 PDT 2014


Revision: 127004
          https://trac.macports.org/changeset/127004
Author:   mcalhoun at macports.org
Date:     2014-10-18 17:32:37 -0700 (Sat, 18 Oct 2014)
Log Message:
-----------
ocaml: Version update 4.02.0->4.02.1. Ensure correct compiler is used. Minor change to openmaintainer port.

Modified Paths:
--------------
    trunk/dports/lang/ocaml/Portfile

Modified: trunk/dports/lang/ocaml/Portfile
===================================================================
--- trunk/dports/lang/ocaml/Portfile	2014-10-19 00:25:03 UTC (rev 127003)
+++ trunk/dports/lang/ocaml/Portfile	2014-10-19 00:32:37 UTC (rev 127004)
@@ -4,8 +4,8 @@
 
 name                ocaml
 epoch               1
-version             4.02.0
-revision            1
+version             4.02.1
+revision            0
 # When updating ocaml, also update camlp5 to a compatible version (c.f. #26769, #20219, #18292)
 set major_vers      [join [lrange [split ${version} .] 0 1] .]
 platforms           darwin
@@ -15,8 +15,8 @@
 license             {QPL LGPL}
 homepage            http://www.ocaml.org/
 master_sites        http://caml.inria.fr/pub/distrib/ocaml-${major_vers}/
-checksums           rmd160  1ed3f7e47d63df27da0edeafa014f167cf3b1b8e \
-                    sha256  87d7a59e90659bea57ae25659bbd25d56fe09e93465f2a11b610f3f537ca85d6
+checksums           rmd160  77b85172e4f3506ffe43510d474332ae01c2b87b \
+                    sha256  68c4b01be54c23bc20fc0a8beaa5c7433b8483f8950490129cfe7662e0c6f4dc
 
 long_description \
             Objective Caml is an implementation of the ML language, based on \
@@ -34,7 +34,7 @@
 
 # Configure.
 configure.pre_args  -prefix ${prefix}
-configure.args      -cc ${configure.cc} -aspp \"${configure.cc} -c\" \ -no-graph
+configure.args      -cc ${configure.cc} -as \"${configure.cc} -c\" -aspp \"${configure.cc} -c\" \ -no-graph
 
 # Building.
 build.target        world.opt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141018/23b5573a/attachment.html>


More information about the macports-changes mailing list