diff options
| author | taca <taca@pkgsrc.org> | 2015-03-13 15:56:20 +0000 |
|---|---|---|
| committer | taca <taca@pkgsrc.org> | 2015-03-13 15:56:20 +0000 |
| commit | b59cdcf945c736a98a637609d5b5a8d625f469d3 (patch) | |
| tree | ef5817fdc7a6ab06f498f2b9ca09f2329a809042 /sysutils/ruby-childprocess | |
| parent | b01e3f387f1a8c04c15a9331984cbd7b4f1be250 (diff) | |
| download | pkgsrc-b59cdcf945c736a98a637609d5b5a8d625f469d3.tar.gz | |
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.
Diffstat (limited to 'sysutils/ruby-childprocess')
| -rw-r--r-- | sysutils/ruby-childprocess/Makefile | 4 | ||||
| -rw-r--r-- | sysutils/ruby-childprocess/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/ruby-childprocess/Makefile b/sysutils/ruby-childprocess/Makefile index b0ff9a54120..6820b28f395 100644 --- a/sysutils/ruby-childprocess/Makefile +++ b/sysutils/ruby-childprocess/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2014/07/16 08:37:20 rodent Exp $ +# $NetBSD: Makefile,v 1.4 2015/03/13 15:56:20 taca Exp $ -DISTNAME= childprocess-0.5.3 +DISTNAME= childprocess-0.5.5 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= ruby sysutils diff --git a/sysutils/ruby-childprocess/distinfo b/sysutils/ruby-childprocess/distinfo index d2d304e5316..f256f68f691 100644 --- a/sysutils/ruby-childprocess/distinfo +++ b/sysutils/ruby-childprocess/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2014/07/04 12:30:02 rodent Exp $ +$NetBSD: distinfo,v 1.2 2015/03/13 15:56:20 taca Exp $ -SHA1 (childprocess-0.5.3.gem) = c8856f74b8d16b231cab53454fef7155c018b05c -RMD160 (childprocess-0.5.3.gem) = 503dbbdeef6488a68df279a12a48337b3b2ea3f3 -Size (childprocess-0.5.3.gem) = 28160 bytes +SHA1 (childprocess-0.5.5.gem) = 05babe70355bc92aada93f4baa16690540e179e6 +RMD160 (childprocess-0.5.5.gem) = 7602257104d0b1fb0fe859ee1ffdce0cc77dff59 +Size (childprocess-0.5.5.gem) = 28672 bytes |
