diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-23 20:22:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-23 20:22:24 +0800 |
commit | 218cd2565fe1e07230d8b1733bf07249446d0776 (patch) | |
tree | ac4bc92c5b23df91619937b8b0478d0a70ba9e4e | |
parent | f4e46f9abe7f557f28768323c7277b449c9f439b (diff) | |
download | freebsd-ports-gnome-218cd2565fe1e07230d8b1733bf07249446d0776.tar.gz freebsd-ports-gnome-218cd2565fe1e07230d8b1733bf07249446d0776.tar.zst freebsd-ports-gnome-218cd2565fe1e07230d8b1733bf07249446d0776.zip |
- Update to 1.3.1
- Fix RUN_DEPENDS
Changes: https://github.com/intridea/omniauth-oauth2/commits/master
-rw-r--r-- | net/rubygem-omniauth-oauth2/Makefile | 6 | ||||
-rw-r--r-- | net/rubygem-omniauth-oauth2/distinfo | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net/rubygem-omniauth-oauth2/Makefile b/net/rubygem-omniauth-oauth2/Makefile index e9ffd1f8f53b..9e69c7f7cb9f 100644 --- a/net/rubygem-omniauth-oauth2/Makefile +++ b/net/rubygem-omniauth-oauth2/Makefile @@ -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 OmniAuth 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 diff --git a/net/rubygem-omniauth-oauth2/distinfo b/net/rubygem-omniauth-oauth2/distinfo index 9d2c544b89a5..2e55fb2aa91f 100644 --- a/net/rubygem-omniauth-oauth2/distinfo +++ b/net/rubygem-omniauth-oauth2/distinfo @@ -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 |