diff --git a/www/ruby-raindrops/Makefile b/www/ruby-raindrops/Makefile index 5b92f4a167f..18d8588a7ac 100644 --- a/www/ruby-raindrops/Makefile +++ b/www/ruby-raindrops/Makefile @@ -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 @@ -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: diff --git a/www/ruby-raindrops/distinfo b/www/ruby-raindrops/distinfo index d02988c8c2f..3cef26ea871 100644 --- a/www/ruby-raindrops/distinfo +++ b/www/ruby-raindrops/distinfo @@ -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 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 new file mode 100644 index 00000000000..ce6987b155c --- /dev/null +++ b/www/ruby-raindrops/patches/patch-test_test_linux_tcp_info_rb @@ -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/