Sponsored by: The FreeBSD Foundation
Details
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 64098 Build 60982: arc lint + arc unit
Event Timeline
net/wifi-firmware-mt76-kmod/Makefile | ||
---|---|---|
5 | Since you're updating FWDRV_VERSION / PORTVERSION and net/wifi-firmware-kmod/Makefile.inc has PORTREVISION?=2. This means the package will be wifi-firmware-mt76-kmod-mt7615-<new version>_2. https://docs.freebsd.org/en/books/porters-handbook/book/#makefile-portrevision
(It only says DISTVERSION, but the same applies for PORTVERSION.) You could set PORTREVISION=0 here, but then all the other firmware packages will have a PORTREVSION of 2 except this one. This shouldn't be a showstopper, but maybe in the future it would be best to set PORTREVISION in each port rather than in net/wifi-firmware-kmod/Makefile.inc. |