<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b91f2bcca7108e3cf214758f10c62a5b0033926b">https://github.com/macports/macports-ports/commit/b91f2bcca7108e3cf214758f10c62a5b0033926b</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit b91f2bcca7108e3cf214758f10c62a5b0033926b
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Mar 14 12:23:04 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    ocaml-configurator: workaround for lack of jbuilder
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See https://dune.readthedocs.io/en/latest/migration.html
</span>---
 ocaml/ocaml-configurator/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-configurator/Portfile b/ocaml/ocaml-configurator/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bc9df5ae62c..294e5ab0668 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-configurator/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-configurator/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,5 +22,9 @@ checksums           rmd160  ddd4c9b06f8586f43a594fd13953ae6e8ea811ad \
</span> 
 ocaml.build_type    dune
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+pre-build {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system -W ${worksrcpath} "${prefix}/bin/dune upgrade"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_lib-append  port:ocaml-base \
                     port:ocaml-stdio
</pre><pre style='margin:0'>

</pre>