Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2021 16:19:29 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: 0f1e97370c3c - main - security/rubygem-omniauth-gitlab: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
Message-ID:  <202107141619.16EGJTGj012190@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=0f1e97370c3c4c886a3dbaa87604f74699d86ff3

commit 0f1e97370c3c4c886a3dbaa87604f74699d86ff3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-14 16:03:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-14 16:10:49 +0000

    security/rubygem-omniauth-gitlab: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
    
    - Update version requirement of RUN_DEPENDS
    - Bump PORTREVISION for dependency change
---
 security/rubygem-omniauth-gitlab/Makefile | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/security/rubygem-omniauth-gitlab/Makefile b/security/rubygem-omniauth-gitlab/Makefile
index efc0d89ac938..2bf0361ac276 100644
--- a/security/rubygem-omniauth-gitlab/Makefile
+++ b/security/rubygem-omniauth-gitlab/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	omniauth-gitlab
 PORTVERSION=	1.0.4
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -9,11 +10,12 @@ COMMENT=	OmniAuth strategy for GitLab
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-omniauth>=1.0:security/rubygem-omniauth \
-		rubygem-omniauth-oauth2>=1.0:net/rubygem-omniauth-oauth2
+RUN_DEPENDS=	rubygem-omniauth1>=1.0<2:security/rubygem-omniauth1 \
+		rubygem-omniauth-oauth2>=1.0<2:net/rubygem-omniauth-oauth2
 
-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.16EGJTGj012190>