<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/4a65b5b7ff173353c7c6aab282536cea2e4a1351">https://github.com/macports/macports-ports/commit/4a65b5b7ff173353c7c6aab282536cea2e4a1351</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4a65b5b7ff173353c7c6aab282536cea2e4a1351
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Thu Jan 5 14:42:38 2017 -0800

<span style='display:block; white-space:pre;color:#404040;'>    gegl-0.3: add missing dependency gdk-pixbuf2 and rebuild
</span>---
 graphics/gegl-0.3/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<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 06887da..95a8176 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,7 +8,7 @@ PortGroup           gobject_introspection 1.0
</span> name                gegl-0.3
 set gname           gegl
 version             0.3.10
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            4
</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;'>@@ -41,6 +41,7 @@ depends_build       port:pkgconfig \
</span>                     port:python27
 
 depends_lib         port:babl \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:gdk-pixbuf2 \
</span>                     port:gtk2 \
                     port:jpeg \
                     port:lua \
</pre><pre style='margin:0'>

</pre>