<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5b6ba85aedfbb0fcc9deaacd21d2486dd16a9382">https://github.com/macports/macports-ports/commit/5b6ba85aedfbb0fcc9deaacd21d2486dd16a9382</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 5b6ba85aedfbb0fcc9deaacd21d2486dd16a9382
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Jun 5 18:52:03 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    volk: migrate to boost PG
</span>---
 science/volk/Portfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/volk/Portfile b/science/volk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ad4c31e5e91..858198e7231 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/volk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/volk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           cmake 1.1
</span> PortGroup           github 1.0
 PortGroup           muniversal 1.0
 PortGroup           compiler_blacklist_versions 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           boost 1.0
</span> 
 # Volk requires C/C++11 as of release 2.0.0
 compiler.c_standard   2011
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,12 +36,12 @@ subport volk-devel {
</span> if {${name} eq ${subport}} {
 
     github.setup gnuradio volk 2.4.1 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision  1
</span> 
     # bump the epoch because I moved the version from 20150707 to 1.0.1
     epoch 1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    long_description ${long_description} ${subport} \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-provides the release version, which is typically updated every month or so.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    long_description {*}${long_description} ${subport} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        provides the release version, which is typically updated every month or so.
</span> 
     # Volk requires the submodule "cpu_features" as found here: <
     # https://github.com/google/cpu_features >.  Because we're not
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -92,7 +93,6 @@ provides the release version, which is typically updated every month or so.
</span>     # done with special git command replication
 
     depends_build-append port:pkgconfig
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append   port:boost
</span> 
     # Volk doesn't understand build type "MacPorts"; use release unless +debug is set
 
</pre><pre style='margin:0'>

</pre>