forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sysutils/ruby-childprocess: update to 5.0.0
pkgsrc change: fix a few pkglint warnings. 5.0.0 (2024-01-07) * #175: Replace all backends by Process.spawn for portability, reliability and simplicity * #185: Add support for Ruby 3.x
- Loading branch information
taca
committed
Feb 3, 2024
1 parent
d52c82f
commit 4c3ec94
Showing
3 changed files
with
10 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# $NetBSD: Makefile,v 1.17 2021/12/12 13:19:44 taca Exp $ | ||
# $NetBSD: Makefile,v 1.18 2024/02/03 16:27:32 taca Exp $ | ||
|
||
DISTNAME= childprocess-4.1.0 | ||
DISTNAME= childprocess-5.0.0 | ||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} | ||
CATEGORIES= ruby sysutils | ||
CATEGORIES= sysutils | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://github.com/jarib/childprocess | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,34 @@ | ||
@comment $NetBSD: PLIST,v 1.6 2021/12/12 13:19:44 taca Exp $ | ||
@comment $NetBSD: PLIST,v 1.7 2024/02/03 16:27:32 taca Exp $ | ||
${GEM_HOME}/cache/${GEM_NAME}.gem | ||
${GEM_LIBDIR}/.document | ||
${GEM_LIBDIR}/.github/workflows/ci.yml | ||
${GEM_LIBDIR}/.gitignore | ||
${GEM_LIBDIR}/.rspec | ||
${GEM_LIBDIR}/.travis.yml | ||
${GEM_LIBDIR}/CHANGELOG.md | ||
${GEM_LIBDIR}/Gemfile | ||
${GEM_LIBDIR}/LICENSE | ||
${GEM_LIBDIR}/README.md | ||
${GEM_LIBDIR}/Rakefile | ||
${GEM_LIBDIR}/appveyor.yml | ||
${GEM_LIBDIR}/childprocess.gemspec | ||
${GEM_LIBDIR}/lib/childprocess.rb | ||
${GEM_LIBDIR}/lib/childprocess/abstract_io.rb | ||
${GEM_LIBDIR}/lib/childprocess/abstract_process.rb | ||
${GEM_LIBDIR}/lib/childprocess/errors.rb | ||
${GEM_LIBDIR}/lib/childprocess/jruby.rb | ||
${GEM_LIBDIR}/lib/childprocess/jruby/io.rb | ||
${GEM_LIBDIR}/lib/childprocess/jruby/process.rb | ||
${GEM_LIBDIR}/lib/childprocess/jruby/pump.rb | ||
${GEM_LIBDIR}/lib/childprocess/tools/generator.rb | ||
${GEM_LIBDIR}/lib/childprocess/process_spawn_process.rb | ||
${GEM_LIBDIR}/lib/childprocess/unix.rb | ||
${GEM_LIBDIR}/lib/childprocess/unix/fork_exec_process.rb | ||
${GEM_LIBDIR}/lib/childprocess/unix/io.rb | ||
${GEM_LIBDIR}/lib/childprocess/unix/lib.rb | ||
${GEM_LIBDIR}/lib/childprocess/unix/platform/arm64-macosx.rb | ||
${GEM_LIBDIR}/lib/childprocess/unix/platform/i386-linux.rb | ||
${GEM_LIBDIR}/lib/childprocess/unix/platform/i386-solaris.rb | ||
${GEM_LIBDIR}/lib/childprocess/unix/platform/x86_64-linux.rb | ||
${GEM_LIBDIR}/lib/childprocess/unix/platform/x86_64-macosx.rb | ||
${GEM_LIBDIR}/lib/childprocess/unix/posix_spawn_process.rb | ||
${GEM_LIBDIR}/lib/childprocess/unix/process.rb | ||
${GEM_LIBDIR}/lib/childprocess/version.rb | ||
${GEM_LIBDIR}/lib/childprocess/windows.rb | ||
${GEM_LIBDIR}/lib/childprocess/windows/handle.rb | ||
${GEM_LIBDIR}/lib/childprocess/windows/io.rb | ||
${GEM_LIBDIR}/lib/childprocess/windows/lib.rb | ||
${GEM_LIBDIR}/lib/childprocess/windows/process.rb | ||
${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 | ||
${GEM_LIBDIR}/spec/platform_detection_spec.rb | ||
${GEM_LIBDIR}/spec/spec_helper.rb | ||
${GEM_LIBDIR}/spec/unix_spec.rb | ||
${GEM_LIBDIR}/spec/windows_spec.rb | ||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.17 2021/12/12 13:19:44 taca Exp $ | ||
$NetBSD: distinfo,v 1.18 2024/02/03 16:27:32 taca Exp $ | ||
|
||
BLAKE2s (childprocess-4.1.0.gem) = ed9e9b80b1e03e6a0fef7b4748c74652194ba6e594777116326296721f7dea7d | ||
SHA512 (childprocess-4.1.0.gem) = e635c3acfa5ad85891c3879f240c7e96d47d7d5ec3f472f4ce6661552b0fb7bd72c5e3b9fb73f4f9312b749fbe554b4be388e56a31a3c63c39743d055d774def | ||
Size (childprocess-4.1.0.gem) = 34304 bytes | ||
BLAKE2s (childprocess-5.0.0.gem) = d509e8ab800c96ae7c5751888e158b6a79b473c0f8db9d0a0972cc89f69933f0 | ||
SHA512 (childprocess-5.0.0.gem) = 9ec340c86f4fd978b7a9925bcf90811ff3443f014469e4ff121e2c4758a4068823029ab413d1a57eb9de4a864435505b1edfa60a611709f2a5f99aaf08da422d | ||
Size (childprocess-5.0.0.gem) = 21504 bytes |