pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/ruby-childprocess
Module Name: pkgsrc
Committed By: taca
Date: Fri Mar 13 15:56:20 UTC 2015
Modified Files:
pkgsrc/sysutils/ruby-childprocess: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/ruby-childprocess/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/ruby-childprocess/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index