Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2025 11:00: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: 03051f39b9ec - main - security/rubygem-gitlab-cloud-connector: Change RUN_DEPENDS from rubygem-jwt to rubygem-jwt2
Message-ID:  <202509301100.58UB0T9C045448@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 03051f39b9ecb773105760cd06ae57cab30db720
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-30 10:48:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-30 10:51:33 +0000

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

diff --git a/security/rubygem-gitlab-cloud-connector/Makefile b/security/rubygem-gitlab-cloud-connector/Makefile
index 45f94f9b9f71..43aefd6f1e46 100644
--- a/security/rubygem-gitlab-cloud-connector/Makefile
+++ b/security/rubygem-gitlab-cloud-connector/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gitlab-cloud-connector
 PORTVERSION=	1.31.0
+PORTREVISION=	1
 CATEGORIES=	security rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +12,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-activesupport-gitlab>=7.0<8:devel/rubygem-activesupport-gitlab \
-		rubygem-jwt>=2.9<3:www/rubygem-jwt
+		rubygem-jwt2>=2.9<3:www/rubygem-jwt2
 
 USES=		gem
 


home | help

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