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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c3aada74f4ddda4d8ba831c5891d53c53ddc269b">https://github.com/macports/macports-ports/commit/c3aada74f4ddda4d8ba831c5891d53c53ddc269b</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 c3aada7  glib-networking: use compiler.c_standard
</span>c3aada7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c3aada74f4ddda4d8ba831c5891d53c53ddc269b
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Oct 31 20:56:17 2019 +1100

<span style='display:block; white-space:pre;color:#404040;'>    glib-networking: use compiler.c_standard
</span>---
 gnome/glib-networking/Portfile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/glib-networking/Portfile b/gnome/glib-networking/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4d0e439..465b3fa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/glib-networking/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/glib-networking/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,7 +1,6 @@
</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:#ffe0e0;'>-PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           meson 1.0
 
 name                glib-networking
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,8 +35,7 @@ depends_run         path:share/curl/curl-ca-bundle.crt:curl-ca-bundle
</span> 
 patchfiles          patch-disable-gio-querymodules-during-destroot.diff
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# blacklist compilers that do not support C11 (error: unrecognized command line option "-std=c11")
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist  *gcc-3.* *gcc-4.* {clang < 300}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.c_standard 2011
</span> 
 post-activate {
     system "${prefix}/bin/gio-querymodules ${prefix}/lib/gio/modules"
</pre><pre style='margin:0'>

</pre>