Wed Mar 16 15:15:18 2016 UTC ()
Set OVERRIDE_GEMSPEC to allow using the latest hashie gem.

It looks there is no particular compat issue at least on ruby-tw package.
Bump PKGREVISION.


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

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

--- pkgsrc/net/ruby-userstream/Attic/Makefile 2015/09/27 04:11:36 1.6
+++ pkgsrc/net/ruby-userstream/Attic/Makefile 2016/03/16 15:15:18 1.7
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile,v 1.6 2015/09/27 04:11:36 taca Exp $ 1# $NetBSD: Makefile,v 1.7 2016/03/16 15:15:18 tsutsui Exp $
2 2
3DISTNAME= userstream-1.4.0 3DISTNAME= userstream-1.4.0
4PKGREVISION= 3 4PKGREVISION= 4
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}-hashie1>=1.2.0<2.0.0:../../misc/ruby-hashie1 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+= yajl-ruby>=1.1.0 17OVERRIDE_GEMSPEC+= yajl-ruby>=1.1.0
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"