git: 4b25b85e24de - 2026Q3 - sysutils/kubo-go: builds fine with Go 1.26

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Mon, 10 Aug 2026 22:30:24 UTC
The branch 2026Q3 has been updated by fuz:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4b25b85e24de5b0b987376e95fc49f30dd1d00aa

commit 4b25b85e24de5b0b987376e95fc49f30dd1d00aa
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-08-08 22:11:45 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-08-10 22:30:12 +0000

    sysutils/kubo-go: builds fine with Go 1.26
    
    Remove Go version pin and undeprecate.
    I presume USES=go:1.25+ was originally meant.
    
    Approved by:    portmgr (build fix blanket)
    MFH:            2026Q3
    
    (cherry picked from commit 717e3028f5710aa5ecade2ab72c64941e484007e)
---
 sysutils/kubo-go/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysutils/kubo-go/Makefile b/sysutils/kubo-go/Makefile
index 6a994d09e9cc..972ec0c6273c 100644
--- a/sysutils/kubo-go/Makefile
+++ b/sysutils/kubo-go/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	kubo
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.40.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	sysutils
 PKGNAMESUFFIX=	-go
 
@@ -14,7 +14,7 @@ LICENSE_COMB=	dual
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
 
-USES=		cpe go:1.25,modules
+USES=		cpe go:modules
 
 CONFLICTS_INSTALL?=	ipfs-go-*