<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e9d3912ec3006de53f3e38a0d528ac4d76dea131">https://github.com/macports/macports-ports/commit/e9d3912ec3006de53f3e38a0d528ac4d76dea131</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new e9d3912  ocaml: fix env quoting
</span>e9d3912 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e9d3912ec3006de53f3e38a0d528ac4d76dea131
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Oct 15 15:08:01 2019 +1100

<span style='display:block; white-space:pre;color:#404040;'>    ocaml: fix env quoting
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/59317
</span>---
 lang/ocaml/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/ocaml/Portfile b/lang/ocaml/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 37a1a69..fa1f6d2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/ocaml/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/ocaml/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,8 +62,8 @@ platform darwin {
</span>     # see https://trac.macports.org/wiki/UsingTheRightCompiler
     # mimic default values of default_as and default_aspp in configure.ac
     configure.env-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    AS="${configure.cc} -arch ${build_arch} -Wno-trigraphs -c" \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    ASPP="${configure.cc} -arch ${build_arch} -Wno-trigraphs -c"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    "AS=${configure.cc} -arch ${build_arch} -Wno-trigraphs -c" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    "ASPP=${configure.cc} -arch ${build_arch} -Wno-trigraphs -c"
</span> }
 
 # Configure.
</pre><pre style='margin:0'>

</pre>