1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

textproc/rubygem-asciidoctor: Fix runtime with Ruby 4.0+

- Bump PORTREVISION for dependency change

PR:		294765
Reported by:	kib
This commit is contained in:
Po-Chuan Hsieh
2026-05-12 17:17:32 +08:00
parent f8721c8754
commit 1addc63adb
+8 -1
View File
@@ -1,5 +1,6 @@
PORTNAME= asciidoctor
PORTVERSION= 2.0.26
PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
@@ -17,4 +18,10 @@ NO_ARCH= yes
PLIST_FILES= bin/asciidoctor
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${RUBY_VER} >= 4.0
RUN_DEPENDS+= rubygem-logger>=0:devel/rubygem-logger
.endif
.include <bsd.port.post.mk>