<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/f714e0715c4368da1fab8dcf09e77c1a51e529fb">https://github.com/macports/macports-ports/commit/f714e0715c4368da1fab8dcf09e77c1a51e529fb</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 f714e0715c4 py-protobuf3: Fix build on 10.11 (and below)
</span>f714e0715c4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f714e0715c4368da1fab8dcf09e77c1a51e529fb
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Tue Jan 26 19:31:18 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    py-protobuf3: Fix build on 10.11 (and below)
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/62158
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/61751
</span>---
 python/py-protobuf3/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-protobuf3/Portfile b/python/py-protobuf3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b312f4a8676..9a6e54654c3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-protobuf3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-protobuf3/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       python 1.0
 PortGroup       github 1.0
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,6 +45,8 @@ platforms       darwin
</span> 
 compiler.cxx_standard  \
                 2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# error: constexpr constructor never produces a constant expression [-Winvalid-constexpr]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist {clang < 900}
</span> 
 python.versions 27 35 36 37 38 39
 
</pre><pre style='margin:0'>

</pre>