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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a93c6cc163b284be10fbd51359841c2ceb7a538f">https://github.com/macports/macports-ports/commit/a93c6cc163b284be10fbd51359841c2ceb7a538f</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 a93c6cc163b gpsd: Add python39 variant.
</span>a93c6cc163b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a93c6cc163b284be10fbd51359841c2ceb7a538f
</span>Author: Fred Wright <fw@fwright.net>
AuthorDate: Thu Oct 15 16:23:58 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gpsd: Add python39 variant.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    TESTED:
</span><span style='display:block; white-space:pre;color:#404040;'>    Tested (including building the usual set of variant combinations and
</span><span style='display:block; white-space:pre;color:#404040;'>    running the tests) on 10.5 PPC, 10.5-10.6 i386, and 10.5-10.15 x86_64.
</span><span style='display:block; white-space:pre;color:#404040;'>    Skipped xgps variant on 10.5 PPC and 10.5-10.6 i386 due to gtk3
</span><span style='display:block; white-space:pre;color:#404040;'>    breakage.  This port is known not to build on 10.4.
</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 66ecef20019..d8fef730cc6 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;'>@@ -35,7 +35,7 @@ livecheck.regex         "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
</span> # GPSD requires Python 2.6, 2.7, or 3.2+; don't use 2.6, 3.2, 3.3, or 3.4,
 # since we're weaning MP off of them.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set pythons_suffixes {27 35 36 37 38}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set pythons_suffixes {27 35 36 37 38 39}
</span> 
 set pythons_ports {}
 foreach s ${pythons_suffixes} {
</pre><pre style='margin:0'>

</pre>