diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-07-10 03:32:33 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-07-10 03:32:33 +0000 |
commit | 17af90922af7420766e180d8f69f0f8c425c4842 (patch) | |
tree | 3c98c3884764ee47b799168fe3eab0edb035d876 /net/rubygem-oauth2 | |
parent | 49bad965d7ae3e80e1799ca258fbc3d2ad3e751b (diff) | |
download | ports-17af90922af7420766e180d8f69f0f8c425c4842.tar.gz ports-17af90922af7420766e180d8f69f0f8c425c4842.zip |
Notes
Diffstat (limited to 'net/rubygem-oauth2')
-rw-r--r-- | net/rubygem-oauth2/Makefile | 4 | ||||
-rw-r--r-- | net/rubygem-oauth2/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/rubygem-oauth2/Makefile b/net/rubygem-oauth2/Makefile index ae8caa0fb8e0..705950139e3c 100644 --- a/net/rubygem-oauth2/Makefile +++ b/net/rubygem-oauth2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oauth2 -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= net rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= A Ruby wrapper for the OAuth 2.0 protocol LICENSE= MIT RUN_DEPENDS= rubygem-faraday>=0.8:${PORTSDIR}/www/rubygem-faraday \ - rubygem-httpauth>=0.1:${PORTSDIR}/net/rubygem-httpauth \ + rubygem-httpauth>=0.2:${PORTSDIR}/net/rubygem-httpauth \ rubygem-jwt>=0.1.4:${PORTSDIR}/www/rubygem-jwt \ rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \ rubygem-multi_xml>=0.5:${PORTSDIR}/textproc/rubygem-multi_xml \ diff --git a/net/rubygem-oauth2/distinfo b/net/rubygem-oauth2/distinfo index 242f3f84e27b..e582aa7a08a1 100644 --- a/net/rubygem-oauth2/distinfo +++ b/net/rubygem-oauth2/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/oauth2-0.9.1.gem) = 8b9b0a928fd64c2f5cdb4b636e38824776b400081d1aeb7ab735e6470b77a78f -SIZE (rubygem/oauth2-0.9.1.gem) = 21504 +SHA256 (rubygem/oauth2-0.9.2.gem) = 6d69c7efcd39c808b8faca37c84f46d04d6298451c9cce04d0d8316329ca6116 +SIZE (rubygem/oauth2-0.9.2.gem) = 22016 |