diff options
Diffstat (limited to 'net/rubygem-oauth2/Makefile')
-rw-r--r-- | net/rubygem-oauth2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/rubygem-oauth2/Makefile b/net/rubygem-oauth2/Makefile index cdf8f1691d44..96356fbbd71e 100644 --- a/net/rubygem-oauth2/Makefile +++ b/net/rubygem-oauth2/Makefile @@ -1,12 +1,12 @@ PORTNAME= oauth2 -PORTVERSION= 2.0.12 +PORTVERSION= 2.0.14 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby wrapper for the OAuth 2.0 protocol WWW= https://oauth2.galtzo.com/ \ - https://github.com/oauth-xx/oauth2 + https://github.com/ruby-oauth/oauth2 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt @@ -17,7 +17,7 @@ RUN_DEPENDS= rubygem-faraday>=0.17.3<4.0:www/rubygem-faraday \ 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<3:devel/rubygem-snaky_hash \ - rubygem-version_gem>=1.1.8<3:devel/rubygem-version_gem + rubygem-version_gem>=1.1.8<2:devel/rubygem-version_gem USES= gem |