diff options
author | swills <swills@FreeBSD.org> | 2014-08-31 11:04:45 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-08-31 11:04:45 +0800 |
commit | 0a9a120c61dd384f60e54fdccb8dc23cb624b49c (patch) | |
tree | d91b40275c67fa374d8abc77d0ad755dd4aed19b /net | |
parent | 13af5140e8a5bfc243b91c8f4ae96d8fd62f3812 (diff) | |
download | freebsd-ports-gnome-0a9a120c61dd384f60e54fdccb8dc23cb624b49c.tar.gz freebsd-ports-gnome-0a9a120c61dd384f60e54fdccb8dc23cb624b49c.tar.zst freebsd-ports-gnome-0a9a120c61dd384f60e54fdccb8dc23cb624b49c.zip |
net/rubygem-omniauth-oauth2: update to 1.2.0
Diffstat (limited to 'net')
-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 |