<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/5ad0a6ddaf28ddb639e2201dfcb27275f50bf5b1">https://github.com/macports/macports-ports/commit/5ad0a6ddaf28ddb639e2201dfcb27275f50bf5b1</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 5ad0a6ddaf2 py-twisted: fix livecheck
</span>5ad0a6ddaf2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5ad0a6ddaf28ddb639e2201dfcb27275f50bf5b1
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Apr 18 21:47:42 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    py-twisted: fix livecheck
</span>---
 python/py-twisted/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-twisted/Portfile b/python/py-twisted/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fc92baea14b..498f1f47b0e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-twisted/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-twisted/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -59,6 +59,6 @@ if {${name} ne ${subport}} {
</span>     livecheck.type  none
 } else {
     livecheck.type   regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    livecheck.url    https://twistedmatrix.com/trac/wiki/Downloads
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    livecheck.regex  "The current release is Twisted (\\d+(?:\\.\\d+)*)"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    livecheck.url    https://twistedmatrix.com/Releases/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    livecheck.regex  {Twisted-(\d+(?:.\d+)*)}
</span> }
</pre><pre style='margin:0'>

</pre>