Re: git: a8d366898894 - main - textproc/docproj: remove gnuplot-lite dependency

From: Moin Rahman <bofh_at_freebsd.org>
Date: Thu, 16 Jan 2025 07:55:45 UTC

> On Jan 16, 2025, at 08:41, Fernando Apesteguía <fernape@FreeBSD.org> wrote:
> 
> The branch main has been updated by fernape:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=a8d3668988945bf23844a1733da214113e08d6ec
> 
> commit a8d3668988945bf23844a1733da214113e08d6ec
> Author:     Fernando Apesteguía <fernape@FreeBSD.org>
> AuthorDate: 2025-01-14 17:26:26 +0000
> Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
> CommitDate: 2025-01-16 07:41:00 +0000
> 
>    textproc/docproj: remove gnuplot-lite dependency
> 
>    It was a leftover from the previous docproj.
> ---
> textproc/docproj/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile
> index 6d362be1878a..a0b3c298573c 100644
> --- a/textproc/docproj/Makefile
> +++ b/textproc/docproj/Makefile
> @@ -1,5 +1,6 @@
> PORTNAME= docproj
> PORTVERSION= 4.1.9
> +PORTREVISION= 1
> CATEGORIES= textproc
> 
> MAINTAINER= doceng@FreeBSD.org
> @@ -7,7 +8,6 @@ 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.133.1,1:www/gohugo \
> rougify:textproc/rubygem-rouge \
> rubygem-asciidoctor-diagram>0:textproc/rubygem-asciidoctor-diagram

I don't think this is correct. gnuplot was used to generate the graph
of number of ports here:

https://docs.freebsd.org/en/books/dev-model/#sub-project-ports

There is an SVG file that was supposed to be generated and it has
nothing to do with the previous docproj.


Kind regards,
Moin