Set OVERRIDE_GEMSPEC for oauth to make this work with the newer oauth-0.5.1.

Bump PKGREVISION.
This commit is contained in:
tsutsui 2016-04-17 15:29:48 +00:00
parent 1cf44bd603
commit d7595aafb8

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.7 2016/03/16 15:15:18 tsutsui Exp $
# $NetBSD: Makefile,v 1.8 2016/04/17 15:29:48 tsutsui Exp $
DISTNAME= userstream-1.4.0
PKGREVISION= 4
PKGREVISION= 5
CATEGORIES= net
MAINTAINER= tsutsui@NetBSD.org
@ -14,6 +14,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.4.7:../../security/ruby-oauth
DEPENDS+= ${RUBY_PKGPREFIX}-yajl>=1.1.0:../../textproc/ruby-yajl
OVERRIDE_GEMSPEC+= hashie>=1.2.0
OVERRIDE_GEMSPEC+= oauth>=0.4.7
OVERRIDE_GEMSPEC+= yajl-ruby>=1.1.0
.include "../../lang/ruby/gem.mk"