On 06/24/2017 01:49 AM, kimura wataru wrote:
> kimura wataru (kimuraw) pushed a commit to branch master
> in repository macports-ports.
>
> https://github.com/macports/macports-ports/commit/6959a9f89c69aba1849450ee5059c85ebafbc208
>
> The following commit(s) were added to refs/heads/master by this push:
> new 6959a9f lang/ruby24: install libruby-static.a same as ruby23 or earlier 
> 6959a9f is described below
>
> commit 6959a9f89c69aba1849450ee5059c85ebafbc208 Author: kimura wataru 
> <[email protected]>
> AuthorDate: Sat Jun 24 08:22:11 2017 +0900
>
> lang/ruby24: install libruby-static.a same as ruby23 or earlier ruby-2.4
> installs either libruby*.dylib or libruby*-static.a by default. ruby-2.3 or
> earlier installs both. ---
>  lang/ruby24/Portfile | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/lang/ruby24/Portfile b/lang/ruby24/Portfile index
> 0aee654..822d3c5 100644 --- a/lang/ruby24/Portfile +++ b/lang/ruby24/Portfile
> @@ -50,6 +50,7 @@ select.group ruby  select.file         ${filespath}/ruby24
>  
>  configure.args      --enable-shared \
> + --enable-install-static-library \                      
> --disable-install-doc \
>                      --mandir="${prefix}/share/man" \
>                      --enable-pthread \

I assume this installs new files, therefore this change also requires a 
rev-bump.

Rainer

Reply via email to