Page MenuHomeFreeBSD

databases/mongodb-tools: Drop Go version check
AbandonedPublic

Authored by des on Sun, Dec 7, 2:27 PM.

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.Sun, Dec 7, 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.