From 7be4fb673db48a88adc54ca0753205e2f9b9807b Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 15 Jul 2021 00:03:07 +0800 Subject: [PATCH] net/rubygem-omniauth-oauth: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1 - Bump PORTREVISION for dependency change --- net/rubygem-omniauth-oauth/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/net/rubygem-omniauth-oauth/Makefile b/net/rubygem-omniauth-oauth/Makefile index 2497d4ea5e3f..d461cc2fad14 100644 --- a/net/rubygem-omniauth-oauth/Makefile +++ b/net/rubygem-omniauth-oauth/Makefile @@ -1,5 +1,6 @@ PORTNAME= omniauth-oauth PORTVERSION= 1.1.0 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -10,10 +11,11 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-oauth>=0:net/rubygem-oauth \ - rubygem-omniauth>=1.0:security/rubygem-omniauth + rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1 + +USES= gem +USE_RUBY= yes NO_ARCH= yes -USE_RUBY= yes -USES= gem .include