Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Dec 2023 06:52:56 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5125ee97dbea - main - textproc/docproj: Add new dependency
Message-ID:  <202312280652.3BS6quQY029679@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5125ee97dbeac1c76e145c38cdde9ea47eec47ed

commit 5125ee97dbeac1c76e145c38cdde9ea47eec47ed
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-27 19:35:54 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-28 04:47:21 +0000

    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
---
 textproc/docproj/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312280652.3BS6quQY029679>