diff options
author | obache <obache@pkgsrc.org> | 2014-01-17 08:41:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-17 08:41:05 +0000 |
commit | a5b21d57705e694798f383693b9e565e0ece72ba (patch) | |
tree | 68b106b1f30c5fa99f8c27af338b984bdbd1f4af /net | |
parent | f9df8713504dbe794abbd9afc3b433f2b1e8d8dd (diff) | |
download | pkgsrc-a5b21d57705e694798f383693b9e565e0ece72ba.tar.gz |
ruby version restriction from www/ruby-multipart-post
Diffstat (limited to 'net')
-rw-r--r-- | net/ruby-tw/Makefile | 3 | ||||
-rw-r--r-- | net/ruby-twitter/Makefile | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net/ruby-tw/Makefile b/net/ruby-tw/Makefile index ab72871fcd4..adec328d09d 100644 --- a/net/ruby-tw/Makefile +++ b/net/ruby-tw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2013/12/21 17:29:30 tsutsui Exp $ +# $NetBSD: Makefile,v 1.10 2014/01/17 08:41:05 obache Exp $ DISTNAME= tw-0.5.2 CATEGORIES= net @@ -14,6 +14,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-rainbow>=1.1.4:../../misc/ruby-rainbow DEPENDS+= ${RUBY_PKGPREFIX}-twitter>=4.4.0:../../net/ruby-twitter DEPENDS+= ${RUBY_PKGPREFIX}-userstream>=1.2.0:../../net/ruby-userstream +RUBY_VERSION_SUPPORTED= 200 193 RUBY_JSON_REQD= 1.7.0 .include "../../lang/ruby/gem.mk" diff --git a/net/ruby-twitter/Makefile b/net/ruby-twitter/Makefile index 6b266a252ab..14b48a68477 100644 --- a/net/ruby-twitter/Makefile +++ b/net/ruby-twitter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/05/09 15:53:33 mef Exp $ +# $NetBSD: Makefile,v 1.2 2014/01/17 08:41:05 obache Exp $ DISTNAME= twitter-4.6.2 CATEGORIES= net @@ -13,5 +13,7 @@ OVERRIDE_GEMSPEC+= simple_oauth>=0.1.4 DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.0.0:../../textproc/ruby-multi_json DEPENDS+= ${RUBY_PKGPREFIX}-faraday>=0.8<0.10:../../www/ruby-faraday +RUBY_VERSION_SUPPORTED= 200 193 + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |