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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/316b25605910ad25fe023e74dd35d36100cf63dd">https://github.com/macports/macports-ports/commit/316b25605910ad25fe023e74dd35d36100cf63dd</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 316b2560591 mod_gnutls: attempt to fix build on Yosemite and below. take 2...
</span>316b2560591 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 316b25605910ad25fe023e74dd35d36100cf63dd
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sun Jun 28 19:50:39 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    mod_gnutls: attempt to fix build on Yosemite and below. take 2...
</span>---
 www/mod_gnutls/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/mod_gnutls/Portfile b/www/mod_gnutls/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cb9060f68b8..3d1caf76e5d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/mod_gnutls/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/mod_gnutls/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,7 +64,7 @@ configure.args      --disable-silent-rules \
</span> 
 platform darwin {
     if {${os.major} < 15} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        compiler.blacklist-append {clang < 700} {macports-clang < 4.0.1}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        compiler.blacklist-append {clang < 800}
</span>     }
 }
 
</pre><pre style='margin:0'>

</pre>