<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/06d95f8cc94df019ca8e1aa2ea3a1bf02627c2cb">https://github.com/macports/macports-ports/commit/06d95f8cc94df019ca8e1aa2ea3a1bf02627c2cb</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 06d95f8cc94 makepasswd: Really fix extract on 10.8 and older
</span>06d95f8cc94 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 06d95f8cc94df019ca8e1aa2ea3a1bf02627c2cb
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Jun 15 09:08:11 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    makepasswd: Really fix extract on 10.8 and older
</span>---
 security/makepasswd/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/security/makepasswd/Portfile b/security/makepasswd/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9529bc24552..e5d2fc20190 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/security/makepasswd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/security/makepasswd/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,6 +27,8 @@ perl5.branches          5.26 5.28 5.30
</span> perl5.default_branch    5.28
 perl5.create_variants   ${perl5.branches}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_extract     port:xz
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_run         port:p${perl5.major}-bytes-random-secure \
                     port:p${perl5.major}-crypt-passwdmd5 \
                     port:p${perl5.major}-getopt-long
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,7 +36,7 @@ depends_run         port:p${perl5.major}-bytes-random-secure \
</span> extract.cmd         ar
 extract.pre_args    -x
 extract.post_args   data.tar.xz && mkdir ${worksrcpath} && \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    tar -C ${worksrcpath} -xJf data.tar.xz
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    xzcat data.tar.xz | tar -C ${worksrcpath} -xf -
</span> 
 patchfiles          patch-usr-bin-makepasswd.diff
 
</pre><pre style='margin:0'>

</pre>