<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/30f58cbdb6ea7f841e476db6372383bd329ff3c1">https://github.com/macports/macports-ports/commit/30f58cbdb6ea7f841e476db6372383bd329ff3c1</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 30f58cb gnuradio-next: require PyQtGraph for runtime only
</span>30f58cb is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 30f58cbdb6ea7f841e476db6372383bd329ff3c1
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Fri Jul 19 13:55:59 2019 -0400
<span style='display:block; white-space:pre;color:#404040;'> gnuradio-next: require PyQtGraph for runtime only
</span>---
science/gnuradio/Portfile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
<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 7145eb7..3065e47 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;'>@@ -82,7 +82,7 @@ subport gnuradio-next {
</span> checksums rmd160 465378e7c02b3bba5e2bc625786c3c351114c55c \
sha256 4dc3ebde27cecb852148c2989a48887a3519ce2a6d645fac7260696e48722818 \
size 3398562
<span style='display:block; white-space:pre;background:#ffe0e0;'>- revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ revision 1
</span>
# set the version override string
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -552,6 +552,9 @@ variant qtgui description "Install GNU Radio with support for Qt GUI" {
</span> -DQWT_INCLUDE_DIRS=${qt_dir}/lib/qwt.framework/Versions/6/Headers \
-DQWT_LIBRARIES=${qt_dir}/lib/qwt.framework/qwt
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ # require PyQtGraph for runtime only
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ depends_run-append port:py${PythonVersionNoDot}-pyqtgraph
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> }
configure.args-append \
</pre><pre style='margin:0'>
</pre>