Sun Sep 27 16:56:55 2015 UTC ()
Pullup ticket #4818 - requested by taca
net/ruby-userstream: correct dependency

Revisions pulled up:
- net/ruby-userstream/Makefile                                  1.6

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Sep 27 04:11:36 UTC 2015

   Modified Files:
   	pkgsrc/net/ruby-userstream: Makefile

   Log Message:
   Correct dependency to textproc/ruby-yajl; do not override gemspec yajl
   but yajl-ruby.  Fix run time problem of ruby-tw.

   Bump PKGREVISION.


(bsiegert)
diff -r1.5 -r1.5.4.1 pkgsrc/net/ruby-userstream/Makefile

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

--- pkgsrc/net/ruby-userstream/Attic/Makefile 2015/06/08 16:00:18 1.5
+++ pkgsrc/net/ruby-userstream/Attic/Makefile 2015/09/27 16:56:55 1.5.4.1
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.5 2015/06/08 16:00:18 taca Exp $ 1# $NetBSD: Makefile,v 1.5.4.1 2015/09/27 16:56:55 bsiegert Exp $
2 2
3DISTNAME= userstream-1.4.0 3DISTNAME= userstream-1.4.0
4PKGREVISION= 2 4PKGREVISION= 3
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}-hashie1>=1.2.0<2.0.0:../../misc/ruby-hashie1
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<1.3.0:../../textproc/ruby-yajl 14DEPENDS+= ${RUBY_PKGPREFIX}-yajl>=1.1.0:../../textproc/ruby-yajl
15 15
16OVERRIDE_GEMSPEC+= yajl>=1.1.0 16OVERRIDE_GEMSPEC+= yajl-ruby>=1.1.0
17 17
18.include "../../lang/ruby/gem.mk" 18.include "../../lang/ruby/gem.mk"
19.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"