<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/846326e003ec1efc2d05d0b40cb61da588444d3e">https://github.com/macports/macports-ports/commit/846326e003ec1efc2d05d0b40cb61da588444d3e</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 846326e  brs: Don't copy distfile before extracting it
</span>846326e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 846326e003ec1efc2d05d0b40cb61da588444d3e
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri May 18 20:55:57 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    brs: Don't copy distfile before extracting it
</span>---
 textproc/brs/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/brs/Portfile b/textproc/brs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 442242f..65d9808 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/brs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/brs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,8 +29,7 @@ patchfiles                patch-Makefile patch-bible.1 patch-brl.c patch-tsl.c
</span> 
 extract.mkdir  yes
 post-extract {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        file copy ${distpath}/bible_brs.tcl.gz ${worksrcpath}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   system "cd ${worksrcpath} && gunzip bible_brs.tcl.gz"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+   system -W ${worksrcpath} "gzip -dc < ${distpath}/bible_brs.tcl.gz > bible_brs.tcl"
</span> }
 extract.only   bible.data.tar.bz2 bible.tar.bz2
 
</pre><pre style='margin:0'>

</pre>