Skip to content

Commit

Permalink
sysutils/ruby-childprocess: update to 3.0.0
Browse files Browse the repository at this point in the history
Update ruby-childprocessto 3.0.0.


### Version 3.0.0 / 2019-09-20

* [#156](enkessler/childprocess#156 unused `rubyforge_project` from gemspec
* [#160](enkessler/childprocess#160): Remove extension to conditionally install `ffi` gem on Windows platforms
* [#160](enkessler/childprocess#160): Remove runtime dependency on `rake` gem

### Version 2.0.0 / 2019-07-11

* [#148](enkessler/childprocess#148): Drop support for Ruby 2.0, 2.1, and 2.2
* [#149](enkessler/childprocess#149): Fix Unix fork reopen to be compatible with Ruby 2.6
* [#152](enkessler/childprocess#152): Fix hangs and permission errors introduced in Ruby 2.6 for leader processes of process groups

### Version 1.0.1 / 2019-02-03

* [#143](enkessler/childprocess#144): Fix installs by adding `rake` gem as runtime dependency
* [#147](enkessler/childprocess#147): Relax `rake` gem constraint from `< 12` to `< 13`

### Version 1.0.0 / 2019-01-28

* [#134](enkessler/childprocess#134): Add support for non-ASCII characters on Windows
* [#132](enkessler/childprocess#132): Install `ffi` gem requirement on Windows only
* [#128](enkessler/childprocess#128): Convert environment variable values to strings when `posix_spawn` enabled
* [#141](enkessler/childprocess#141): Support JRuby on Java >= 9
  • Loading branch information
taca committed Mar 24, 2020
1 parent 85f6b50 commit 45666e0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
6 changes: 2 additions & 4 deletions sysutils/ruby-childprocess/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.13 2018/03/23 14:03:21 taca Exp $
# $NetBSD: Makefile,v 1.14 2020/03/24 16:32:06 taca Exp $

DISTNAME= childprocess-0.9.0
DISTNAME= childprocess-3.0.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= ruby sysutils

Expand All @@ -9,8 +9,6 @@ HOMEPAGE= https://github.com/jarib/childprocess
COMMENT= Simple and reliable solution for controlling external programs
LICENSE= mit

DEPENDS+= ${RUBY_PKGPREFIX}-ffi>=1.0.11:../../devel/ruby-ffi

USE_LANGUAGES= # none

.include "../../lang/ruby/gem.mk"
Expand Down
5 changes: 3 additions & 2 deletions sysutils/ruby-childprocess/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2017/04/22 16:48:00 taca Exp $
@comment $NetBSD: PLIST,v 1.5 2020/03/24 16:32:06 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.document
${GEM_LIBDIR}/.gitignore
Expand Down Expand Up @@ -40,6 +40,7 @@ ${GEM_LIBDIR}/lib/childprocess/windows/process_builder.rb
${GEM_LIBDIR}/lib/childprocess/windows/structs.rb
${GEM_LIBDIR}/spec/abstract_io_spec.rb
${GEM_LIBDIR}/spec/childprocess_spec.rb
${GEM_LIBDIR}/spec/get_env.ps1
${GEM_LIBDIR}/spec/io_spec.rb
${GEM_LIBDIR}/spec/jruby_spec.rb
${GEM_LIBDIR}/spec/pid_behavior.rb
Expand All @@ -48,4 +49,4 @@ ${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/unix_spec.rb
${GEM_LIBDIR}/spec/windows_spec.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
@pkgdir lib/ruby/gems/2.0.0/build_info

10 changes: 5 additions & 5 deletions sysutils/ruby-childprocess/distinfo
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.11 2018/03/23 14:03:21 taca Exp $
$NetBSD: distinfo,v 1.12 2020/03/24 16:32:06 taca Exp $

SHA1 (childprocess-0.9.0.gem) = a6726a3bc4ca5543561343430bace8057b65a11a
RMD160 (childprocess-0.9.0.gem) = 1d5f6bfec2cbab6d08d39a1a73d6590f2cb45d66
SHA512 (childprocess-0.9.0.gem) = 5a788556e14491b0801b8a533d8d8eebba726af6417c8c6c7146738fcae2f92e9faa090312e77d974852003f5a4d155d5307b0c9d1ff1d18173ad653d21f63d8
Size (childprocess-0.9.0.gem) = 32768 bytes
SHA1 (childprocess-3.0.0.gem) = d4e0a31424ea685b506a322eb82a326625b442aa
RMD160 (childprocess-3.0.0.gem) = 331560ff20e5fe59feddc97cca0619abb622d473
SHA512 (childprocess-3.0.0.gem) = 56aa9303f1a88d57d0928f9c7177291a115736a5989e30bdabfb0b7fa1e6b02e42e45bf5e0498efc5ab9bb5f58a44004ed56bda61d95ca9a8d8df156b9f30ada
Size (childprocess-3.0.0.gem) = 33792 bytes

0 comments on commit 45666e0

Please sign in to comment.