<pre style='margin:0'>
rainbow (ra1nb0w) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ac75502d54c3f4e0749ba8a149f2d8ab4958e408">https://github.com/macports/macports-ports/commit/ac75502d54c3f4e0749ba8a149f2d8ab4958e408</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ac75502d54c3f4e0749ba8a149f2d8ab4958e408
</span>Author: Davide Gerhard <ra1nb0w@macports.org>
AuthorDate: Sat Feb 29 14:54:55 2020 +0100
<span style='display:block; white-space:pre;color:#404040;'> PothosFlow: retire cxx11 portgroup
</span>---
science/PothosFlow/Portfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/PothosFlow/Portfile b/science/PothosFlow/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3844acd..6927461 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/PothosFlow/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/PothosFlow/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.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup cxx11 1.1
</span> PortGroup qt5 1.0
platforms darwin macosx
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,6 +19,8 @@ checksums rmd160 d52ea68b4a2d58b5566fb8d2c0d186b8559130dc \
</span> size 650524
revision 1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # require a compiler that supports thread_local storage
compiler.blacklist-append { clang < 800 }
</pre><pre style='margin:0'>
</pre>