Page MenuHomeFreeBSD

kmod: append osversion to the portversion
AbandonedPublic

Authored by bapt on Dec 9 2024, 8:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 23 2024, 10:27 AM
Unknown Object (File)
Dec 22 2024, 11:19 AM
Unknown Object (File)
Dec 14 2024, 8:02 PM
Unknown Object (File)
Dec 12 2024, 1:41 AM
Unknown Object (File)
Dec 11 2024, 5:17 AM
Unknown Object (File)
Dec 10 2024, 8:17 AM
Subscribers

Details

Summary

to prepare the kmod repository we need to have the osversion added to the PKGVERSION to make sure than when someone goes from 14.1 to 14.2 during an upgrade the packages gets reinstalled (considered upgraded)

Adding the osversion makes it also easier for user who are running stable and current to deal with binary packages.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 61042
Build 57926: arc lint + arc unit

Event Timeline

bapt requested review of this revision.Dec 9 2024, 8:58 AM
bapt created this revision.
bapt added reviewers: portmgr, manu, emaste, mat.

So the package name will be something like drm-61-kmod-6.1.92.1500025_2
I guess this is OK.
How will the transition (from packages with today's name) work?

yes, as for the transition they will all get an upgrade

Is addition to UPDATING appropriate?

https://github.com/freebsd/freebsd-ports/blob/main/UPDATING

Thanks

I don't see whyt it would be appriopriate, nothing is expected to be change for end users.

this is in already.