<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/6180978829192f97cfeac4c1cc28cf2894d8eab2">https://github.com/macports/macports-ports/commit/6180978829192f97cfeac4c1cc28cf2894d8eab2</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 6180978  gr-ais: whitespace.
</span>6180978 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6180978829192f97cfeac4c1cc28cf2894d8eab2
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Wed Jul 26 16:08:54 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gr-ais: whitespace.
</span>---
 science/gr-ais/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gr-ais/Portfile b/science/gr-ais/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 376ec27..3d095a9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gr-ais/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gr-ais/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,7 +24,7 @@ pre-fetch {
</span>     if {![catch {set installed [lindex [registry_active gnuradio-next] 0]}]} {
         # gnuradio-next is installed; this version of gr-ais does not work with gnuradio-next
         ui_msg "\nError: ${name} requires the gnuradio or gnuradio-devel port, and will not work with the gnuradio-next port.  deactivate gnuradio-next, and then install or activate gnuradio or gnuradio-devel.\n"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            return -code error "Invalid port dependency: gnuradio-next"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        return -code error "Invalid port dependency: gnuradio-next"
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,7 +40,7 @@ platforms           darwin
</span> use_parallel_build  no
 
 depends_build-append port:pkgconfig
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib-append      port:boost
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib-append   port:boost
</span> 
 # do VPATH (out of source tree) build
 
</pre><pre style='margin:0'>

</pre>