diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-01-06 06:20:22 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-01-06 06:20:22 +0000 |
commit | 1c4f45358bdba8cb736eb49280627b0c934b8658 (patch) | |
tree | c3b0f949ef3e1b746c0e71b9f54d63b0249f1ac3 /net/rubygem-oauth2 | |
parent | c1fe3e1aa623864b4230f3aca20aac06d5327d24 (diff) | |
download | ports-1c4f45358bdba8cb736eb49280627b0c934b8658.tar.gz ports-1c4f45358bdba8cb736eb49280627b0c934b8658.zip |
Notes
Diffstat (limited to 'net/rubygem-oauth2')
-rw-r--r-- | net/rubygem-oauth2/Makefile | 6 | ||||
-rw-r--r-- | net/rubygem-oauth2/distinfo | 4 | ||||
-rw-r--r-- | net/rubygem-oauth2/pkg-descr | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/net/rubygem-oauth2/Makefile b/net/rubygem-oauth2/Makefile index 0f665b64db4f..9b376de588db 100644 --- a/net/rubygem-oauth2/Makefile +++ b/net/rubygem-oauth2/Makefile @@ -6,15 +6,15 @@ # PORTNAME= oauth2 -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= A Ruby wrapper for the OAuth 2.0 protocol -RUN_DEPENDS= rubygem-faraday>=0.7.4:${PORTSDIR}/www/rubygem-faraday \ - rubygem-multi_json>=1.0.3:${PORTSDIR}/devel/rubygem-multi_json +RUN_DEPENDS= rubygem-faraday>=0.7:${PORTSDIR}/www/rubygem-faraday \ + rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/net/rubygem-oauth2/distinfo b/net/rubygem-oauth2/distinfo index 176dca657acc..94e76862ac75 100644 --- a/net/rubygem-oauth2/distinfo +++ b/net/rubygem-oauth2/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/oauth2-0.5.1.gem) = b823e97ff0f49b6b1fe90d7068b14a1edb2802761f2c04f960ada2401518fe14 -SIZE (rubygem/oauth2-0.5.1.gem) = 15872 +SHA256 (rubygem/oauth2-0.5.2.gem) = 08311551cc83e8d4440e7dfee899f4fd9d35abb6f14abc9af54414b50987a5ca +SIZE (rubygem/oauth2-0.5.2.gem) = 15872 diff --git a/net/rubygem-oauth2/pkg-descr b/net/rubygem-oauth2/pkg-descr index 75a6d3579bd6..c8ae83b9c8b4 100644 --- a/net/rubygem-oauth2/pkg-descr +++ b/net/rubygem-oauth2/pkg-descr @@ -4,3 +4,4 @@ existing OAuth 2.0 endpoints (a.k.a. Facebook) with the goal of building it up to meet the entire specification over time. WWW: https://github.com/intridea/oauth2 +RG: https://rubygems.org/gems/oauth2 |