<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/31ff55f6b6a846d3a4899f7127c5c8e770da218f">https://github.com/macports/macports-ports/commit/31ff55f6b6a846d3a4899f7127c5c8e770da218f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 31ff55f6b6a846d3a4899f7127c5c8e770da218f
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Nov 25 06:32:05 2019 -0700

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/pybind11/Portfile b/devel/pybind11/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9ccc26b..5344c69 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/pybind11/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/pybind11/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        pybind pybind11 2.3.0 v
 categories          devel
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -20,6 +19,9 @@ long_description    Extension modules for pybind11, which is a lightweight heade
</span> installs_libs       no
 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> checksums           rmd160  fdb97680c25104103572ebfae290282717b41bd0 \
                     sha256  7f33b38f9a5ea9ba0b57ee0fd574b68cef669e3a8cf0d8bced24f865364c6631 \
                     size    564575
</pre><pre style='margin:0'>

</pre>