summaryrefslogtreecommitdiff
path: root/net/rubygem-oauth2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/rubygem-oauth2/Makefile')
-rw-r--r--net/rubygem-oauth2/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/net/rubygem-oauth2/Makefile b/net/rubygem-oauth2/Makefile
index 78c99f65b71c..cdf8f1691d44 100644
--- a/net/rubygem-oauth2/Makefile
+++ b/net/rubygem-oauth2/Makefile
@@ -1,21 +1,23 @@
PORTNAME= oauth2
-PORTVERSION= 2.0.9
+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
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= rubygem-faraday>=0.17.3<3.0:www/rubygem-faraday \
- rubygem-jwt>=1.0<3.0:www/rubygem-jwt \
+RUN_DEPENDS= rubygem-faraday>=0.17.3<4.0:www/rubygem-faraday \
+ rubygem-jwt>=1.0<4.0:www/rubygem-jwt \
+ 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-version_gem>=1.1<2:devel/rubygem-version_gem
+ rubygem-snaky_hash>=2.0.3<3:devel/rubygem-snaky_hash \
+ rubygem-version_gem>=1.1.8<3:devel/rubygem-version_gem
USES= gem