Sun Jun 16 16:41:56 2013 UTC ()
Update ruby-subexec 0.2.3.

* without a timeout set read from the pipe while we wait so that
  Process.waitpid doe not hang after the pipe buffer gets filled.
* Fix exporting of LANG setting for Unix platforms.


(taca)
diff -r1.5 -r1.6 pkgsrc/devel/ruby-subexec/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/ruby-subexec/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/devel/ruby-subexec/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-subexec/Makefile 2012/04/29 05:53:42 1.5
+++ pkgsrc/devel/ruby-subexec/Makefile 2013/06/16 16:41:56 1.6
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.5 2012/04/29 05:53:42 taca Exp $ 1# $NetBSD: Makefile,v 1.6 2013/06/16 16:41:56 taca Exp $
2 2
3DISTNAME= subexec-0.2.2 3DISTNAME= subexec-0.2.3
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://github.com/nulayer/subexec 7HOMEPAGE= http://github.com/nulayer/subexec
8COMMENT= Subexec spawns an external command with a timeout 8COMMENT= Subexec spawns an external command with a timeout
9LICENSE= mit 9LICENSE= mit
10 10
11.include "../../lang/ruby/gem.mk" 11.include "../../lang/ruby/gem.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/devel/ruby-subexec/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-subexec/distinfo 2012/04/29 05:53:42 1.5
+++ pkgsrc/devel/ruby-subexec/distinfo 2013/06/16 16:41:56 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2012/04/29 05:53:42 taca Exp $ 1$NetBSD: distinfo,v 1.6 2013/06/16 16:41:56 taca Exp $
2 2
3SHA1 (subexec-0.2.2.gem) = 148b63507afb84125a4246d93f92965d520f6d42 3SHA1 (subexec-0.2.3.gem) = cee0271b1ad4b18a8182571e1fc3dd7588f07155
4RMD160 (subexec-0.2.2.gem) = 050c00682189439f22bd80bd6a39202c79f1f4a7 4RMD160 (subexec-0.2.3.gem) = 71b4b8404458ba3c7c6dd98329a11bc23f008ed1
5Size (subexec-0.2.2.gem) = 5120 bytes 5Size (subexec-0.2.3.gem) = 5120 bytes