<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/62439b9fc0446a76324e01edc0cab994b83c68f0">https://github.com/macports/macports-ports/commit/62439b9fc0446a76324e01edc0cab994b83c68f0</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 62439b9  aria2: Fix c++14 builds
</span>62439b9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 62439b9fc0446a76324e01edc0cab994b83c68f0
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri May 8 16:13:50 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    aria2: Fix c++14 builds
</span>---
 net/aria2/Portfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/aria2/Portfile b/net/aria2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9a84db3..d8e4186 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/aria2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/aria2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           github 1.0
 
 github.setup        aria2 aria2 1.35.0 release-
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,8 +32,6 @@ depends_lib-append      port:gettext \
</span> # Alternatively, depends_*-append could be used.
 #use_autoreconf      yes
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.cxx_standard   2011
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> configure.cxxflags-append -I${prefix}/include/libxml2
 configure.ldflags-append  -lintl
 configure.args      --with-libiconv-prefix=${prefix} \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -46,6 +45,9 @@ if {![variant_isset gnutls]} {
</span>     # C++14
     configure.cxxflags-append -std=c++14
     compiler.blacklist-append {clang < 800.0.38}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.cxx_standard  2014
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+} else {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.cxx_standard  2011
</span> }
 
 variant cares description {Add c-ares support} {
</pre><pre style='margin:0'>

</pre>