Page MenuHomeFreeBSD

databases/mongodb-tools: Drop Go version check
AbandonedPublic

Authored by des on Dec 7 2025, 2:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 23, 9:57 PM
Unknown Object (File)
Mon, Feb 23, 9:56 PM
Unknown Object (File)
Thu, Feb 19, 9:02 PM
Unknown Object (File)
Feb 18 2026, 7:35 PM
Unknown Object (File)
Jan 28 2026, 7:27 AM
Unknown Object (File)
Dec 26 2025, 4:27 AM
Unknown Object (File)
Dec 23 2025, 9:22 AM
Unknown Object (File)
Dec 18 2025, 9:10 PM
Subscribers
None

Details

Summary

This port had code to verify that it was being built with the exact Go
version listed in its go.mod. This is based on a misunderstanding,
since the version listed in go.mod describes the feature set, not the
implementation, and Go implementations are backward compatible. Since
the oldest supported Go version is newer than what the port requires,
we can simply drop the check.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 69110
Build 65993: arc lint + arc unit

Event Timeline

des requested review of this revision.Dec 7 2025, 2:27 PM
des created this revision.

Thanks for looking into this, but our activity is crossing the beams. I have a commit ready for a while, but the git server is not giving me the latest revisions on pull so it blocks my push.

The mirrors are working again, you should be able to pull now.