<pre style='margin:0'>
Landon Fuller (landonf) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/21649c51a1b878ca02f1c0b7df8d59da4937b6bf">https://github.com/macports/macports-ports/commit/21649c51a1b878ca02f1c0b7df8d59da4937b6bf</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 21649c51a1b878ca02f1c0b7df8d59da4937b6bf
</span>Author: Landon Fuller <landonf@macports.org>
AuthorDate: Mon Oct 28 12:26:20 2019 -0600
<span style='display:block; white-space:pre;color:#404040;'> ocaml-ulex: Add missing camlp4 dependency
</span>---
ocaml/ocaml-ulex/Portfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-ulex/Portfile b/ocaml/ocaml-ulex/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3a78360..cf93239 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-ulex/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-ulex/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,7 @@ PortGroup ocaml 1.1
</span>
name ocaml-ulex
github.setup whitequark ulex 1.2 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> categories ocaml devel textproc
platforms darwin
license BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,7 +20,8 @@ checksums rmd160 4945c11a9fa4d988c872cdd7fe9008a55cccfd0c \
</span> size 19942
depends_lib port:ocaml \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:ocaml-findlib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:ocaml-findlib \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:ocaml-camlp4
</span>
depends_build port:ocaml-ocamlbuild
</pre><pre style='margin:0'>
</pre>