- update to posix-spawn-0.3.11

- enable tests
This commit is contained in:
jasper 2015-06-23 07:45:32 +00:00
parent 93e4736977
commit 34df624e42
3 changed files with 25 additions and 6 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.7 2014/10/11 19:54:47 jeremy Exp $
# $OpenBSD: Makefile,v 1.8 2015/06/23 07:45:32 jasper Exp $
COMMENT= fast process spawning
DISTNAME= posix-spawn-0.3.6
REVISION= 4
DISTNAME= posix-spawn-0.3.11
CATEGORIES= sysutils
@ -16,4 +15,10 @@ MODULES= lang/ruby
CONFIGURE_STYLE=ruby gem ext
MODRUBY_TEST= rake
TEST_DEPENDS= devel/ruby-rake-compiler,${MODRUBY_FLAVOR}
pre-configure:
perl -pi -e 's,"ruby","${RUBY}",,g' ${WRKSRC}/test/test_spawn.rb
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (posix-spawn-0.3.6.gem) = g6ztCQjxiz6oc0GR3PKymE9VN4yLIx5L+Z4IgNTEVTg=
SIZE (posix-spawn-0.3.6.gem) = 25600
SHA256 (posix-spawn-0.3.11.gem) = uTKDXdbrJBslW6UXZ7aKWCmau7D7NEy4dNzSPVe3VBQ=
SIZE (posix-spawn-0.3.11.gem) = 29696

View File

@ -1,6 +1,12 @@
@comment $OpenBSD: PLIST,v 1.2 2014/01/11 22:51:03 jeremy Exp $
@comment $OpenBSD: PLIST,v 1.3 2015/06/23 07:45:32 jasper Exp $
${GEM_BIN}/posix-spawn-benchmark${GEM_BIN_SUFFIX}
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/extensions/${MODRUBY_ARCH}/
${GEM_LIB}/extensions/${MODRUBY_ARCH}/${MODRUBY_LIBREV}/
@comment ${GEM_EXTENSIONS_DIR}/
@comment ${GEM_EXTENSIONS_DIR}/gem.build_complete
@comment ${GEM_EXTENSIONS_DIR}/gem_make.out
@comment ${GEM_EXTENSIONS_DIR}/posix_spawn_ext.so
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.gitignore
${GEM_LIB}/gems/${DISTNAME}/COPYING
@ -11,6 +17,13 @@ ${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/TODO
${GEM_LIB}/gems/${DISTNAME}/bin/
${GEM_LIB}/gems/${DISTNAME}/bin/posix-spawn-benchmark
${GEM_LIB}/gems/${DISTNAME}/ext/
@comment ${GEM_LIB}/gems/${DISTNAME}/ext/.RUBYARCHDIR.time
${GEM_LIB}/gems/${DISTNAME}/ext/Makefile
${GEM_LIB}/gems/${DISTNAME}/ext/extconf.rb
${GEM_LIB}/gems/${DISTNAME}/ext/posix-spawn.c
${GEM_LIB}/gems/${DISTNAME}/ext/posix-spawn.o
${GEM_LIB}/gems/${DISTNAME}/ext/posix_spawn_ext.so
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/posix/
${GEM_LIB}/gems/${DISTNAME}/lib/posix-spawn.rb
@ -23,6 +36,7 @@ ${GEM_LIB}/gems/${DISTNAME}/posix-spawn.gemspec
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/test_backtick.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_child.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_popen.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_spawn.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_system.rb