aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:04:21 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:10:56 +0000
commit704b183e7a55edee65ed58a6257051e5194d5c82 (patch)
tree4048b64ec4855261ded2c065e52d4eab1c91cf0c
parent684acfe4edb5f5640c44cb99397ba7e3cb262d56 (diff)
downloadports-704b183e7a55edee65ed58a6257051e5194d5c82.tar.gz
ports-704b183e7a55edee65ed58a6257051e5194d5c82.zip
devel/rubygem-omniauth_crowd: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
- While I'm here, update version requirement of RUN_DEPENDS - Bump PORTREVISION for dependency change
-rw-r--r--devel/rubygem-omniauth_crowd/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/rubygem-omniauth_crowd/Makefile b/devel/rubygem-omniauth_crowd/Makefile
index d89a1f694dc4..d8f360f52c94 100644
--- a/devel/rubygem-omniauth_crowd/Makefile
+++ b/devel/rubygem-omniauth_crowd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= omniauth_crowd
PORTVERSION= 2.4.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -12,10 +12,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS?= rubygem-activesupport60>=0:devel/rubygem-activesupport60 \
rubygem-nokogiri>=1.4.4:textproc/rubygem-nokogiri \
- rubygem-omniauth>=1.0:security/rubygem-omniauth
+ rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1
-NO_ARCH= yes
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>