<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/f7fbf396171069dca194092c5755a0d49aeb4666">https://github.com/macports/macports-ports/commit/f7fbf396171069dca194092c5755a0d49aeb4666</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 f7fbf396171 ocaml: fix livecheck
</span>f7fbf396171 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f7fbf396171069dca194092c5755a0d49aeb4666
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Mar 20 16:20:42 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    ocaml: fix livecheck
</span>---
 lang/ocaml/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 06fa8b18eeb..72448cbcf74 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;'>@@ -89,4 +89,4 @@ test.target         tests
</span> 
 livecheck.type      regex
 livecheck.url       https://ocaml.org/releases/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex     "OCaml <\[^>\]+>(\[0-9.\]+)</a>, released"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex     "OCaml <\[^>\]+>(\[0-9.\]+)</a>, "
</span></pre><pre style='margin:0'>

</pre>