Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2015 12:22:24 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390387 - head/net/rubygem-omniauth-oauth2
Message-ID:  <201506231222.t5NCMOSh000283@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jun 23 12:22:24 2015
New Revision: 390387
URL: https://svnweb.freebsd.org/changeset/ports/390387

Log:
  - Update to 1.3.1
  - Fix RUN_DEPENDS
  
  Changes:	https://github.com/intridea/omniauth-oauth2/commits/master

Modified:
  head/net/rubygem-omniauth-oauth2/Makefile
  head/net/rubygem-omniauth-oauth2/distinfo

Modified: head/net/rubygem-omniauth-oauth2/Makefile
==============================================================================
--- head/net/rubygem-omniauth-oauth2/Makefile	Tue Jun 23 12:22:18 2015	(r390386)
+++ head/net/rubygem-omniauth-oauth2/Makefile	Tue Jun 23 12:22:24 2015	(r390387)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	omniauth-oauth2
-PORTVERSION=	1.3.0
+PORTVERSION=	1.3.1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -11,9 +11,7 @@ COMMENT=	Abstract OAuth2 strategy for Om
 LICENSE=	MIT
 
 RUN_DEPENDS=	rubygem-oauth2>=1.0:${PORTSDIR}/net/rubygem-oauth2 \
-		rubygem-omniauth>=1.2:${PORTSDIR}/security/rubygem-omniauth \
-		rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json \
-		rubygem-faraday>=0.8.0:${PORTSDIR}/www/rubygem-faraday
+		rubygem-omniauth>=1.2:${PORTSDIR}/security/rubygem-omniauth
 
 NO_ARCH=	yes
 USE_RUBY=	yes

Modified: head/net/rubygem-omniauth-oauth2/distinfo
==============================================================================
--- head/net/rubygem-omniauth-oauth2/distinfo	Tue Jun 23 12:22:18 2015	(r390386)
+++ head/net/rubygem-omniauth-oauth2/distinfo	Tue Jun 23 12:22:24 2015	(r390387)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/omniauth-oauth2-1.3.0.gem) = dac42c4565742f26600bf522fe8e66df1a85e86f43e4bf4692a0954a746e6b4e
-SIZE (rubygem/omniauth-oauth2-1.3.0.gem) = 10240
+SHA256 (rubygem/omniauth-oauth2-1.3.1.gem) = b5752d8f283e9b07b100ccd9455f3d6e46536a355162eecfafa9af5838e55357
+SIZE (rubygem/omniauth-oauth2-1.3.1.gem) = 10240



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