<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/077c7a84a6064529a08c67014f672a9d4669172d">https://github.com/macports/macports-ports/commit/077c7a84a6064529a08c67014f672a9d4669172d</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 077c7a8  unidic-mecab: Fix extract failure
</span>077c7a8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 077c7a84a6064529a08c67014f672a9d4669172d
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Nov 1 03:25:57 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    unidic-mecab: Fix extract failure
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This got broken by 286798b8c56dd17bdb7ecb297973db534cb2d3d1.
</span>---
 textproc/unidic-mecab/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/unidic-mecab/Portfile b/textproc/unidic-mecab/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3d7c2c1..2be52f6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/unidic-mecab/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/unidic-mecab/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,7 +25,7 @@ checksums           rmd160  93dbf8230a9d90663028dc140c58b866bf5990ee \
</span> 
 # skip decompressing error of unzip.
 extract {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    catch {exec "unzip -q ${distpath}/${distfiles} -d ${workpath}"} result
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    catch {exec unzip -q ${distpath}/${distfiles} -d ${workpath}} result
</span>     ui_debug "unzip: $result"
 }
 
</pre><pre style='margin:0'>

</pre>