<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/13141f0a698eb2cc3e628cb61d309d3576bfe401">https://github.com/macports/macports-ports/commit/13141f0a698eb2cc3e628cb61d309d3576bfe401</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 13141f0a698 SoapySDR: update CXX standard specification to modern MP
</span>13141f0a698 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 13141f0a698eb2cc3e628cb61d309d3576bfe401
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Tue Sep 29 19:46:39 2020 -0400
<span style='display:block; white-space:pre;color:#404040;'> SoapySDR: update CXX standard specification to modern MP
</span>---
science/SoapySDR/Portfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/SoapySDR/Portfile b/science/SoapySDR/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1e554178d2f..93464d479dd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/SoapySDR/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/SoapySDR/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,7 +3,6 @@
</span> PortSystem 1.0
PortGroup github 1.0
PortGroup cmake 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup cxx11 1.1
</span>
github.setup pothosware SoapySDR 0.7.2 soapy-sdr-
checksums rmd160 a3bdbec7878c62598191a38b1f998b1ad19f9718 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,6 +20,8 @@ long_description SoapySDR is an open-source generalized C/C++ API and runtime
</span>
homepage https://github.com/pothosware/SoapySDR/wiki
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args-append \
-DENABLE_PYTHON=OFF \
-DENABLE_PYTHON3=OFF
</pre><pre style='margin:0'>
</pre>