From d17dd0bd67b7494985683f02cbd50ab0f5444d02 Mon Sep 17 00:00:00 2001 From: Clemens Lang Date: Fri, 10 Jul 2026 13:19:38 +0200 Subject: [PATCH] vale: Fix build failures caused by stealth updates See: https://github.com/macports/macports-ports/pull/33362#issuecomment-4844090278 --- textproc/vale/Portfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/textproc/vale/Portfile b/textproc/vale/Portfile index 06ebf487ba5..b3d1a8a9250 100644 --- a/textproc/vale/Portfile +++ b/textproc/vale/Portfile @@ -22,6 +22,9 @@ long_description \ build.args -ldflags '-s -w -X main.version=v${version}' ./cmd/vale +# github.com/errata-ai/regexp2 and github.com/errata-ai/ini seem to have been stealth-updated +dist_subdir ${name} + go.vendors gopkg.in/yaml.v3 \ lock v3.0.1 \ rmd160 e85ac1368fb7f9ef945b7fd7bd608a1f0d261c12 \