<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/3c37abb18507fe6bcf1187dd513c27bb129589f3">https://github.com/macports/macports-ports/commit/3c37abb18507fe6bcf1187dd513c27bb129589f3</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 3c37abb1850 ruby: cleanup MacPorts < 2.6.0 handling
</span>3c37abb1850 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3c37abb18507fe6bcf1187dd513c27bb129589f3
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Wed Nov 18 11:04:54 2020 -0600

<span style='display:block; white-space:pre;color:#404040;'>    ruby: cleanup MacPorts < 2.6.0 handling
</span>---
 lang/ruby/Portfile | 4 ----
 1 file changed, 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/ruby/Portfile b/lang/ruby/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0f985c7fd27..7fe50b78607 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/ruby/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/ruby/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -138,11 +138,7 @@ if {[variant_isset universal]} {
</span>                   "ac_cv_build=\"${cpu_type}-apple-darwin${os.major}\" "
        }
 } elseif {[info exists build_arch] && ${build_arch} ne ""} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {[vercmp [macports_version] 2.5.99] >= 0} {
</span>   configure.env-append "ARCH_FLAG=-arch ${build_arch}"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        } else {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   configure.env-append ARCH_FLAG="-arch ${build_arch}"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-   }
</span> }
 
 destroot.target        install install-doc
</pre><pre style='margin:0'>

</pre>