summaryrefslogtreecommitdiff
path: root/net/ruby-twitter-stream
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-07-20 01:16:48 +0000
committerobache <obache@pkgsrc.org>2014-07-20 01:16:48 +0000
commitc98fd1eb72b7f28915596a1a8f084723b8ecc67a (patch)
tree0f100666920072e95aaf83e9f4aa0b8ce479a51a /net/ruby-twitter-stream
parenta33d9dd9f2ef260ddf4a3b93269c7a903f68955a (diff)
downloadpkgsrc-c98fd1eb72b7f28915596a1a8f084723b8ecc67a.tar.gz
Relax dependency gem patterm for http_parser.rb.
Bump PKGREVISION.
Diffstat (limited to 'net/ruby-twitter-stream')
-rw-r--r--net/ruby-twitter-stream/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ruby-twitter-stream/Makefile b/net/ruby-twitter-stream/Makefile
index ab4b1e6483d..0173418a802 100644
--- a/net/ruby-twitter-stream/Makefile
+++ b/net/ruby-twitter-stream/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2014/03/26 14:28:18 taca Exp $
+# $NetBSD: Makefile,v 1.13 2014/07/20 01:16:48 obache Exp $
DISTNAME= twitter-stream-0.1.16
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MAINTAINER= obache@NetBSD.org
@@ -14,6 +14,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-simple_oauth>=0.1.4:../../security/ruby-simple_oauth
DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.5.1:../../www/ruby-http_parser.rb
OVERRIDE_GEMSPEC+= simple_oauth>=0.1.4
+OVERRIDE_GEMSPEC+= http_parser.rb>=0.5.1
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"