<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4ca83aaa556c939746aa1a4b7b93737b63265c3a">https://github.com/macports/macports-ports/commit/4ca83aaa556c939746aa1a4b7b93737b63265c3a</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4ca83aaa556c939746aa1a4b7b93737b63265c3a
</span>Author: Chih-Hsuan Yen <yan12125@macports.org>
AuthorDate: Sat Jun 2 02:29:52 2018 +0800

<span style='display:block; white-space:pre;color:#404040;'>    gdk-pixbuf2: add license_noconflict spec to make ffmpeg redistributable
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Similar to pango (see previous commit), gdk-pixbuf2 does not link to
</span><span style='display:block; white-space:pre;color:#404040;'>    gobject-introspection, either.
</span>---
 graphics/gdk-pixbuf2/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/gdk-pixbuf2/Portfile b/graphics/gdk-pixbuf2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cc110fd..ce25d29 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/gdk-pixbuf2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/gdk-pixbuf2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,6 +37,8 @@ depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
</span> 
 gobject_introspection yes
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+license_noconflict  gobject-introspection
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args      --with-libjasper \
                     --disable-silent-rules
 
</pre><pre style='margin:0'>

</pre>