git: 1110ecab06dd - main - various: Deprecate ports pinned to Go 1.25
Dag-Erling Smørgrav <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/ports/commit/?id=1110ecab06dd19233949b66afd1c40a9055d2502 commit 1110ecab06dd19233949b66afd1c40a9055d2502 Author: Dag-Erling Smørgrav <[email protected]> AuthorDate: 2026-08-08 20:40:34 +0000 Commit: Dag-Erling Smørgrav <[email protected]> CommitDate: 2026-08-08 20:40:34 +0000 various: Deprecate ports pinned to Go 1.25 Go 1.25 is approaching end-of-life. Ports that don't build with 1.26 or newer should be updated, or we will have to remove them when we drop lang/go125 in September. --- devel/tinygo/Makefile | 3 ++- sysutils/kubo-go/Makefile | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/tinygo/Makefile b/devel/tinygo/Makefile index be88dac3873e..b056143c5326 100644 --- a/devel/tinygo/Makefile +++ b/devel/tinygo/Makefile @@ -11,7 +11,8 @@ WWW= https://tinygo.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -# BROKEN= port not updated in years, and current port version incompatible with Go 1.26+ +DEPRECATED= Does not build with Go 1.26+ +EXPIRATION_DATE= 2026-09-30 TEST_DEPENDS= qemu-system-arm:emulators/qemu diff --git a/sysutils/kubo-go/Makefile b/sysutils/kubo-go/Makefile index 6a994d09e9cc..896f0cf47a82 100644 --- a/sysutils/kubo-go/Makefile +++ b/sysutils/kubo-go/Makefile @@ -14,6 +14,9 @@ LICENSE_COMB= dual LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE +DEPRECATED= Does not build with Go 1.26+ +EXPIRATION_DATE= 2026-09-30 + USES= cpe go:1.25,modules CONFLICTS_INSTALL?= ipfs-go-*