<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/2b165f6df0738099c2867fb4c8a31a28d6df7209">https://github.com/macports/macports-ports/commit/2b165f6df0738099c2867fb4c8a31a28d6df7209</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 2b165f6 gnuradio: Allow -devel ports to satisfy deps
</span>2b165f6 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 2b165f6df0738099c2867fb4c8a31a28d6df7209
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Nov 17 00:26:53 2018 -0600
<span style='display:block; white-space:pre;color:#404040;'> gnuradio: Allow -devel ports to satisfy deps
</span>---
science/gnuradio/Portfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gnuradio/Portfile b/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 31891bd..7e2b01e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -477,8 +477,8 @@ variant grc requires swig description "Install GNU Radio Companion" {
</span> port:py${PythonVersionNoDot}-lxml \
port:py${PythonVersionNoDot}-yaml \
port:gtk3 \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:cairo \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- port:pango
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ path:lib/pkgconfig/cairo.pc:cairo \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ path:lib/pkgconfig/pango.pc:pango
</span>
} else {
depends_lib-append \
</pre><pre style='margin:0'>
</pre>