aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-google-oauth2/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-12-09 23:56:39 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-12-09 23:56:39 +0000
commit89c5ea019a64295e204ebe6b1410b79af70e45c7 (patch)
tree23ef3797e2de0e649b2f0159caff44660ea72793 /net/rubygem-omniauth-google-oauth2/Makefile
parentdd89d6e57df9b8c74721c971821b2f3f46a1985b (diff)
downloadports-89c5ea019a64295e204ebe6b1410b79af70e45c7.tar.gz
ports-89c5ea019a64295e204ebe6b1410b79af70e45c7.zip
Update to 0.5.4
Notes
Notes: svn path=/head/; revision=487114
Diffstat (limited to 'net/rubygem-omniauth-google-oauth2/Makefile')
-rw-r--r--net/rubygem-omniauth-google-oauth2/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/rubygem-omniauth-google-oauth2/Makefile b/net/rubygem-omniauth-google-oauth2/Makefile
index c8bd23574f96..6f3f48e32aeb 100644
--- a/net/rubygem-omniauth-google-oauth2/Makefile
+++ b/net/rubygem-omniauth-google-oauth2/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= omniauth-google-oauth2
-PORTVERSION= 0.5.3
+PORTVERSION= 0.5.4
CATEGORIES= net rubygems
MASTER_SITES= RG
@@ -14,8 +14,9 @@ RUN_DEPENDS= rubygem-jwt>=1.5.2:www/rubygem-jwt \
rubygem-omniauth>=1.1.1:security/rubygem-omniauth \
rubygem-omniauth-oauth2>=1.5:net/rubygem-omniauth-oauth2
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>