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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d3c27b41e51091ace9a7937db6aa82165c0d6cf8">https://github.com/macports/macports-ports/commit/d3c27b41e51091ace9a7937db6aa82165c0d6cf8</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 d3c27b41e51 jemalloc: require c++14
</span>d3c27b41e51 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d3c27b41e51091ace9a7937db6aa82165c0d6cf8
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Sat Jun 18 17:07:03 2022 -0700

<span style='display:block; white-space:pre;color:#404040;'>    jemalloc: require c++14
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    requires at least c++14 to enable cxx features, otherwise disabled
</span>---
 devel/jemalloc/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/jemalloc/Portfile b/devel/jemalloc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fd3632ca32b..09829d381bf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/jemalloc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/jemalloc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,7 +23,7 @@ checksums           rmd160  ff8f2958d88705927b7566d219763dda2eb7edda \
</span> 
 github.tarball_from releases
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.cxx_standard 2011
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard 2014
</span> 
 patchfiles          patch-quantum.diff
 
</pre><pre style='margin:0'>

</pre>