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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5626f5551ddf6581d4702056b388d154f772da0f">https://github.com/macports/macports-ports/commit/5626f5551ddf6581d4702056b388d154f772da0f</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 5626f5551dd anjuta: Use compiler.c_standard
</span>5626f5551dd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5626f5551ddf6581d4702056b388d154f772da0f
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Dec 13 13:49:42 2021 -0600

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/anjuta/Portfile b/gnome/anjuta/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2488c84fb0a..0d5db13f512 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/anjuta/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/anjuta/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           gobject_introspection 1.0
 PortGroup           muniversal 1.0
 PortGroup           yelp 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -72,7 +71,7 @@ patchfiles-append   gda6-config-fixes.patch \
</span> gobject_introspection yes
 
 # blacklist compilers that do not support C11 (redefinition of typedef ‘GtkSourceTag’ at gtksourceview/gtksourcetag.h:35)
<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> 
 # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
</pre><pre style='margin:0'>

</pre>