ports/opt (3.5): ruby: update to 2.6.3
commit b447e4b49efda1818a2762b6c6e087285bac7bfe Author: Juergen Daubert <jue@jue.li> Date: Fri Apr 19 13:05:14 2019 +0200 ruby: update to 2.6.3 diff --git a/ruby/.footprint b/ruby/.footprint index 0d282cf97..392ce1d7b 100644 --- a/ruby/.footprint +++ b/ruby/.footprint @@ -42,13 +42,13 @@ drwxr-xr-x root/root usr/include/ruby-2.6/ruby/backward/ -rw-r--r-- root/root usr/include/ruby-2.6/ruby/version.h -rw-r--r-- root/root usr/include/ruby-2.6/ruby/vm.h drwxr-xr-x root/root usr/include/ruby-2.6/x86_64-linux/ --rw-r--r-- root/root usr/include/ruby-2.6/x86_64-linux/rb_mjit_min_header-2.6.2.h +-rw-r--r-- root/root usr/include/ruby-2.6/x86_64-linux/rb_mjit_min_header-2.6.3.h drwxr-xr-x root/root usr/include/ruby-2.6/x86_64-linux/ruby/ -rw-r--r-- root/root usr/include/ruby-2.6/x86_64-linux/ruby/config.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libruby.so -> libruby.so.2.6.2 -lrwxrwxrwx root/root usr/lib/libruby.so.2.6 -> libruby.so.2.6.2 --rwxr-xr-x root/root usr/lib/libruby.so.2.6.2 +lrwxrwxrwx root/root usr/lib/libruby.so -> libruby.so.2.6.3 +lrwxrwxrwx root/root usr/lib/libruby.so.2.6 -> libruby.so.2.6.3 +-rwxr-xr-x root/root usr/lib/libruby.so.2.6.3 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/ruby-2.6.pc drwxr-xr-x root/root usr/lib/ruby/ @@ -346,6 +346,7 @@ drwxr-xr-x root/root usr/lib/ruby/2.6/csv/ drwxr-xr-x root/root usr/lib/ruby/2.6/csv/core_ext/ -rw-r--r-- root/root usr/lib/ruby/2.6/csv/core_ext/array.rb -rw-r--r-- root/root usr/lib/ruby/2.6/csv/core_ext/string.rb +-rw-r--r-- root/root usr/lib/ruby/2.6/csv/delete_suffix.rb -rw-r--r-- root/root usr/lib/ruby/2.6/csv/fields_converter.rb -rw-r--r-- root/root usr/lib/ruby/2.6/csv/match_p.rb -rw-r--r-- root/root usr/lib/ruby/2.6/csv/parser.rb @@ -1676,7 +1677,7 @@ drwxr-xr-x root/root usr/lib/ruby/gems/2.6/specifications/default/ -rw-r--r-- root/root usr/lib/ruby/gems/2.6/specifications/default/bigdecimal-1.4.1.gemspec -rw-r--r-- root/root usr/lib/ruby/gems/2.6/specifications/default/bundler-1.17.2.gemspec -rw-r--r-- root/root usr/lib/ruby/gems/2.6/specifications/default/cmath-1.0.0.gemspec --rw-r--r-- root/root usr/lib/ruby/gems/2.6/specifications/default/csv-3.0.4.gemspec +-rw-r--r-- root/root usr/lib/ruby/gems/2.6/specifications/default/csv-3.0.9.gemspec -rw-r--r-- root/root usr/lib/ruby/gems/2.6/specifications/default/date-2.0.0.gemspec -rw-r--r-- root/root usr/lib/ruby/gems/2.6/specifications/default/dbm-1.0.0.gemspec -rw-r--r-- root/root usr/lib/ruby/gems/2.6/specifications/default/e2mmap-0.1.0.gemspec diff --git a/ruby/.signature b/ruby/.signature index 4afd2f6c1..6702753c5 100644 --- a/ruby/.signature +++ b/ruby/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/T0QVXiFf7u4+W3Ez6dNi9Piv6TZ2srnzVA/jv2BxuaZaxcuwrpMK/E+lfeuKycdNKTYX8yb6138piMhsACAyQE= -SHA256 (Pkgfile) = bda5d9dd7189598244d06d3840b4353cfa0615f164a0bb3f716edd54f8b73964 -SHA256 (.footprint) = 9963e68364841dd251d11d06b5ad0238a57277bc9db9c78e361b66a47bb52788 -SHA256 (ruby-2.6.2.tar.xz) = 91fcde77eea8e6206d775a48ac58450afe4883af1a42e5b358320beb33a445fa +RWSE3ohX2g5d/T160/T8OKsEyVuY9Hez8+/9WMZuG+ttv72wVZ3FurB2vVE/x0t2PK2r5xIMTF+8zXb5+Bv37/8sk0eUarv2uws= +SHA256 (Pkgfile) = 43dea330d60760cd1e3beb349cc8ed88e8537f09f53e3ba286c40e682a372986 +SHA256 (.footprint) = b92adb7b320d25798682ca7c01862c66c0ae971e29b66253efa8342f84e7f980 +SHA256 (ruby-2.6.3.tar.xz) = 11a83f85c03d3f0fc9b8a9b6cad1b2674f26c5aaa43ba858d4b0fcc2b54171e1 diff --git a/ruby/Pkgfile b/ruby/Pkgfile index cc718e8fa..c0c5b9722 100644 --- a/ruby/Pkgfile +++ b/ruby/Pkgfile @@ -4,7 +4,7 @@ # Depends on: gdbm libgmp openssl zlib libffi libyaml name=ruby -version=2.6.2 +version=2.6.3 release=1 source=(http://cache.ruby-lang.org/pub/$name/${version%.*}/$name-$version.tar.xz)
participants (1)
-
crux@crux.nu