Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2021 16:19:56 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: bb4ae1c78b7f - main - security/rubygem-omniauth-jwt: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
Message-ID:  <202107141619.16EGJude012772@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=bb4ae1c78b7f3a134462c657027ef06798aaf4a3

commit bb4ae1c78b7f3a134462c657027ef06798aaf4a3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-14 16:05:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-14 16:11:00 +0000

    security/rubygem-omniauth-jwt: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1
    
    - Bump PORTREVISION for dependency change
---
 security/rubygem-omniauth-jwt/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/rubygem-omniauth-jwt/Makefile b/security/rubygem-omniauth-jwt/Makefile
index 1e1feae43c86..260f0bb48b70 100644
--- a/security/rubygem-omniauth-jwt/Makefile
+++ b/security/rubygem-omniauth-jwt/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	omniauth-jwt
 PORTVERSION=	0.0.2
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-jwt>=0:www/rubygem-jwt \
-		rubygem-omniauth>=1.1<2:security/rubygem-omniauth
+		rubygem-omniauth1>=1.1<2:security/rubygem-omniauth1
 
 USES=		gem
 USE_RUBY=	yes



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