diff options
Diffstat (limited to 'textproc/quarto/Makefile')
| -rw-r--r-- | textproc/quarto/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/quarto/Makefile b/textproc/quarto/Makefile index 4dd9c0563dd4..ab033a62477a 100644 --- a/textproc/quarto/Makefile +++ b/textproc/quarto/Makefile @@ -1,5 +1,5 @@ PORTNAME= quarto # quarto also requires some Linux base to be installed, for example linux_base-rl9 -DISTVERSION= 1.7.30 +DISTVERSION= 1.9.10 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 @@ -98,7 +98,7 @@ do-install: ${RM} -r ${STAGEDIR}${DATADIR}/bin/tools/${XARCH}/dart-sass ${MKDIR} ${STAGEDIR}${DATADIR}/bin/tools/${XARCH}/dart-sass ${LN} -s \ - ${LOCALBASE}/lib/ruby/gems/3.2/gems/dartsass-1.49.8/exe/linux/sass \ + ${LOCALBASE}/lib/ruby/gems/*/gems/dartsass-*/exe/linux/sass \ ${STAGEDIR}${DATADIR}/bin/tools/${XARCH}/dart-sass/sass do-test: # tests fail to run with: RuntimeError: Failed to lock Pipfile.lock! @@ -109,6 +109,7 @@ do-test: # tests fail to run with: RuntimeError: Failed to lock Pipfile.lock! test-quick: install .for test in py-line-plot-on-a-polar-axis r-airquality julia-fig-parametric @cd ${TEST_WRKSRC} && \ + ${ECHO} "===> Running test: ${test}" && \ ${CP} ${FILESDIR}/example-${test}.qmd . && \ ${PORTNAME} render example-${test}.qmd --to pdf && \ okular example-${test}.pdf |
