pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

chromium: sync esbuild version fix from www/chromium



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Mon Jul 20 09:19:49 2026 +0200
Changeset:	dd0f2947bd61cf2fd153f8695ff40b76e978340c

Modified Files:
	chromium/Makefile

Log Message:
chromium: sync esbuild version fix from www/chromium

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dd0f2947bd61cf2fd153f8695ff40b76e978340c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 chromium/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/chromium/Makefile b/chromium/Makefile
index 517a36fe41..95c0ff4e95 100644
--- a/chromium/Makefile
+++ b/chromium/Makefile
@@ -72,7 +72,7 @@ CHECK_PORTABILITY_SKIP+=	v8/tools/run-llprof.sh
 
 TOOL_DEPENDS+=			cmake-[0-9]*:../../devel/cmake
 TOOL_DEPENDS+=			gperf>=3.2:../../devel/gperf
-TOOL_DEPENDS+=			esbuild-${EB_VER}:../../www/esbuild
+TOOL_DEPENDS+=			esbuild>=${EB_VER}:../../www/esbuild
 TOOL_DEPENDS+=			ninja-build-[0-9]*:../../devel/ninja-build
 TOOL_DEPENDS+=			${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
 TOOL_DEPENDS+=			${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4


Home | Main Index | Thread Index | Old Index