<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/b2832f72f318aaaac07ecc9c9ef58049d17e2e4a">https://github.com/macports/macports-ports/commit/b2832f72f318aaaac07ecc9c9ef58049d17e2e4a</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 b2832f7  gqrx: depend on Volk and rev-bump for new Volk ABI
</span>b2832f7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b2832f72f318aaaac07ecc9c9ef58049d17e2e4a
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Sun May 17 17:22:29 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gqrx: depend on Volk and rev-bump for new Volk ABI
</span>---
 science/gqrx/Portfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gqrx/Portfile b/science/gqrx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a4ab8c9..d2afa33 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gqrx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gqrx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,7 @@ if {${subport} eq ${name}} {
</span>     checksums       rmd160  0cef770c446df9be17837d57f60df6687697c6f3 \
                     sha256  9b12c64f98892781b45b83d8d145fc8bcb44cdecec759326a3f3cbf90a52c7d9 \
                     size    1334901
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision        1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision        2
</span>     epoch           1
 
     conflicts       gqrx-devel
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,7 +41,7 @@ subport gqrx-devel {
</span>     checksums    rmd160  ff6ae6de19fb5389697d1a5d9ca4bb4469477f26 \
                  sha256  d58f63c1ae9718291d23e2d31dd0a209e25b18b4547d3969777587447abc8f90 \
                  size    1339680
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision     0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision     1
</span> 
     long_description    ${long_description} \
         This port is kept up with the Gqrx GIT 'master' branch, is \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -70,7 +70,8 @@ qt5.depends_component qtsvg
</span> depends_lib-append \
     port:gr-osmosdr \
     path:lib/libgnuradio-audio.dylib:gnuradio \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    port:portaudio
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    port:portaudio \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    path:lib/libvolk.dylib:volk
</span> 
 # we force portaudio for the moment
 # otherwise choose "Gr-audio"
</pre><pre style='margin:0'>

</pre>