<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jun 23, 2017, at 18:49, kimura wataru <<a href="mailto:kimuraw@macports.org" class="">kimuraw@macports.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><pre style="margin:0" class="">kimura wataru (kimuraw) pushed a commit to branch master
in repository macports-ports.

</pre><p class=""><a href="https://github.com/macports/macports-ports/commit/6959a9f89c69aba1849450ee5059c85ebafbc208" class="">https://github.com/macports/macports-ports/commit/6959a9f89c69aba1849450ee5059c85ebafbc208</a></p>
<pre style="white-space: pre; background: #F8F8F8" class="">The following commit(s) were added to refs/heads/master by this push:
<span style="display:block; white-space:pre;color:#404040;" class="">     new 6959a9f  lang/ruby24: install libruby-static.a same as ruby23 or earlier
</span>6959a9f is described below

<span style="display:block; white-space:pre;color:#808000;" class="">commit 6959a9f89c69aba1849450ee5059c85ebafbc208
</span>Author: kimura wataru <<a href="mailto:kimuraw@i.nifty.jp" class="">kimuraw@i.nifty.jp</a>>
AuthorDate: Sat Jun 24 08:22:11 2017 +0900

<span style="display:block; white-space:pre;color:#404040;" class="">    lang/ruby24: install libruby-static.a same as ruby23 or earlier
</span><span style="display:block; white-space:pre;color:#404040;" class="">    
</span><span style="display:block; white-space:pre;color:#404040;" class="">    ruby-2.4 installs either libruby*.dylib or libruby*-static.a by default.
</span><span style="display:block; white-space:pre;color:#404040;" class="">    ruby-2.3 or earlier installs both.
</span>---
 lang/ruby24/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style="display:block; white-space:pre;color:#808080;" class="">diff --git a/lang/ruby24/Portfile b/lang/ruby24/Portfile
</span><span style="display:block; white-space:pre;color:#808080;" class="">index 0aee654..822d3c5 100644
</span><span style="display:block; white-space:pre;background:#e0e0ff;" class="">--- a/lang/ruby24/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0ff;" class="">+++ b/lang/ruby24/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0e0;" class="">@@ -50,6 +50,7 @@ select.group        ruby
</span> select.file         ${filespath}/ruby24
 
 configure.args      --enable-shared \
<span style="display:block; white-space:pre;background:#e0ffe0;" class="">+                    --enable-install-static-library \
</span>                     --disable-install-doc \
                     --mandir="${prefix}/share/man" \
                     --enable-pthread \
</pre><pre style="margin:0" class="">
</pre>

</div></blockquote></div><br class=""><div class="">If this changes the files that get installed, the revision needs to be increased, otherwise users will not see this change.</div><div class=""><br class=""></div><div class="">Please configure your git environment to commit using your MacPorts email address.</div><div class=""><br class=""></div></body></html>