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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/edd921247d46a8201fc189b06ca30395f6b50794">https://github.com/macports/macports-ports/commit/edd921247d46a8201fc189b06ca30395f6b50794</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 edd9212  python38: fix livecheck
</span>edd9212 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit edd921247d46a8201fc189b06ca30395f6b50794
</span>Author: Toby Peterson <toby@macports.org>
AuthorDate: Wed Oct 16 22:10:35 2019 -0700

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python38/Portfile b/lang/python38/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 608a691..41f2087 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/python38/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/python38/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -198,4 +198,4 @@ variant optimizations description {Compile with LTO and PGO. Build time greatly
</span> 
 livecheck.type      regex
 livecheck.url       ${homepage}downloads/source/
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex     Python (${branch}\[.0-9abrc\]+)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex     Python (${branch}\[.0-9\]+) -
</span></pre><pre style='margin:0'>

</pre>