Commit graph

15 commits

Author SHA1 Message Date
taca
f237bc472a sysutils/ruby-childprocess: update to 0.9.0
### Version 0.9.0 / 2018-03-10

* Added support for DragonFly BSD.
2018-03-23 14:03:21 +00:00
taca
c183d6fcb8 sysutils/ruby-childprocess: update to 0.8.0
### Version 0.8.0 / 2017-09-23

* Added a method for determining whether or nto a process had been started.
2018-03-21 15:15:13 +00:00
wiz
ef141a6b79 Reset maintainer 2017-09-16 19:26:41 +00:00
taca
90522600ba Update ruby-childprocess to 0.7.1.
### Version 0.7.1 / 2017-06-26

* Fixed a noisy uninitialized variable warning
2017-09-10 15:38:26 +00:00
taca
72bb551c27 Update ruby-childprocess to 0.7.0.
### Version 0.7.0 / 2017-05-07

* Debugging information now uses a Logger, which can be configured.
2017-06-21 14:15:00 +00:00
taca
1509993a15 Update ruby-childprocess to 0.6.3.
### Version 0.6.3 / 2017-03-24

See beta release notes.


### Version 0.6.3.beta.1 / 2017-03-10

* Bug fix: Fixed child process creation problems on Windows 7 when a child was declared as a leader.


### Version 0.6.2 / 2017-02-25

* Bug fix: Fixed a potentially broken edge case that could occur on older 32-bit OSX systems.


### Version 0.6.1 / 2017-01-22

* Bug fix: Fixed a dependency that was accidentally declared as a runtime
  dependency instead of a development dependency.


### Version 0.6.0 / 2017-01-22

* Support for Ruby 2.4 added
2017-04-22 16:48:00 +00:00
taca
22f621eefa Update ruby-childprocess to 0.5.9.
Shut down the test processes.
2016-03-15 15:18:26 +00:00
taca
5ccf428d3e Update ruby-childprocess to 0.5.8.
pkgsrc change: update HOMEPAGE.

0.5.8

* Merge pull request #94 from portertech/hotfix/windows-jobs
  Fix Windows process job handle leak
* [windows-jobs] fix windows process job handle leak
  this fixes sensu/sensu#1057

0.5.7

* Fix posix_spawn bug when $stdout is overriden
* Add failing test case for $stdout = StringIO
* Fix header
* Add caveat for #89
2015-12-13 15:25:09 +00:00
agc
17886c78da Add SHA512 digests for distfiles for sysutils category
Problems found with existing digests:
	Package memconf distfile memconf-2.16/memconf.gz
	b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
	95748686a5ad8144232f4d4abc9bf052721a196f [calculated]

Problems found locating distfiles:
	Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
	Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
	Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
	Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
	Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:32:05 +00:00
rodent
a501cc6c8f Update to 0.5.6. No ChangeLog. Assume more/better/faster. 2015-04-11 03:46:00 +00:00
taca
7e220736cd Update ruby-childprocess to 0.5.5.
* Longer sleep (increase stability but won't affect runtime).
* Work around JRuby problem.
* Spec environment unset in parent is unset in parent when set in grandparent.
* Remove environment variables not in ENV that are in ProcessBuilder
  environment.
* Remove unnecessary stringification of ENV keys MSP-11414
  Unlike @environment, which is a generic Hash, ENV is guarenteed to be
  <String, String>, so remove the keys #to_s calls for ENV.
2015-03-13 15:56:20 +00:00
joerg
9e8e6d4de0 Fix build on !x86_64. 2015-03-04 16:18:11 +00:00
rodent
2316abf9f4 Unbump PKGREVISION on select ruby packages. 2014-07-16 08:37:20 +00:00
rodent
cdf103652e Removing .ri entries from PLIST. NFI why this works with/without the
entries on my machine. Seems no other ruby package has them. Bump
PKGREVISION.
2014-07-16 07:56:28 +00:00
rodent
008b404ed4 Import ruby200-childprocess-0.5.3 as sysutils/ruby-childprocess.
This gem aims at being a simple and reliable solution for controlling external
programmes running in the background on any Ruby/OS combination.
2014-07-04 12:30:02 +00:00