Update to raindrops 0.8.0.
This commit is contained in:
parent
0f5b815afb
commit
13252b34a8
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2011/09/16 12:00:09 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2011/11/18 00:04:19 jeremy Exp $
|
||||
|
||||
COMMENT = real-time stats toolkit for Rack HTTP servers
|
||||
|
||||
DISTNAME = raindrops-0.7.0
|
||||
REVISION= 0
|
||||
DISTNAME = raindrops-0.8.0
|
||||
CATEGORIES = www
|
||||
|
||||
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
||||
@ -22,7 +21,7 @@ CONFIGURE_STYLE = ruby gem ext
|
||||
BUILD_DEPENDS += libatomic_ops-*:devel/boehm-gc,-atomic
|
||||
|
||||
REGRESS_DEPENDS = devel/gmake \
|
||||
www/ruby-rack,${MODRUBY_FLAVOR} \
|
||||
www/ruby-unicorn,${MODRUBY_FLAVOR} \
|
||||
${FULLPKGNAME}:${BUILD_PKGPATH}
|
||||
|
||||
do-regress:
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (raindrops-0.7.0.gem) = Z3ck4Gt3MMPwH3V02hX38g==
|
||||
RMD160 (raindrops-0.7.0.gem) = VjoXAlf0SgHFjDGknPZJAHVXIzI=
|
||||
SHA1 (raindrops-0.7.0.gem) = MkPOQFk9uQBsfUtnAGiArDfRHPk=
|
||||
SHA256 (raindrops-0.7.0.gem) = lVcsG/0kyYVRAVEf0EwzAllSSIPp83RRsazb2/ogRJg=
|
||||
SIZE (raindrops-0.7.0.gem) = 68096
|
||||
MD5 (raindrops-0.8.0.gem) = 8bWQ03GMQQAsKChj9gvfgg==
|
||||
RMD160 (raindrops-0.8.0.gem) = xoXX4lvHUgDvJWFm4/aHnj6YvPo=
|
||||
SHA1 (raindrops-0.8.0.gem) = ykyzvfrhIqahN86+Ts5VCqmAGbk=
|
||||
SHA256 (raindrops-0.8.0.gem) = qsewBZP9ekAxGoxGWJNnDqbue/ipwpXKFTRUiW9+uJs=
|
||||
SIZE (raindrops-0.8.0.gem) = 70144
|
||||
|
13
www/ruby-raindrops/patches/patch-test_test_linux_tcp_info_rb
Normal file
13
www/ruby-raindrops/patches/patch-test_test_linux_tcp_info_rb
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-test_test_linux_tcp_info_rb,v 1.1 2011/11/18 00:04:19 jeremy Exp $
|
||||
|
||||
Skip linux specific tests, backported from
|
||||
499e63e2666f88134f7d47f3bcfdfedd72396e70.
|
||||
|
||||
--- test/test_linux_tcp_info.rb.orig Mon Nov 14 19:22:35 2011
|
||||
+++ test/test_linux_tcp_info.rb Mon Nov 14 19:22:43 2011
|
||||
@@ -58,4 +58,4 @@ class TestLinuxTCP_Info < Test::Unit::TestCase
|
||||
a.close if a
|
||||
s.close
|
||||
end
|
||||
-end
|
||||
+end if RUBY_PLATFORM =~ /linux/
|
Loading…
Reference in New Issue
Block a user