git: 7771763de6ca - main - textproc/quarto: Use the current pandoc instead of pandoc-3.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Sep 2024 17:42:31 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7771763de6cae87e625f80280a87b5119210bc8f commit 7771763de6cae87e625f80280a87b5119210bc8f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-09-29 17:37:39 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-09-29 17:42:29 +0000 textproc/quarto: Use the current pandoc instead of pandoc-3.2 --- textproc/quarto/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/textproc/quarto/Makefile b/textproc/quarto/Makefile index fb390652172d..c1d1586e0957 100644 --- a/textproc/quarto/Makefile +++ b/textproc/quarto/Makefile @@ -1,5 +1,6 @@ PORTNAME= quarto DISTVERSION= 1.6.15 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= https://github.com/quarto-dev/quarto-cli/releases/download/v${DISTVERSION}/ DISTFILES= quarto-${DISTVERSION}-linux-amd64.tar.gz # same for all architectures @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/repo/COPYRIGHT RUN_DEPENDS= bash:shells/bash \ deno:www/deno \ esbuild:devel/esbuild \ - hs-pandoc32>0:textproc/hs-pandoc32 \ + hs-pandoc>0:textproc/hs-pandoc \ typst:textproc/typst \ deno-dom>0:www/deno-dom \ tex-xetex>0:print/tex-xetex \ @@ -36,8 +37,8 @@ OPTIONS_DEFINE= R R_DESC= Install R dependency R_RUN_DEPENDS= R:math/R \ - R-cran-knitr>0:print/R-cran-knitr - #R-cran-rmarkdown>0:textproc/R-cran-rmarkdown # conflicts with hs-pandoc32 + R-cran-knitr>0:print/R-cran-knitr \ + R-cran-rmarkdown>0:textproc/R-cran-rmarkdown # conflicts with hs-pandoc32 post-patch: # replace tokens in the quarto executable and in run-tests.sh