<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/e5d173735fb7c31ca2e960563f640972b9ffdef3">https://github.com/macports/macports-ports/commit/e5d173735fb7c31ca2e960563f640972b9ffdef3</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e5d173735fb7c31ca2e960563f640972b9ffdef3
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Tue Jun 18 08:41:03 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    camlimages: add variant to support graph library
</span>---
 ocaml/camlimages/Portfile | 9 +++++++++
 1 file changed, 9 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 2f76f3d..81dfb0e 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;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           active_variants 1.1
</span> 
 name                camlimages
 version             4.2.6
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -74,6 +75,14 @@ variant lablgtk2 description {add support for GTK 2} {
</span>                           SUPPORT_LABLGTK2=true
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# camlimages builds differently depending on graph variant of findlib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant graph description {add support for the graph library} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    require_active_variants ocaml-findlib graph
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset graph]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    require_active_variants ocaml-findlib "" graph
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> livecheck.type      regex
 livecheck.url       https://bitbucket.org/camlspotter/camlimages/branches/
 livecheck.regex     "branch/b(\\d+(?:\\.\\d+)*)"
</pre><pre style='margin:0'>

</pre>