<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/0057158e1c85c211a0f61cad8dfb1252ce4ec2ed">https://github.com/macports/macports-ports/commit/0057158e1c85c211a0f61cad8dfb1252ce4ec2ed</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 0057158e1c8 uhd: require c++11 and c11 in modern MacPorts style
</span>0057158e1c8 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 0057158e1c85c211a0f61cad8dfb1252ce4ec2ed
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Thu Aug 20 15:48:16 2020 -0400
<span style='display:block; white-space:pre;color:#404040;'> uhd: require c++11 and c11 in modern MacPorts style
</span>---
science/uhd/Portfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/uhd/Portfile b/science/uhd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4d4b2923563..2de0d46e517 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/uhd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/uhd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,6 @@ PortSystem 1.0
</span> PortGroup cmake 1.0
PortGroup github 1.0
PortGroup muniversal 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup cxx11 1.1
</span> PortGroup compiler_blacklist_versions 1.0
PortGroup active_variants 1.1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,6 +14,9 @@ description USRP Hardware Driver for Ettus Research Products
</span> license GPL-3+
platforms darwin
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.c_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> if {${subport} eq ${name}} {
long_description ${description}: \
</pre><pre style='margin:0'>
</pre>