<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 06/24/2017 01:49 AM, kimura wataru
wrote:<br>
</div>
<blockquote
cite="mid:20170623235040.27072.12616@braeburn.macports.org"
type="cite">
<pre style="margin:0">kimura wataru (kimuraw) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a moz-do-not-send="true"
href="https://github.com/macports/macports-ports/commit/6959a9f89c69aba1849450ee5059c85ebafbc208">https://github.com/macports/macports-ports/commit/6959a9f89c69aba1849450ee5059c85ebafbc208</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 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;">commit 6959a9f89c69aba1849450ee5059c85ebafbc208
</span>Author: kimura wataru <a class="moz-txt-link-rfc2396E" href="mailto:kimuraw@i.nifty.jp"><kimuraw@i.nifty.jp></a>
AuthorDate: Sat Jun 24 08:22:11 2017 +0900
<span style="display:block; white-space:pre;color:#404040;"> lang/ruby24: install libruby-static.a same as ruby23 or earlier
</span><span style="display:block; white-space:pre;color:#404040;">
</span><span style="display:block; white-space:pre;color:#404040;"> ruby-2.4 installs either libruby*.dylib or libruby*-static.a by default.
</span><span style="display:block; white-space:pre;color:#404040;"> 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;">diff --git a/lang/ruby24/Portfile b/lang/ruby24/Portfile
</span><span style="display:block; white-space:pre;color:#808080;">index 0aee654..822d3c5 100644
</span><span style="display:block; white-space:pre;background:#e0e0ff;">--- a/lang/ruby24/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0ff;">+++ b/lang/ruby24/Portfile
</span><span style="display:block; white-space:pre;background:#e0e0e0;">@@ -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;">+ --enable-install-static-library \
</span> --disable-install-doc \
--mandir="${prefix}/share/man" \
--enable-pthread \
</pre>
<pre style="margin:0">
</pre>
</blockquote>
<p>I assume this installs new files, therefore this change also
requires a rev-bump.</p>
<p>Rainer<br>
</p>
</body>
</html>