aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-09-02 19:49:37 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-09-02 20:14:38 +0000
commit7bb08dd863843907728ac9b31cbb433a15f20160 (patch)
tree7e963c0d726c754c0966850b95841168c0e12604
parent048ac47812580a957eec48a5674119bf792a8e1f (diff)
textproc/rubygem-asciidoctor-pdf: Change RUN_DEPENDS from rubygem-prawn-svg to rubygem-prawn-svg036
- Bump PORTREVISION for dependency change
-rw-r--r--textproc/rubygem-asciidoctor-pdf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/rubygem-asciidoctor-pdf/Makefile b/textproc/rubygem-asciidoctor-pdf/Makefile
index 5a621dd08beb..6cc7d285371d 100644
--- a/textproc/rubygem-asciidoctor-pdf/Makefile
+++ b/textproc/rubygem-asciidoctor-pdf/Makefile
@@ -1,6 +1,6 @@
PORTNAME= asciidoctor-pdf
PORTVERSION= 2.3.19
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc rubygems
MASTER_SITES= RG
@@ -17,7 +17,7 @@ RUN_DEPENDS= rubygem-asciidoctor>=2.0<3:textproc/rubygem-asciidoctor \
rubygem-matrix>=0.4<1:math/rubygem-matrix \
rubygem-prawn24>=2.4.0<2.5:print/rubygem-prawn24 \
rubygem-prawn-icon3>=3.1.0<3.2:print/rubygem-prawn-icon3 \
- rubygem-prawn-svg>=0.36.1<0.37:print/rubygem-prawn-svg \
+ rubygem-prawn-svg036>=0.36.1<0.37:print/rubygem-prawn-svg036 \
rubygem-prawn-table>=0.2.0<0.3:print/rubygem-prawn-table \
rubygem-prawn-templates>=0.1.0<0.2:print/rubygem-prawn-templates \
rubygem-treetop>=1.6.0<1.7:devel/rubygem-treetop \