aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-18 12:49:25 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-18 12:49:25 +0000
commit465caeafe14cd09f5ad63102ef2a5ce7d504ff30 (patch)
treeb16fef182a6e94a541c86eabe2d0000c44568325
parent7bf399438b9ce17c6bdc7d9b45a1dfb8c6d0ac79 (diff)
downloadports-465caeafe14cd09f5ad63102ef2a5ce7d504ff30.tar.gz
ports-465caeafe14cd09f5ad63102ef2a5ce7d504ff30.zip
devel/rubygem-graphql-docs: Change RUN_DEPENDS from rubygem-commonmarker to rubygem-commonmarker0
- Bump PORTREVISION for dependency change
-rw-r--r--devel/rubygem-graphql-docs/Makefile3
1 files changed, 2 insertions, 1 deletions
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 \