<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f4f41ffb20a89dd7414f082d824a2e1f9285e2ed">https://github.com/macports/macports-ports/commit/f4f41ffb20a89dd7414f082d824a2e1f9285e2ed</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 f4f41ff  gegl-0.3: reconcile variants with gegl-devel, rebuild
</span>f4f41ff is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f4f41ffb20a89dd7414f082d824a2e1f9285e2ed
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Tue Nov 14 12:20:31 2017 -0800

<span style='display:block; white-space:pre;color:#404040;'>    gegl-0.3: reconcile variants with gegl-devel, rebuild
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Remove +graphviz variant and build with graphviz unconditionally.
</span>---
 graphics/gegl-0.3/Portfile | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/gegl-0.3/Portfile b/graphics/gegl-0.3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7c0713a..a02f571 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/gegl-0.3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/gegl-0.3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,7 @@ PortGroup           gobject_introspection 1.0
</span> name                gegl-0.3
 set gname           gegl
 version             0.3.22
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> set branch          [join [lrange [split ${version} .] 0 1] .]
 conflicts           gegl-devel
 license             {GPL-3+ LGPL-3+}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,6 +41,7 @@ depends_lib         port:babl \
</span>                     port:gtk2 \
                     port:jpeg \
                     port:lua \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    path:bin/dot:graphviz \
</span>                     port:openexr \
                     port:exiv2 \
                     port:gexiv2 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -74,7 +76,6 @@ configure.python    ${prefix}/bin/python2.7
</span> 
 configure.args      --disable-docs \
                     --disable-silent-rules \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --without-graphviz \
</span>                     --without-sdl \
                     --without-umfpack
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -113,11 +114,6 @@ variant workshop description {Enable build of workshop operations} {
</span>     configure.args-append --enable-workshop
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant graphviz description {Build with graphviz support} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append    path:bin/dot:graphviz
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-delete --without-graphviz
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> #
 # the following dummy variants are used
 # to identify this port's binary dependencies
</pre><pre style='margin:0'>

</pre>