<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/c4638b7f030bce984c9a7a1d86a4d41bafe0d099">https://github.com/macports/macports-ports/commit/c4638b7f030bce984c9a7a1d86a4d41bafe0d099</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 c4638b7  gtk-sharp2: Allow -devel ports to satisfy dependencies
</span>c4638b7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c4638b7f030bce984c9a7a1d86a4d41bafe0d099
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Jul 10 09:31:21 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gtk-sharp2: Allow -devel ports to satisfy dependencies
</span>---
 x11/gtk-sharp2/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/gtk-sharp2/Portfile b/x11/gtk-sharp2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 95fa77a..8269c88 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/gtk-sharp2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/gtk-sharp2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,11 +31,11 @@ patchfiles          patch-dllmaps.diff
</span> depends_build       port:pkgconfig
 
 depends_lib         port:atk \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:glib2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
</span>                     port:gtk2 \
                     port:libglade2 \
                     port:mono \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:pango
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    path:lib/pkgconfig/pango.pc:pango
</span> 
 # mono is not universal
 universal_variant   no
</pre><pre style='margin:0'>

</pre>