git: 7be4fb673db4 - main - net/rubygem-omniauth-oauth: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 14 16:19:34 UTC 2021


The branch main has been updated by sunpoet:

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

commit 7be4fb673db48a88adc54ca0753205e2f9b9807b
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-14 16:03:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet at 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>


More information about the dev-commits-ports-main mailing list