Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jan 2017 19:47:19 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430403 - head/net/rubygem-omniauth-twitter
Message-ID:  <201701021947.v02JlJwe063871@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Jan  2 19:47:19 2017
New Revision: 430403
URL: https://svnweb.freebsd.org/changeset/ports/430403

Log:
  net/rubygem-omniauth-twitter: switch to json 1.x dep

Modified:
  head/net/rubygem-omniauth-twitter/Makefile

Modified: head/net/rubygem-omniauth-twitter/Makefile
==============================================================================
--- head/net/rubygem-omniauth-twitter/Makefile	Mon Jan  2 19:46:05 2017	(r430402)
+++ head/net/rubygem-omniauth-twitter/Makefile	Mon Jan  2 19:47:19 2017	(r430403)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701021947.v02JlJwe063871>