<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5ef9b7037c8999f6dfcfe39344b8e228b7810cda">https://github.com/macports/macports-ports/commit/5ef9b7037c8999f6dfcfe39344b8e228b7810cda</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 5ef9b7037c8999f6dfcfe39344b8e228b7810cda
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Mar 20 08:57:32 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    xorg-xcb-proto: make version 3.8 the default Python
</span>---
 x11/xorg-xcb-proto/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/xorg-xcb-proto/Portfile b/x11/xorg-xcb-proto/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bdac233..36cbc48 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/xorg-xcb-proto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/xorg-xcb-proto/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -59,7 +59,7 @@ variant python38 conflicts python35 python36 python37 description {Use python 3.
</span> }
 
 if {![variant_isset python35] && ![variant_isset python36] && ![variant_isset python37] && ![variant_isset python38]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants +python37
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    default_variants +python38
</span> }
 
 livecheck.type  regex
</pre><pre style='margin:0'>

</pre>