<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e015cbb5542851500f6e46247f3add129be341e4">https://github.com/macports/macports-ports/commit/e015cbb5542851500f6e46247f3add129be341e4</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e015cbb5542851500f6e46247f3add129be341e4
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Dec 22 18:50:27 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    robin-map: remove deprecated PortGroup cxx11
</span>---
 devel/robin-map/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/robin-map/Portfile b/devel/robin-map/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 77b3629..891432c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/robin-map/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/robin-map/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> 
 github.setup        Tessil robin-map 0.6.1 v
 categories          devel
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,6 +17,9 @@ long_description    The robin-map library is a C++ implementation of a fast hash
</span> 
 # only header files are installed, but C++11 is still required for build tests
 supported_archs     noarch
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> installs_libs       no
 
 checksums           rmd160  b44f5ded29907205a4a79b750262098add0bdc54 \
</pre><pre style='margin:0'>

</pre>