git: 16dc2c6a255a - main - textproc/quarto: Fix path to the linux sass binary

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 19 Aug 2025 09:39:30 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=16dc2c6a255a0f1be20c104d713de454be52b041

commit 16dc2c6a255a0f1be20c104d713de454be52b041
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-08-19 09:35:30 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-08-19 09:39:17 +0000

    textproc/quarto: Fix path to the linux sass binary
---
 textproc/quarto/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/quarto/Makefile b/textproc/quarto/Makefile
index 4dd9c0563dd4..bcacd4129a8f 100644
--- a/textproc/quarto/Makefile
+++ b/textproc/quarto/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	quarto # quarto also requires some Linux base to be installed, for example linux_base-rl9
 DISTVERSION=	1.7.30
+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
@@ -98,7 +99,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!