<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/c3bcbdf522fce64c00e5fc8c102da645157d37be">https://github.com/macports/macports-ports/commit/c3bcbdf522fce64c00e5fc8c102da645157d37be</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 c3bcbdf  jython: use Ant 1.10.x for Java 8 compatibility
</span>c3bcbdf is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c3bcbdf522fce64c00e5fc8c102da645157d37be
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Sat Sep 7 20:59:16 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    jython: use Ant 1.10.x for Java 8 compatibility
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    â€¦instead of a possibly incompatible Ant version,
</span><span style='display:block; white-space:pre;color:#404040;'>    such as 1.8 (included in older macOS versions).
</span>---
 lang/jython/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<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 f6b2dfd..45b9db1 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;'>@@ -62,7 +62,9 @@ if {![variant_isset installer]} {
</span>     hg.url          https://hg.python.org/jython
     hg.tag          v${version}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_build   bin:ant:apache-ant
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Use Ant 1.10.x for Java 8 compatibility
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:apache-ant
</span> 
     build.cmd       ant
     build.target    developer-build
</pre><pre style='margin:0'>

</pre>