Update to raindrops 0.10.0. Remove a patch accepted upstream.

This commit is contained in:
jeremy 2012-10-13 10:48:40 +00:00
parent ceed4c9fc6
commit 43ddf9ad22
3 changed files with 4 additions and 21 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.4 2012/09/23 16:57:36 jeremy Exp $
# $OpenBSD: Makefile,v 1.5 2012/10/13 10:48:40 jeremy Exp $
COMMENT = real-time stats toolkit for Rack HTTP servers
DISTNAME = raindrops-0.8.0
REVISION = 0
DISTNAME = raindrops-0.10.0
CATEGORIES = www
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>

View File

@ -1,5 +1,2 @@
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
SHA256 (raindrops-0.10.0.gem) = VPPX34yAvDFHQK5tq0hJN7+4YcHDSG121Gv/rTPBdns=
SIZE (raindrops-0.10.0.gem) = 74240

View File

@ -1,13 +0,0 @@
$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/