<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/78e20693c7472055e4690010d773a24741d9da4f">https://github.com/macports/macports-ports/commit/78e20693c7472055e4690010d773a24741d9da4f</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 78e2069  gr-fosphor: require C++11 for cppunit 1.14.0.
</span>78e2069 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 78e20693c7472055e4690010d773a24741d9da4f
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Thu Aug 31 07:57:45 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    gr-fosphor: require C++11 for cppunit 1.14.0.
</span>---
 science/gr-fosphor/Portfile | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gr-fosphor/Portfile b/science/gr-fosphor/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e6b3f3c..cc4626f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gr-fosphor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gr-fosphor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,6 +6,9 @@ PortGroup           wxWidgets 1.0
</span> PortGroup           qt4 1.0
 PortGroup           active_variants 1.1
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# require C++11 for cppunit 1.14.0 as of April 13, 2017.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           cxx11 1.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> wxWidgets.use       wxPython-3.0
 
 name                gr-fosphor
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,7 +26,7 @@ long_description    ${description}  \
</span> 
 set commit          7b6b9961bc2d9b84daeb42a5c8f8aeba293d207c
 version             20160522
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            5
</span> checksums           rmd160 4cd157163ee82596d0d87dd1626239491e0e17ce \
                     sha256 a848e5423d4e50dab363bd8ddf14143641ee814828cb549f581475e1ec507a94
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -73,6 +76,11 @@ configure.args-append \
</span>     -DPYTHON_LIBRARY=${frameworks_dir}/Python.framework/Versions/2.7/Python \
     -DGR_PYTHON_DIR=${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7/site-packages
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# require C++11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    -DCMAKE_CXX_STANDARD=11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # allow gr-forphor to work with both gnuradio and gnuradio-devel ...
 
 depends_lib-append path:lib/libgnuradio-runtime.dylib:gnuradio
</pre><pre style='margin:0'>

</pre>