From 43ddf9ad22601eafd239002f360da0b084974dc9 Mon Sep 17 00:00:00 2001 From: jeremy Date: Sat, 13 Oct 2012 10:48:40 +0000 Subject: [PATCH] Update to raindrops 0.10.0. Remove a patch accepted upstream. --- www/ruby-raindrops/Makefile | 5 ++--- www/ruby-raindrops/distinfo | 7 ++----- .../patches/patch-test_test_linux_tcp_info_rb | 13 ------------- 3 files changed, 4 insertions(+), 21 deletions(-) delete mode 100644 www/ruby-raindrops/patches/patch-test_test_linux_tcp_info_rb diff --git a/www/ruby-raindrops/Makefile b/www/ruby-raindrops/Makefile index 58b32e0f7db..f9bc94535b1 100644 --- a/www/ruby-raindrops/Makefile +++ b/www/ruby-raindrops/Makefile @@ -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 diff --git a/www/ruby-raindrops/distinfo b/www/ruby-raindrops/distinfo index 3cef26ea871..e909e3f7f87 100644 --- a/www/ruby-raindrops/distinfo +++ b/www/ruby-raindrops/distinfo @@ -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 diff --git a/www/ruby-raindrops/patches/patch-test_test_linux_tcp_info_rb b/www/ruby-raindrops/patches/patch-test_test_linux_tcp_info_rb deleted file mode 100644 index ce6987b155c..00000000000 --- a/www/ruby-raindrops/patches/patch-test_test_linux_tcp_info_rb +++ /dev/null @@ -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/