Re: git: 4ba7d06e469d - main - misc/hwdata: install pkg-config file
- In reply to: Tobias C. Berner: "Re: git: 4ba7d06e469d - main - misc/hwdata: install pkg-config file"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Sep 2022 20:11:18 UTC
"Tobias C. Berner" <tcberner@freebsd.org> writes: > On Sat, 17 Sept 2022 at 19:28, Jan Beich <jbeich@freebsd.org> wrote: >> >> "Tobias C. Berner" <tcberner@FreeBSD.org> writes: >> >> > index 000000000000..f5beb7f70d2e >> > --- /dev/null >> > +++ b/misc/hwdata/pkg-plist >> > @@ -0,0 +1,6 @@ >> > +libdata/pkgconfig/hwdata.pc >> > +%%DATADIR%%/hwdata/iab.txt >> > +%%DATADIR%%/hwdata/oui.txt >> >> Do you plan to bump PORTREVISION for the new files? > > as nothing depends on it at the moment I skipped that, but feel free > to do so, if you require it to cleanly install it on the CI you > mentioned. From https://docs.freebsd.org/en/books/porters-handbook/makefiles/#makefile-portrevision > Examples of when PORTREVISION must be bumped: [...] > - Changes in the packing list or the install-time behavior of the package. wlroots CI uses pkg.freebsd.org. Without PORTREVISION bump hwdata package won't be rebuilt because poudriere heuristics mainly check runtime dependencies which didn't change in this commit.