Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2021 16:19:26 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7be4fb673db4 - main - net/rubygem-omniauth-oauth: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
Message-ID:  <202107141619.16EGJQ9Q012118@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7be4fb673db48a88adc54ca0753205e2f9b9807b

commit 7be4fb673db48a88adc54ca0753205e2f9b9807b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-14 16:03:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-14 16:10:47 +0000

    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
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107141619.16EGJQ9Q012118>