diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-16 16:58:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-04-16 16:58:25 +0000 |
commit | 0fe91d3c180faa7c2f0d0f0a6647da5c599e6309 (patch) | |
tree | dc5646613d1e4bcb142fcaf1f603148767ab87e4 /net/rubygem-oauth2/Makefile | |
parent | 909f412cd613c6ae68d01a2ab4ab5b8a1914f3fc (diff) |
Notes
Diffstat (limited to 'net/rubygem-oauth2/Makefile')
-rw-r--r-- | net/rubygem-oauth2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/rubygem-oauth2/Makefile b/net/rubygem-oauth2/Makefile index 9b376de588db..31080f5f80f2 100644 --- a/net/rubygem-oauth2/Makefile +++ b/net/rubygem-oauth2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= oauth2 -PORTVERSION= 0.5.2 +PORTVERSION= 0.6.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -14,6 +14,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= A Ruby wrapper for the OAuth 2.0 protocol RUN_DEPENDS= rubygem-faraday>=0.7:${PORTSDIR}/www/rubygem-faraday \ + rubygem-httpauth>=0.1:${PORTSDIR}/net/rubygem-httpauth \ rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json USE_RUBY= yes |