diff options
Diffstat (limited to 'net/rubygem-oauth2/Makefile')
-rw-r--r-- | net/rubygem-oauth2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/rubygem-oauth2/Makefile b/net/rubygem-oauth2/Makefile index 00668d9363d8..cdf8f1691d44 100644 --- a/net/rubygem-oauth2/Makefile +++ b/net/rubygem-oauth2/Makefile @@ -1,11 +1,12 @@ PORTNAME= oauth2 -PORTVERSION= 2.0.10 +PORTVERSION= 2.0.12 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby wrapper for the OAuth 2.0 protocol -WWW= https://github.com/oauth-xx/oauth2 +WWW= https://oauth2.galtzo.com/ \ + https://github.com/oauth-xx/oauth2 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt @@ -15,7 +16,7 @@ RUN_DEPENDS= rubygem-faraday>=0.17.3<4.0:www/rubygem-faraday \ rubygem-logger>=1.2<2:devel/rubygem-logger \ rubygem-multi_xml>=0.5<1:textproc/rubygem-multi_xml \ rubygem-rack>=1.2,3<4,3:www/rubygem-rack \ - rubygem-snaky_hash>=2.0<3:devel/rubygem-snaky_hash \ + rubygem-snaky_hash>=2.0.3<3:devel/rubygem-snaky_hash \ rubygem-version_gem>=1.1.8<3:devel/rubygem-version_gem USES= gem |