Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2026 10:15:33 +0000
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1dff87feb9cd - main - sysutils/loki: Fix build
Message-ID:  <69959145.2334b.213790ce@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by grembo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1dff87feb9cdb23f040422deba3697f5cebf79dc

commit 1dff87feb9cdb23f040422deba3697f5cebf79dc
Author:     Michael Gmelin <grembo@FreeBSD.org>
AuthorDate: 2026-02-18 08:50:51 +0000
Commit:     Michael Gmelin <grembo@FreeBSD.org>
CommitDate: 2026-02-18 10:15:11 +0000

    sysutils/loki: Fix build
    
    Checksum of one of the many required go modules changed, compared
    its content to what was on distcache to verify the change is harmless:
    
        diff consul-1.5.1/vendor/k8s.io/client-go/pkg/version/base.go ...
        ...
        < gitVersion   string = "v0.0.0-master+40cec98468b"
        ---
        > gitVersion   string = "v0.0.0-master+40cec98468b8"
    
    Approved by:    portmgr (blanket)
---
 sysutils/loki/distinfo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/loki/distinfo b/sysutils/loki/distinfo
index 4ae1832edf31..31cb2138e6d3 100644
--- a/sysutils/loki/distinfo
+++ b/sysutils/loki/distinfo
@@ -349,7 +349,7 @@ SHA256 (hailocab-go-hostpool-e80d13ce29ed_GH0.tar.gz) = c757c20d1397898e890ed61e
 SIZE (hailocab-go-hostpool-e80d13ce29ed_GH0.tar.gz) = 7028
 SHA256 (hashicorp-consul-api-v1.20.0_GH0.tar.gz) = f56a74a178777974417c67a44dcd83543699a884b4f6a90797b6ee55a2a0df30
 SIZE (hashicorp-consul-api-v1.20.0_GH0.tar.gz) = 27812510
-SHA256 (hashicorp-consul-v1.5.1_GH0.tar.gz) = 7d9a318ca5fe3c5f35adb950750e92dff45a67d5fe37d447f173b4f0f99c095f
+SHA256 (hashicorp-consul-v1.5.1_GH0.tar.gz) = 704511c916beb2e3de5cb4fc5d183d6e37bb31ad78252acd20da8a9e1153ebe0
 SIZE (hashicorp-consul-v1.5.1_GH0.tar.gz) = 21123911
 SHA256 (hashicorp-errwrap-v1.1.0_GH0.tar.gz) = 0d73891a7a179e50a142ac8832db97b17c792d29ae205b0e6aeedde4c43d51a4
 SIZE (hashicorp-errwrap-v1.1.0_GH0.tar.gz) = 8581


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69959145.2334b.213790ce>