From 0844301b99175867a9ec87d018c4b15adf63d70d Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 15 Jul 2021 00:04:51 +0800 Subject: [PATCH] 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