<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d6ce08f20a9cdfdcf5f6af8b65f4829751056aa4">https://github.com/macports/macports-ports/commit/d6ce08f20a9cdfdcf5f6af8b65f4829751056aa4</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 d6ce08f20a9 py-scikit-hep-awkward1: Use c++ 2011 standard
</span>d6ce08f20a9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d6ce08f20a9cdfdcf5f6af8b65f4829751056aa4
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Nov 5 14:45:42 2020 +0000

<span style='display:block; white-space:pre;color:#404040;'>    py-scikit-hep-awkward1: Use c++ 2011 standard
</span>---
 python/py-scikit-hep-awkward1/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-scikit-hep-awkward1/Portfile b/python/py-scikit-hep-awkward1/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4dfb9fee1b7..ce6839a4730 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-scikit-hep-awkward1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-scikit-hep-awkward1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,6 +29,8 @@ if {${name} ne ${subport}} {
</span>         system -W ${worksrcpath} "git submodule update --init --recursive"
     }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     depends_build-append \
         port:cmake \
         port:py${python.version}-setuptools
</pre><pre style='margin:0'>

</pre>