diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-24 07:22:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-24 07:22:23 +0000 |
commit | 98a12fc621a09f2285a0a7c81422af91a1adcc4c (patch) | |
tree | d29adca4f46addacba8443bb1d594c55726e1405 /net/rubygem-oauth2 | |
parent | 7411d6917ba2f6664bdcbc89a6858dce9e910da8 (diff) | |
download | ports-98a12fc621a09f2285a0a7c81422af91a1adcc4c.tar.gz ports-98a12fc621a09f2285a0a7c81422af91a1adcc4c.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 5ec813e5f44f..2fdd525a3d4f 100644 --- a/net/rubygem-oauth2/Makefile +++ b/net/rubygem-oauth2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oauth2 -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 CATEGORIES= net rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= Ruby wrapper for the OAuth 2.0 protocol LICENSE= MIT RUN_DEPENDS= rubygem-faraday>=0.8:${PORTSDIR}/www/rubygem-faraday \ - rubygem-jwt>=0.1.8:${PORTSDIR}/www/rubygem-jwt \ + rubygem-jwt>=1:${PORTSDIR}/www/rubygem-jwt \ rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json \ rubygem-multi_xml>=0.5:${PORTSDIR}/textproc/rubygem-multi_xml \ rubygem-rack>=1.2:${PORTSDIR}/www/rubygem-rack diff --git a/net/rubygem-oauth2/distinfo b/net/rubygem-oauth2/distinfo index 8b7854a70046..f061b5ed9486 100644 --- a/net/rubygem-oauth2/distinfo +++ b/net/rubygem-oauth2/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/oauth2-0.9.3.gem) = 60ee80ea74541394f35c06330ec440470cb023e354bcce3ff4c55b6339546de5 -SIZE (rubygem/oauth2-0.9.3.gem) = 23552 +SHA256 (rubygem/oauth2-0.9.4.gem) = c73619e2ac400eacf3abaf31c755356461e3b1ef80af34def26f634b9ad712af +SIZE (rubygem/oauth2-0.9.4.gem) = 19456 |