<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f1a9a526414de6cc5d7d6031f1d67306fdf8846c">https://github.com/macports/macports-ports/commit/f1a9a526414de6cc5d7d6031f1d67306fdf8846c</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 f1a9a526414 ocaml-ounit2: append dependencies
</span>f1a9a526414 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit f1a9a526414de6cc5d7d6031f1d67306fdf8846c
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri Apr 30 21:57:43 2021 +0100
<span style='display:block; white-space:pre;color:#404040;'> ocaml-ounit2: append dependencies
</span>---
ocaml/ocaml-ounit2/Portfile | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
<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 a4a4bd24257..da0c00a5eb2 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;'>@@ -23,7 +23,7 @@ checksums rmd160 10924431b780d836c75f3d0aadd4af6cf656fdeb \
</span> sha256 6afba8d8b3101b86c88382b05221ca5bb176f4a4b3db1d31b3ff9fb69be28ed8 \
size 69724
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib port:ocaml-stdlib-shims
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib-append port:ocaml-stdlib-shims
</span>
subport ocaml-ounit2 {
ocaml.build_type dune
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,8 +33,9 @@ subport ocaml-ounit {
</span> description Compatibility shim for ocaml-ounit2
long_description Provides legacy 'oUnit' ocamlfind package name for ocaml-ounit2
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_run port:ocaml-ounit2
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_build port:ocaml-ocamlbuild
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_run-append port:ocaml-ounit2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:ocaml-ocamlbuild
</span>
use_configure no
ocaml.use_findlib yes
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,4 +43,4 @@ subport ocaml-ounit {
</span> build {}
destroot.target install-ounit
destroot.args version="${version}"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span>\ No newline at end of file
<span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span></pre><pre style='margin:0'>
</pre>