aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-twitter
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2017-01-02 19:47:19 +0000
committerSteve Wills <swills@FreeBSD.org>2017-01-02 19:47:19 +0000
commitec712437687a512f18374b368a0180d04cdd4eee (patch)
treebcbc042d73189787a79ad9edd19e13093c5112ea /net/rubygem-omniauth-twitter
parent43c5784c7a9eb3c8b5bf22122e7b1d505e4de8c5 (diff)
downloadports-ec712437687a512f18374b368a0180d04cdd4eee.tar.gz
ports-ec712437687a512f18374b368a0180d04cdd4eee.zip
net/rubygem-omniauth-twitter: switch to json 1.x dep
Notes
Notes: svn path=/head/; revision=430403
Diffstat (limited to 'net/rubygem-omniauth-twitter')
-rw-r--r--net/rubygem-omniauth-twitter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rubygem-omniauth-twitter/Makefile b/net/rubygem-omniauth-twitter/Makefile
index a077dc2ff685..d3b8b7641991 100644
--- a/net/rubygem-omniauth-twitter/Makefile
+++ b/net/rubygem-omniauth-twitter/Makefile
@@ -2,6 +2,7 @@
PORTNAME= omniauth-twitter
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@@ -10,7 +11,7 @@ COMMENT= OmniAuth strategy for Twitter
LICENSE= MIT
-RUN_DEPENDS= rubygem-json>=1.3:devel/rubygem-json \
+RUN_DEPENDS= rubygem-json1>=1.3:devel/rubygem-json1 \
rubygem-omniauth-oauth>=1.1:net/rubygem-omniauth-oauth
NO_ARCH= yes