<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/e1ad7dc7c00e89486f200a9c38e7b867308e4304">https://github.com/macports/macports-ports/commit/e1ad7dc7c00e89486f200a9c38e7b867308e4304</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e1ad7dc7c00e89486f200a9c38e7b867308e4304
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Tue Dec 26 10:48:47 2023 +1100
<span style='display:block; white-space:pre;color:#404040;'> rb-rubyzip: mark noarch, platforms any
</span>---
ruby/rb-rubyzip/Portfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ruby/rb-rubyzip/Portfile b/ruby/rb-rubyzip/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8e729b7c8d3..9e29030e8a0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ruby/rb-rubyzip/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ruby/rb-rubyzip/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,11 +9,13 @@ revision 0
</span>
categories-append archivers
license {Ruby GPL-2}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms any
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs noarch
</span> maintainers {judaew @judaew} openmaintainer
description rubyzip is a ruby module for reading and writing zip files
long_description \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ${description}, with the restriction that only uncompressed and deflated \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ {*}${description}, with the restriction that only uncompressed and deflated \
</span> zip entries are supported. All this library does is handling of the zip \
file format. the actual compression/decompression is handled by zlib.
homepage https://github.com/rubyzip/rubyzip
</pre><pre style='margin:0'>
</pre>