summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortaca <taca>2015-09-27 04:11:36 +0000
committertaca <taca>2015-09-27 04:11:36 +0000
commitcab0b99f4df8f3a6d4cf11029cfef35a8a9be85e (patch)
tree3d865c86401c8fc8fbe2df5d368ee29d8d52d1d7 /net
parent4d5bdd084ed84941d68b3d9da54e360f276817e6 (diff)
downloadpkgsrc-cab0b99f4df8f3a6d4cf11029cfef35a8a9be85e.tar.gz
Correct dependency to textproc/ruby-yajl; do not override gemspec yajl
but yajl-ruby. Fix run time problem of ruby-tw. Bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r--net/ruby-userstream/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ruby-userstream/Makefile b/net/ruby-userstream/Makefile
index 7636c79a402..b78ef705f1f 100644
--- a/net/ruby-userstream/Makefile
+++ b/net/ruby-userstream/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2015/06/08 16:00:18 taca Exp $
+# $NetBSD: Makefile,v 1.6 2015/09/27 04:11:36 taca Exp $
DISTNAME= userstream-1.4.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net
MAINTAINER= tsutsui@NetBSD.org
@@ -11,9 +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.3.0:../../textproc/ruby-yajl
+DEPENDS+= ${RUBY_PKGPREFIX}-yajl>=1.1.0:../../textproc/ruby-yajl
-OVERRIDE_GEMSPEC+= yajl>=1.1.0
+OVERRIDE_GEMSPEC+= yajl-ruby>=1.1.0
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"