diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-08-31 03:04:45 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-08-31 03:04:45 +0000 |
commit | 4c70ee7f712f3813055f5803f88cb9ce90248131 (patch) | |
tree | d91b40275c67fa374d8abc77d0ad755dd4aed19b /net/rubygem-omniauth-oauth2 | |
parent | 808d0151928f8819e2b42ec7562e59ca762c3a48 (diff) |
Notes
Diffstat (limited to 'net/rubygem-omniauth-oauth2')
-rw-r--r-- | net/rubygem-omniauth-oauth2/Makefile | 8 | ||||
-rw-r--r-- | net/rubygem-omniauth-oauth2/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net/rubygem-omniauth-oauth2/Makefile b/net/rubygem-omniauth-oauth2/Makefile index 36f42a84fde5..2dfea7f1e822 100644 --- a/net/rubygem-omniauth-oauth2/Makefile +++ b/net/rubygem-omniauth-oauth2/Makefile @@ -1,15 +1,17 @@ # $FreeBSD$ PORTNAME= omniauth-oauth2 -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.0 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Abstract OAuth2 strategy for OmniAuth -RUN_DEPENDS= rubygem-oauth2>=0.8.0:${PORTSDIR}/net/rubygem-oauth2 \ - rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth +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 USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/net/rubygem-omniauth-oauth2/distinfo b/net/rubygem-omniauth-oauth2/distinfo index c8079f801980..87134319af6c 100644 --- a/net/rubygem-omniauth-oauth2/distinfo +++ b/net/rubygem-omniauth-oauth2/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/omniauth-oauth2-1.1.2.gem) = 98fb39e971671899714d1884f25bc993848ffb4dfc9a4e818a52f348e0e75226 -SIZE (rubygem/omniauth-oauth2-1.1.2.gem) = 10752 +SHA256 (rubygem/omniauth-oauth2-1.2.0.gem) = 0f5619cadf38e4826e566af7685b5f6625643803478fca09073113516d24cfb9 +SIZE (rubygem/omniauth-oauth2-1.2.0.gem) = 10752 |