<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/61f64ba92d514f743758255d58ff1ef13fe00689">https://github.com/macports/macports-ports/commit/61f64ba92d514f743758255d58ff1ef13fe00689</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 61f64ba92d514f743758255d58ff1ef13fe00689
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Tue Jun 18 05:45:36 2019 -0700
<span style='display:block; white-space:pre;color:#404040;'> camlimages: fix livecheck
</span>---
ocaml/camlimages/Portfile | 4 ++++
1 file changed, 4 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ocaml/camlimages/Portfile b/ocaml/camlimages/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5c42454..457281b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ocaml/camlimages/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ocaml/camlimages/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -71,3 +71,7 @@ variant lablgtk2 description {add support for GTK 2} {
</span> destroot.args-replace SUPPORT_LABLGTK2=false \
SUPPORT_LABLGTK2=true
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.type regex
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url https://bitbucket.org/camlspotter/camlimages/branches/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex "branch/b(\\d+(?:\\.\\d+)*)"
</span></pre><pre style='margin:0'>
</pre>