git: 465caeafe14c - main - devel/rubygem-graphql-docs: Change RUN_DEPENDS from rubygem-commonmarker to rubygem-commonmarker0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 18 Apr 2024 12:54:02 UTC
The branch main has been updated by sunpoet:

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

commit 465caeafe14cd09f5ad63102ef2a5ce7d504ff30
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-18 12:49:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-18 12:49:25 +0000

    devel/rubygem-graphql-docs: Change RUN_DEPENDS from rubygem-commonmarker to rubygem-commonmarker0
    
    - Bump PORTREVISION for dependency change
---
 devel/rubygem-graphql-docs/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/rubygem-graphql-docs/Makefile b/devel/rubygem-graphql-docs/Makefile
index ebf4654c70ac..54c4275fc672 100644
--- a/devel/rubygem-graphql-docs/Makefile
+++ b/devel/rubygem-graphql-docs/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	graphql-docs
 PORTVERSION=	4.0.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,7 +11,7 @@ WWW=		https://github.com/gjtorikian/graphql-docs
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	rubygem-commonmarker>=0.23.6<1:textproc/rubygem-commonmarker \
+RUN_DEPENDS=	rubygem-commonmarker0>=0.23.6<1:textproc/rubygem-commonmarker0 \
 		rubygem-dartsass>=1.49<2:textproc/rubygem-dartsass \
 		rubygem-escape_utils>=1.2<2.0:textproc/rubygem-escape_utils \
 		rubygem-extended-markdown-filter>=0.4<1.0:textproc/rubygem-extended-markdown-filter \