Sun Apr 17 15:29:48 2016 UTC ()
Set OVERRIDE_GEMSPEC for oauth to make this work with the newer oauth-0.5.1.

Bump PKGREVISION.


(tsutsui)
diff -r1.7 -r1.8 pkgsrc/net/ruby-userstream/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/net/ruby-userstream/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/net/ruby-userstream/Attic/Makefile 2016/03/16 15:15:18 1.7
+++ pkgsrc/net/ruby-userstream/Attic/Makefile 2016/04/17 15:29:48 1.8
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.7 2016/03/16 15:15:18 tsutsui Exp $ 1# $NetBSD: Makefile,v 1.8 2016/04/17 15:29:48 tsutsui Exp $
2 2
3DISTNAME= userstream-1.4.0 3DISTNAME= userstream-1.4.0
4PKGREVISION= 4 4PKGREVISION= 5
5CATEGORIES= net 5CATEGORIES= net
6 6
7MAINTAINER= tsutsui@NetBSD.org 7MAINTAINER= tsutsui@NetBSD.org
8HOMEPAGE= https://github.com/mitukiii/userstream 8HOMEPAGE= https://github.com/mitukiii/userstream
9COMMENT= Simple twitter userstream library 9COMMENT= Simple twitter userstream library
10LICENSE= mit 10LICENSE= mit
11 11
12DEPENDS+= ${RUBY_PKGPREFIX}-hashie>=1.2.0:../../misc/ruby-hashie 12DEPENDS+= ${RUBY_PKGPREFIX}-hashie>=1.2.0:../../misc/ruby-hashie
13DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.4.7:../../security/ruby-oauth 13DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.4.7:../../security/ruby-oauth
14DEPENDS+= ${RUBY_PKGPREFIX}-yajl>=1.1.0:../../textproc/ruby-yajl 14DEPENDS+= ${RUBY_PKGPREFIX}-yajl>=1.1.0:../../textproc/ruby-yajl
15 15
16OVERRIDE_GEMSPEC+= hashie>=1.2.0 16OVERRIDE_GEMSPEC+= hashie>=1.2.0
 17OVERRIDE_GEMSPEC+= oauth>=0.4.7
17OVERRIDE_GEMSPEC+= yajl-ruby>=1.1.0 18OVERRIDE_GEMSPEC+= yajl-ruby>=1.1.0
18 19
19.include "../../lang/ruby/gem.mk" 20.include "../../lang/ruby/gem.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"