Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Feb 2026 10:35:59 +0000
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bd756ec833e1 - main - devel/rubygem-graphql-client: fix build issue
Message-ID:  <6981cf8f.1cc7d.662199f1@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mfechner:

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

commit bd756ec833e11e85996749647ca1825afb2e59a8
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2026-02-03 10:35:11 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2026-02-03 10:35:57 +0000

    devel/rubygem-graphql-client: fix build issue
    
    Reported by:    pkg-fallout
---
 devel/rubygem-graphql-client/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/rubygem-graphql-client/Makefile b/devel/rubygem-graphql-client/Makefile
index 20cd66685fde..28778a85e30f 100644
--- a/devel/rubygem-graphql-client/Makefile
+++ b/devel/rubygem-graphql-client/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	graphql-client
 PORTVERSION=	0.21.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -9,7 +10,7 @@ WWW=		https://github.com/github/graphql-client
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-activesupport70>=3.0:devel/rubygem-activesupport70 \
+RUN_DEPENDS=	rubygem-activesupport-gitlab>=3.0:devel/rubygem-activesupport-gitlab \
 		rubygem-graphql>=1.13.0:devel/rubygem-graphql
 
 USES=		gem


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6981cf8f.1cc7d.662199f1>