<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2db38f3b55294ba8917e984cc3799392f7af11ea">https://github.com/macports/macports-ports/commit/2db38f3b55294ba8917e984cc3799392f7af11ea</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 2db38f3  claws-mail: fix junk in file commands. No functional change
</span>2db38f3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2db38f3b55294ba8917e984cc3799392f7af11ea
</span>Author: Perry E. Metzger <perry@piermont.com>
AuthorDate: Sat Aug 25 09:27:16 2018 -0400

<span style='display:block; white-space:pre;color:#404040;'>    claws-mail: fix junk in file commands. No functional change
</span>---
 mail/claws-mail/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/claws-mail/Portfile b/mail/claws-mail/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e7addb0..67cd1ba 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/claws-mail/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/claws-mail/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,8 +36,8 @@ post-patch {
</span>     # are broken and we've patched a yacc file, and the thing ships with
     # pre-build .c and .h.
     # Remove this when a new release comes out
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    file delete file copy ${worksrcpath}/src/quote_fmt_parse.c
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    file delete file copy ${worksrcpath}/src/quote_fmt_parse.h
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    file delete ${worksrcpath}/src/quote_fmt_parse.c
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    file delete ${worksrcpath}/src/quote_fmt_parse.h
</span> }
 # Bison is only needed for the temporary fix. Normally, the
 # generated .[ch] files are shipped with the relase, but we patched a .y
</pre><pre style='margin:0'>

</pre>