openbsd-ports/www/ruby-raindrops/patches/patch-pkg_mk
jeremy 4e975c22ea Import ruby-raindrops 0.7.0.
Raindrops is a real-time stats toolkit to show statistics for Rack HTTP
servers. It is designed for preforking servers such as Rainbows! and
Unicorn, but should support any Rack HTTP server under Ruby 1.9, 1.8 and
Rubinius on platforms supporting POSIX shared memory. It may also be
used as a generic scoreboard for sharing atomic counters across multiple
processes.

OK sthen@
2011-07-06 01:14:09 +00:00

13 lines
381 B
Plaintext

$OpenBSD: patch-pkg_mk,v 1.1.1.1 2011/07/06 01:14:09 jeremy Exp $
--- pkg.mk.orig Mon Jun 27 10:49:35 2011
+++ pkg.mk Mon Jun 27 10:49:43 2011
@@ -146,7 +146,7 @@ all:: test
test_units := $(wildcard test/test_*.rb)
test: test-unit
test-unit: $(test_units)
-$(test_units): build
+$(test_units):
$(RUBY) -I $(lib) $@ $(RUBY_TEST_OPTS)
# this requires GNU coreutils variants