<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/7bafdb243c69ebe6b849c253adcefdd03e51699f">https://github.com/macports/macports-ports/commit/7bafdb243c69ebe6b849c253adcefdd03e51699f</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 7bafdb2  jython: use GitHub mirror tarball for source build
</span>7bafdb2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7bafdb243c69ebe6b849c253adcefdd03e51699f
</span>Author: Aaron Madlon-Kay <amake@macports.org>
AuthorDate: Tue Nov 5 17:05:54 2019 +0900

<span style='display:block; white-space:pre;color:#404040;'>    jython: use GitHub mirror tarball for source build
</span>---
 lang/jython/Portfile | 9 ++++++---
 1 file changed, 6 insertions(+), 3 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 45b9db1..74e6c28 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;'>@@ -58,9 +58,12 @@ default_variants +installer
</span> # Install from source.
 # This block must come after the installer variant definition.
 if {![variant_isset installer]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    fetch.type      hg
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    hg.url          https://hg.python.org/jython
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    hg.tag          v${version}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    PortGroup       github 1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    github.setup    jythontools jython ${version} v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    checksums       rmd160  62fea5972f1c93847753b43dcfb5c6004a49ba90 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  bca5de8d48437f8b6244883f4c781037cfd85a8bf195e41c06cfcda282e240c4 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    43404763
</span> 
     # Use Ant 1.10.x for Java 8 compatibility
     depends_build-append \
</pre><pre style='margin:0'>

</pre>