<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/aa4a6b7ea18f12c73bf0540115efeab4e344460e">https://github.com/macports/macports-ports/commit/aa4a6b7ea18f12c73bf0540115efeab4e344460e</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 aa4a6b7  pbxz: Don't use upstream master_sites anymore
</span>aa4a6b7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit aa4a6b7ea18f12c73bf0540115efeab4e344460e
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Tue Nov 12 00:01:54 2019 -0600

<span style='display:block; white-space:pre;color:#404040;'>    pbxz: Don't use upstream master_sites anymore
</span>---
 archivers/pbzx/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/archivers/pbzx/Portfile b/archivers/pbzx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ea629fb..126b3b7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/archivers/pbzx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/archivers/pbzx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,6 +18,11 @@ homepage            http://newosxbook.com/articles/OTA5.html
</span> master_sites        http://newosxbook.com/code/listings/pbzx.c?dummy=:pbzx \
                     http://newosxbook.com/code/listings/02_decompress.c?dummy=:decompress
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Upstream has updated 02_decompress.c in a way that is not compatible with pbzx.c.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Upstream appears to have deprecated pbzx in favor of ota, yet ota does not have
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# the capability to simply extract a pbxz file as pbxz does.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        macports_distfiles
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> set pbzx.c          pbzx-${version}.c
 set 02_decompress.c 02_decompress-${02_decompress_version}.c
 
</pre><pre style='margin:0'>

</pre>