<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/db35f144798af177786ff766c732fcf1ceb97340">https://github.com/macports/macports-ports/commit/db35f144798af177786ff766c732fcf1ceb97340</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit db35f144798af177786ff766c732fcf1ceb97340
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Dec 20 15:42:37 2023 +1100
<span style='display:block; white-space:pre;color:#404040;'> rb19-httparty: mark noarch, platforms any
</span>---
ruby/rb19-httparty/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/ruby/rb19-httparty/Portfile b/ruby/rb19-httparty/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 13c0050aca8..97a28cd560d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/ruby/rb19-httparty/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/ruby/rb19-httparty/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,10 +6,11 @@ PortGroup ruby 1.0
</span> ruby.setup httparty 0.6.0 gem {} rubygems ruby19
description Makes http fun! Also, makes consuming restful web services dead easy.
long_description \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ {*}${description}
</span> license MIT
maintainers nomaintainer
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span><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>
homepage https://www.johnnunemaker.com/httparty/
</pre><pre style='margin:0'>
</pre>