git: 81cbd054e380 - 2026Q1 - devel/rubygem-graphql-client: fix build issue
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Feb 2026 06:13:30 UTC
The branch 2026Q1 has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=81cbd054e380ac944d0292ef18a36f3fe7b951f5
commit 81cbd054e380ac944d0292ef18a36f3fe7b951f5
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2026-02-03 10:35:11 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2026-02-14 05:52:51 +0000
devel/rubygem-graphql-client: fix build issue
Reported by: pkg-fallout
(cherry picked from commit bd756ec833e11e85996749647ca1825afb2e59a8)
---
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