aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2012-01-06 14:20:22 +0800
committersunpoet <sunpoet@FreeBSD.org>2012-01-06 14:20:22 +0800
commit36e138863e423ecbb62f96880f656557755765b5 (patch)
treeba4ddb4fc08812ca797446ac76abfb5f2844b5de
parent05a42b787ede8638322b67435990bb10ab7cede6 (diff)
downloadfreebsd-ports-gnome-36e138863e423ecbb62f96880f656557755765b5.tar.gz
freebsd-ports-gnome-36e138863e423ecbb62f96880f656557755765b5.tar.zst
freebsd-ports-gnome-36e138863e423ecbb62f96880f656557755765b5.zip
- Update to 0.5.2
- Add RG link to pkg-descr Changes: https://github.com/intridea/oauth2/commits/master - Make Client#get_token listen to raise_errors option - Condense build status and dependency status [ci skip] - Use HTTPS rubygems source - Remove unnecessary additions - Make status images more consistent [ci skip] - Add Travis-style dependency status image [ci skip] - Rubinius 2.0 is now the default Rubinius version on Travis - Add dependency status [ci skip] - Reformat [ci skip] - Loosen gem dependenies - Source code shows that authorization_url is actually named authorize_url
-rw-r--r--net/rubygem-oauth2/Makefile6
-rw-r--r--net/rubygem-oauth2/distinfo4
-rw-r--r--net/rubygem-oauth2/pkg-descr1
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