<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/ca3134a606afa8b5f5ccd0f419943d71bce0dd58">https://github.com/macports/macports-ports/commit/ca3134a606afa8b5f5ccd0f419943d71bce0dd58</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 ca3134a  gpsd: add python38 variant
</span>ca3134a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ca3134a606afa8b5f5ccd0f419943d71bce0dd58
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sun May 24 16:17:34 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gpsd: add python38 variant
</span>---
 net/gpsd/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/gpsd/Portfile b/net/gpsd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 734f2dc..ee8b0e2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/gpsd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/gpsd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,7 +36,7 @@ livecheck.regex         "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
</span> # 3.3, since we're weaning MP off of them.
 # Some programs currently have issues with Python 3.8, so omit that for now.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set pythons_suffixes {27 35 36 37}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set pythons_suffixes {27 35 36 37 38}
</span> 
 set pythons_ports {}
 foreach s ${pythons_suffixes} {
</pre><pre style='margin:0'>

</pre>