<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/20126374afe0d4626c50e6c3b0107bc8f9b0c310">https://github.com/macports/macports-ports/commit/20126374afe0d4626c50e6c3b0107bc8f9b0c310</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 20126374afe ocaml-ounit2: Add missing ocaml-stdlib-shims dependency
</span>20126374afe is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 20126374afe0d4626c50e6c3b0107bc8f9b0c310
</span>Author: Landon Fuller <landonf@macports.org>
AuthorDate: Fri Apr 30 14:33:17 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    ocaml-ounit2: Add missing ocaml-stdlib-shims dependency
</span>---
 ocaml/ocaml-ounit2/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/ocaml-ounit2/Portfile b/ocaml/ocaml-ounit2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 16dfe8c12df..a4a4bd24257 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/ocaml-ounit2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/ocaml-ounit2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,7 @@ PortGroup ocaml     1.1
</span> 
 name                ocaml-ounit2
 github.setup        gildor478 ounit 2.2.4 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 categories          ocaml devel
 maintainers         {landonf @landonf} openmaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,6 +23,8 @@ checksums           rmd160  10924431b780d836c75f3d0aadd4af6cf656fdeb \
</span>                     sha256  6afba8d8b3101b86c88382b05221ca5bb176f4a4b3db1d31b3ff9fb69be28ed8 \
                     size    69724
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib         port:ocaml-stdlib-shims
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> subport ocaml-ounit2 {
     ocaml.build_type    dune
 }
</pre><pre style='margin:0'>

</pre>