git: 0844301b9917 - main - net/rubygem-omniauth-github: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jul 14 16:19:59 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0844301b99175867a9ec87d018c4b15adf63d70d
commit 0844301b99175867a9ec87d018c4b15adf63d70d
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 16:04:51 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-14 16:10:57 +0000
net/rubygem-omniauth-github: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
- Bump PORTREVISION for dependency change
---
net/rubygem-omniauth-github/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net/rubygem-omniauth-github/Makefile b/net/rubygem-omniauth-github/Makefile
index 09cba3a35d9c..b151253d7753 100644
--- a/net/rubygem-omniauth-github/Makefile
+++ b/net/rubygem-omniauth-github/Makefile
@@ -1,5 +1,6 @@
PORTNAME= omniauth-github
PORTVERSION= 1.4.0
+PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@@ -8,7 +9,7 @@ COMMENT= Official OmniAuth strategy for GitHub
LICENSE= MIT
-RUN_DEPENDS= rubygem-omniauth>=1.5<2:security/rubygem-omniauth \
+RUN_DEPENDS= rubygem-omniauth1>=1.5<2:security/rubygem-omniauth1 \
rubygem-omniauth-oauth2>=1.4.0<2.0:net/rubygem-omniauth-oauth2
USES= gem
More information about the dev-commits-ports-main
mailing list