aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:05:38 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:11:00 +0000
commitbb4ae1c78b7f3a134462c657027ef06798aaf4a3 (patch)
tree40631a24791fbfb4319b3e3e77572cfe8680f8f5
parent843f24eb76a508127fe3a15b6330574e88b164bf (diff)
downloadports-bb4ae1c78b7f3a134462c657027ef06798aaf4a3.tar.gz
ports-bb4ae1c78b7f3a134462c657027ef06798aaf4a3.zip
security/rubygem-omniauth-jwt: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
- Bump PORTREVISION for dependency change
-rw-r--r--security/rubygem-omniauth-jwt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/rubygem-omniauth-jwt/Makefile b/security/rubygem-omniauth-jwt/Makefile
index 1e1feae43c86..260f0bb48b70 100644
--- a/security/rubygem-omniauth-jwt/Makefile
+++ b/security/rubygem-omniauth-jwt/Makefile
@@ -2,6 +2,7 @@
PORTNAME= omniauth-jwt
PORTVERSION= 0.0.2
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
@@ -12,7 +13,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-jwt>=0:www/rubygem-jwt \
- rubygem-omniauth>=1.1<2:security/rubygem-omniauth
+ rubygem-omniauth1>=1.1<2:security/rubygem-omniauth1
USES= gem
USE_RUBY= yes