<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b543c81e154ec02d4c3cd053fd4b933c1a0d1524">https://github.com/macports/macports-ports/commit/b543c81e154ec02d4c3cd053fd4b933c1a0d1524</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 b543c81  jython: Fix license
</span>b543c81 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b543c81e154ec02d4c3cd053fd4b933c1a0d1524
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Oct 24 04:09:50 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    jython: Fix license
</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 f205ae0..bfcd935 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;'>@@ -7,12 +7,13 @@ version             2.7.1
</span> categories          lang python java
 platforms           darwin
 maintainers         {amake @amake} openmaintainer
<span style='display:block; white-space:pre;background:#e0ffe0;'>+license             PSF
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> description         Python implementation in pure Java
 long_description    \
     Jython is an implementation of the high-level, dynamic, object-oriented \
     language Python written in 100% Pure Java, and seamlessly integrated with \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    the Java platform. It thus allows you to run Python on any Java platform. \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    license PSF
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    the Java platform. It thus allows you to run Python on any Java platform.
</span> 
 homepage            http://www.jython.org/
 
</pre><pre style='margin:0'>

</pre>