git: d20c4b108349 - main - textproc/rubygem-asciidoctor-pdf: Change RUN_DEPENDS from rubygem-prawn-icon to rubygem-prawn-icon3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Dec 2024 19:25:01 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d20c4b108349e72ea38e51fc060b712bc8b63eeb
commit d20c4b108349e72ea38e51fc060b712bc8b63eeb
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-25 18:58:47 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-25 19:16:39 +0000
textproc/rubygem-asciidoctor-pdf: Change RUN_DEPENDS from rubygem-prawn-icon to rubygem-prawn-icon3
- Bump PORTREVISION for dependency change
---
textproc/rubygem-asciidoctor-pdf/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/textproc/rubygem-asciidoctor-pdf/Makefile b/textproc/rubygem-asciidoctor-pdf/Makefile
index 17f81798fa3a..7c37fa9dbbdc 100644
--- a/textproc/rubygem-asciidoctor-pdf/Makefile
+++ b/textproc/rubygem-asciidoctor-pdf/Makefile
@@ -1,5 +1,6 @@
PORTNAME= asciidoctor-pdf
PORTVERSION= 2.3.19
+PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
@@ -15,7 +16,7 @@ RUN_DEPENDS= rubygem-asciidoctor>=2.0<3:textproc/rubygem-asciidoctor \
rubygem-concurrent-ruby>=1.1<2:devel/rubygem-concurrent-ruby \
rubygem-matrix>=0.4<1:math/rubygem-matrix \
rubygem-prawn24>=2.4.0<2.5:print/rubygem-prawn24 \
- rubygem-prawn-icon>=3.1.0<3.2:print/rubygem-prawn-icon \
+ rubygem-prawn-icon3>=3.1.0<3.2:print/rubygem-prawn-icon3 \
rubygem-prawn-svg>=0.35.0<0.36:print/rubygem-prawn-svg \
rubygem-prawn-table>=0.2.0<0.3:print/rubygem-prawn-table \
rubygem-prawn-templates>=0.1.0<0.2:print/rubygem-prawn-templates \