diff options
author | obache <obache@pkgsrc.org> | 2013-03-16 13:17:58 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-03-16 13:17:58 +0000 |
commit | d8302240d80070f8454e0d372ac99bcdd32b055c (patch) | |
tree | d3266804a13eead311790ce0f6698b0ee9beaaf7 /net/ruby-twitter-stream | |
parent | 6d761d947bd018d6b49f66054ac36ffc3bbdcb59 (diff) | |
download | pkgsrc-d8302240d80070f8454e0d372ac99bcdd32b055c.tar.gz |
relax required version of simple_oauth, it simply just bump its version
from 0.1.9 to 0.2.0...
Bump PKGREVISION.
Diffstat (limited to 'net/ruby-twitter-stream')
-rw-r--r-- | net/ruby-twitter-stream/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ruby-twitter-stream/Makefile b/net/ruby-twitter-stream/Makefile index 6a4cf75ff00..938d2fbb541 100644 --- a/net/ruby-twitter-stream/Makefile +++ b/net/ruby-twitter-stream/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2012/07/22 12:24:06 obache Exp $ +# $NetBSD: Makefile,v 1.11 2013/03/16 13:17:58 obache Exp $ DISTNAME= twitter-stream-0.1.16 +PKGREVISION= 1 CATEGORIES= net MAINTAINER= obache@NetBSD.org @@ -10,6 +11,7 @@ LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0.12.8:../../devel/ruby-eventmachine DEPENDS+= ${RUBY_PKGPREFIX}-simple_oauth>=0.1.4:../../security/ruby-simple_oauth +OVERRIDE_GEMSPEC+= simple_oauth>=0.1.4 DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.5.1:../../www/ruby-http_parser.rb .include "../../lang/ruby/gem.mk" |