<pre style='margin:0'>
Aaron Madlon-Kay (amake) pushed a commit to branch master
in repository macports-ports.

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

<span style='display:block; white-space:pre;color:#808000;'>commit 59fe10b1d11a8ec0044ffbf45d6375ab09596c17
</span>Author: Aaron Madlon-Kay <amake@macports.org>
AuthorDate: Fri Oct 19 00:41:39 2018 +0900

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/jython/Portfile b/lang/jython/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 64937b0..c6f6287 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/jython/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/jython/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -80,6 +80,7 @@ variant installer description {Use installer, rather than building from source}
</span> 
 default_variants +installer
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Homepage is rarely updated, so check tags on GitHub mirror
</span> livecheck.type      regex
<span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.url       ${homepage}downloads.html
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-livecheck.regex     "Jython (\\d+(?:\\.\\d+)*)"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.url       https://github.com/jythontools/jython/tags
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+livecheck.regex     {archive/v([0-9.-]+)\.tar\.gz}
</span></pre><pre style='margin:0'>

</pre>