aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:04:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-14 16:10:57 +0000
commit0844301b99175867a9ec87d018c4b15adf63d70d (patch)
tree82f0a00cad69c788c56010217c1ffa0fbfbf9561
parent3d9eca5e0f2ffe2dc8bc9d7b8a8be1257467af03 (diff)
downloadports-0844301b99175867a9ec87d018c4b15adf63d70d.tar.gz
ports-0844301b99175867a9ec87d018c4b15adf63d70d.zip
net/rubygem-omniauth-github: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
- Bump PORTREVISION for dependency change
-rw-r--r--net/rubygem-omniauth-github/Makefile3
1 files changed, 2 insertions, 1 deletions
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