<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/1c11880a3159152756543c3d277c37c063901f6c">https://github.com/macports/macports-ports/commit/1c11880a3159152756543c3d277c37c063901f6c</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 1c11880  ccl-util: Specify the right character encoding
</span>1c11880 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1c11880a3159152756543c3d277c37c063901f6c
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Wed Dec 26 11:05:48 2018 -0600

<span style='display:block; white-space:pre;color:#404040;'>    ccl-util: Specify the right character encoding
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/39038
</span>---
 java/ccl-util/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/java/ccl-util/Portfile b/java/ccl-util/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f739e5b..503145c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/java/ccl-util/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/java/ccl-util/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,6 +33,7 @@ patchfiles                patch-build.xml \
</span> build.cmd         ant
 build.target           jar
 build.dir              ${worksrcpath}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+build.env               ANT_OPTS="-Dfile.encoding=iso-8859-1"
</span> #build.args-append                -debug
 
 destroot       {
</pre><pre style='margin:0'>

</pre>