Sun Jul 20 01:16:48 2014 UTC ()
Relax dependency gem patterm for http_parser.rb.

Bump PKGREVISION.


(obache)
diff -r1.12 -r1.13 pkgsrc/net/ruby-twitter-stream/Makefile

cvs diff -r1.12 -r1.13 pkgsrc/net/ruby-twitter-stream/Makefile (expand / switch to unified diff)

--- pkgsrc/net/ruby-twitter-stream/Makefile 2014/03/26 14:28:18 1.12
+++ pkgsrc/net/ruby-twitter-stream/Makefile 2014/07/20 01:16:48 1.13
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile,v 1.12 2014/03/26 14:28:18 taca Exp $ 1# $NetBSD: Makefile,v 1.13 2014/07/20 01:16:48 obache Exp $
2 2
3DISTNAME= twitter-stream-0.1.16 3DISTNAME= twitter-stream-0.1.16
4PKGREVISION= 1 4PKGREVISION= 2
5CATEGORIES= net 5CATEGORIES= net
6 6
7MAINTAINER= obache@NetBSD.org 7MAINTAINER= obache@NetBSD.org
8HOMEPAGE= http://github.com/voloko/twitter-stream 8HOMEPAGE= http://github.com/voloko/twitter-stream
9COMMENT= Twitter realtime API client 9COMMENT= Twitter realtime API client
10LICENSE= mit 10LICENSE= mit
11 11
12DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.8:../../devel/ruby-eventmachine 12DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.8:../../devel/ruby-eventmachine
13DEPENDS+= ${RUBY_PKGPREFIX}-simple_oauth>=0.1.4:../../security/ruby-simple_oauth 13DEPENDS+= ${RUBY_PKGPREFIX}-simple_oauth>=0.1.4:../../security/ruby-simple_oauth
14DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.5.1:../../www/ruby-http_parser.rb 14DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.5.1:../../www/ruby-http_parser.rb
15 15
16OVERRIDE_GEMSPEC+= simple_oauth>=0.1.4 16OVERRIDE_GEMSPEC+= simple_oauth>=0.1.4
 17OVERRIDE_GEMSPEC+= http_parser.rb>=0.5.1
17 18
18.include "../../lang/ruby/gem.mk" 19.include "../../lang/ruby/gem.mk"
19.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"