<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/dbd1653b50cc3d3b3c335b514a8c03f5e7545050">https://github.com/macports/macports-ports/commit/dbd1653b50cc3d3b3c335b514a8c03f5e7545050</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 dbd1653  gnuradio-devel: whitespace and comment tweaks
</span>dbd1653 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit dbd1653b50cc3d3b3c335b514a8c03f5e7545050
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed Nov 28 12:51:25 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gnuradio-devel: whitespace and comment tweaks
</span>---
 science/gnuradio/Portfile | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 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 bbe7676..8470660 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;'>@@ -122,36 +122,38 @@ if {${subport} eq "gnuradio"} {
</span>     # patches for devel
 
     # force expansion of CMake-based template files
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     patchfiles-append \
         patch-cmake-expand.devel.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # temporary patch to fix CTRLPORT testing
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # patch to fix CTRLPORT testing
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     patchfiles-append \
         patch-fix_ctrlport_test.devel.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # temporary patch to fix and allow external setting for
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # patch to fix and allow external setting for
</span>     # CMAKE_C/CXX_STANDARD
 
     patchfiles-append \
         patch-C_CXX_STANDARD.devel.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # temporary patch to fix use of GNUCXX to instead be for both GNU
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # patch to fix use of GNUCXX to instead be for both GNU
</span>     # and Clang compilers
 
     patchfiles-append \
         patch-fix-GNUCXX.devel.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # temporary patch to fix Boost #include
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # patch to fix Boost #include
</span> 
     patchfiles-append \
         patch-gnuradio-runtime_lib_buffer.cc.boost_include_fix.devel.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # temporary patch to fix type usage of MP package
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # patch to fix type usage of MP package
</span> 
     patchfiles-append \
         patch-fix-mp.devel.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # temporary patch to fix installing CTRLPORT Python apps location
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # patch to fix installing CTRLPORT Python apps location
</span> 
     patchfiles-append \
         patch-fix-ctrlport-python-app-install-location.devel.diff
</pre><pre style='margin:0'>

</pre>