<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/e2699bb7160d05a3e15e2763a7c85897b38c5c29">https://github.com/macports/macports-ports/commit/e2699bb7160d05a3e15e2763a7c85897b38c5c29</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 e2699bb boswars: Use distpath; Use system -W
</span>e2699bb is described below
<span style='display:block; white-space:pre;color:#808000;'>commit e2699bb7160d05a3e15e2763a7c85897b38c5c29
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon May 11 17:54:52 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> boswars: Use distpath; Use system -W
</span>---
games/boswars/Portfile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/games/boswars/Portfile b/games/boswars/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index de9af5f..4a953c7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/games/boswars/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/games/boswars/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,8 +57,7 @@ extract.only ${distname}${extract.suffix}
</span> # replace with fixed images built with libpng16
post-extract {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- system "cd ${worksrcpath} && \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- ${prefix}/bin/xz -dc '${prefix}/var/macports/distfiles/${name}/${imagefile}' | ${portutil::autoconf::tar_command} --strip-components 1 -xf -"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ system -W ${worksrcpath} "${prefix}/bin/xz -dc '${distpath}/${imagefile}' | ${portutil::autoconf::tar_command} --strip-components 1 -xf -"
</span> }
pre-patch {
</pre><pre style='margin:0'>
</pre>