<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/baa250d21437cd5e9940cc35bce3f9a458c93b1e">https://github.com/macports/macports-ports/commit/baa250d21437cd5e9940cc35bce3f9a458c93b1e</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 baa250d  librsvg: Use the same pango depspec as other ports
</span>baa250d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit baa250d21437cd5e9940cc35bce3f9a458c93b1e
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Sep 4 06:31:07 2017 -0500

<span style='display:block; white-space:pre;color:#404040;'>    librsvg: Use the same pango depspec as other ports
</span>---
 graphics/librsvg/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/librsvg/Portfile b/graphics/librsvg/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index db3ce8e..b707abc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/librsvg/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/librsvg/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ license             {GPL-2+ LGPL-2+}
</span> set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          graphics gnome
 platforms           darwin
<span style='display:block; white-space:pre;background:#ffe0e0;'>-maintainers         {devans @dbevans} pixilla openmaintainer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+maintainers         {devans @dbevans} {pixilla @pixilla} openmaintainer
</span> description         GNOME implementation of rsvg.
 
 long_description    ${description}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,7 @@ depends_build       port:pkgconfig \
</span> 
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     path:lib/pkgconfig/cairo.pc:cairo \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    path:lib/pkgconfig/pangocairo.pc:pango \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    path:lib/pkgconfig/pango.pc:pango \
</span>                     port:libcroco \
                     port:libxml2 \
                     port:gdk-pixbuf2 \
</pre><pre style='margin:0'>

</pre>