aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-27 19:35:54 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-28 04:47:21 +0000
commit5125ee97dbeac1c76e145c38cdde9ea47eec47ed (patch)
tree711f3de73862e4fc4daa2460ffb7ac80666ec21e
parentf4670bcfacde62f733b033e30eaa0a16f621cde6 (diff)
downloadports-5125ee97dbeac1c76e145c38cdde9ea47eec47ed.tar.gz
ports-5125ee97dbeac1c76e145c38cdde9ea47eec47ed.zip
textproc/docproj: Add new dependency
For an upcoming feature in the doc project we are adding image facilities like drawing dynamic images/graphs with gnuplot add some new dependency. A sample review can be found here at https://reviews.freebsd.org/D36982. In the future we can add more options but for add gnuplot-lite and rubygem-asciidoctor-diagram for the image generation. Approved by: doceng (fernape) Differential Revision: https://reviews.freebsd.org/D36982
-rw-r--r--textproc/docproj/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
index 7ae6dc849a39..c855888fe6c8 100644
--- a/textproc/docproj/Makefile
+++ b/textproc/docproj/Makefile
@@ -1,5 +1,5 @@
PORTNAME= docproj
-PORTVERSION= 4.1.7
+PORTVERSION= 4.1.8
CATEGORIES= textproc
MAINTAINER= doceng@FreeBSD.org
@@ -7,8 +7,10 @@ COMMENT= Meta-port for the FreeBSD Documentation Project
WWW= https://www.freebsd.org/docproj
RUN_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor \
+ gnuplot-lite>0:math/gnuplot-lite \
gohugo>=0.115.4,1:www/gohugo \
rougify:textproc/rubygem-rouge \
+ rubygem-asciidoctor-diagram>0:textproc/rubygem-asciidoctor-diagram
USES= metaport