git: bb4ae1c78b7f - main - security/rubygem-omniauth-jwt: Change RUN_DEPENDS from rubygem-omniauth to rubygem-omniauth1

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


The branch main has been updated by sunpoet:

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

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


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