<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/34967ec11ce9e98b834c0b481fa70ca4d60879ba">https://github.com/macports/macports-ports/commit/34967ec11ce9e98b834c0b481fa70ca4d60879ba</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 34967ec11ce py-scikit-hep-boost-histogram: Set required C++ standard to 2014
</span>34967ec11ce is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 34967ec11ce9e98b834c0b481fa70ca4d60879ba
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Nov 5 12:36:58 2020 +0000

<span style='display:block; white-space:pre;color:#404040;'>    py-scikit-hep-boost-histogram: Set required C++ standard to 2014
</span>---
 python/py-scikit-hep-boost-histogram/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-scikit-hep-boost-histogram/Portfile b/python/py-scikit-hep-boost-histogram/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 93710605321..538aa897743 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-scikit-hep-boost-histogram/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-scikit-hep-boost-histogram/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,6 +25,8 @@ python.versions     36 37 38 39
</span> 
 if {${name} ne ${subport}} {
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.cxx_standard 2014
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     post-fetch {
         system -W ${worksrcpath} "git submodule update --init --recursive"
     }
</pre><pre style='margin:0'>

</pre>