From d7595aafb8e44c4d04320ca5cfb5d53a239e60f5 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sun, 17 Apr 2016 15:29:48 +0000 Subject: [PATCH] Set OVERRIDE_GEMSPEC for oauth to make this work with the newer oauth-0.5.1. Bump PKGREVISION. --- net/ruby-userstream/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/ruby-userstream/Makefile b/net/ruby-userstream/Makefile index e5fe523511a6..04d2f0194147 100644 --- a/net/ruby-userstream/Makefile +++ b/net/ruby-userstream/Makefile @@ -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"