git: 704b183e7a55 - main - devel/rubygem-omniauth_crowd: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 14 16:19:53 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=704b183e7a55edee65ed58a6257051e5194d5c82
commit 704b183e7a55edee65ed58a6257051e5194d5c82
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 16:04:21 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:10:56 +0000
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
---
devel/rubygem-omniauth_crowd/Makefile | 9 +++++----
1 file 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>
More information about the dev-commits-ports-all
mailing list