git: 899498f5dad2 - main - net/rubygem-omniauth-google-oauth2: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 14 16:19:34 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=899498f5dad2e691e50069fe2e8859386c41429e
commit 899498f5dad2e691e50069fe2e8859386c41429e
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 16:02:57 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:10:47 +0000
net/rubygem-omniauth-google-oauth2: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
- Bump PORTREVISION for dependency change
---
net/rubygem-omniauth-google-oauth2/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net/rubygem-omniauth-google-oauth2/Makefile b/net/rubygem-omniauth-google-oauth2/Makefile
index ce3c3ed51ada..3b7ee77ef94c 100644
--- a/net/rubygem-omniauth-google-oauth2/Makefile
+++ b/net/rubygem-omniauth-google-oauth2/Makefile
@@ -1,5 +1,6 @@
PORTNAME= omniauth-google-oauth2
PORTVERSION= 0.6.0
+PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@@ -8,8 +9,8 @@ COMMENT= Google OAuth2 strategy for OmniAuth 1.x
LICENSE= MIT
-RUN_DEPENDS= rubygem-jwt>=2.0.0:www/rubygem-jwt \
- rubygem-omniauth>=1.1.1:security/rubygem-omniauth \
+RUN_DEPENDS= rubygem-jwt>=2.0:www/rubygem-jwt \
+ rubygem-omniauth1>=1.1.1:security/rubygem-omniauth1 \
rubygem-omniauth-oauth2>=1.5:net/rubygem-omniauth-oauth2
USES= gem
More information about the dev-commits-ports-all
mailing list