summaryrefslogtreecommitdiff
path: root/net/ruby-userstream
diff options
context:
space:
mode:
authortaca <taca>2015-06-08 16:00:18 +0000
committertaca <taca>2015-06-08 16:00:18 +0000
commit0bbe46c2b90b2dacb6b75b8dbecb84ebc88998d3 (patch)
treeac8a840dab792bd339b6822b2b5d9aaab94954b4 /net/ruby-userstream
parenta756733f55872cde9051848439ce910f071c6055 (diff)
downloadpkgsrc-0bbe46c2b90b2dacb6b75b8dbecb84ebc88998d3.tar.gz
Allow depending on ruby-yajl 1.2.x.
Bump PKGREVISION.
Diffstat (limited to 'net/ruby-userstream')
-rw-r--r--net/ruby-userstream/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/ruby-userstream/Makefile b/net/ruby-userstream/Makefile
index a990cb89688..7636c79a402 100644
--- a/net/ruby-userstream/Makefile
+++ b/net/ruby-userstream/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2015/02/04 14:06:50 taca Exp $
+# $NetBSD: Makefile,v 1.5 2015/06/08 16:00:18 taca Exp $
DISTNAME= userstream-1.4.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MAINTAINER= tsutsui@NetBSD.org
@@ -11,7 +11,9 @@ LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-hashie1>=1.2.0<2.0.0:../../misc/ruby-hashie1
DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.4.7:../../security/ruby-oauth
-DEPENDS+= ${RUBY_PKGPREFIX}-yajl>=1.1.0<1.2.0:../../textproc/ruby-yajl
+DEPENDS+= ${RUBY_PKGPREFIX}-yajl>=1.1.0<1.3.0:../../textproc/ruby-yajl
+
+OVERRIDE_GEMSPEC+= yajl>=1.1.0
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"