On Tue 23 Sep 21:37, Dag-Erling Smørgrav wrote: > Baptiste Daroussin <[email protected]> writes: > > pkgbase: set origin for each packages as base/FreeBSD-* > > > > MFC After: 3 day > > Reviewed by: ivy > > Differential Revision: https://reviews.freebsd.org/D52689 > > I'm not convinced this was a good idea. Having the same origin made it > trivial to identify base packages in filter expressions ('%o = base'). > I understand that some people think package origins should be unique and > complained loudly on the mailing lists, but subpackages already share > the same origin. > > DES > -- > Dag-Erling Smørgrav - [email protected]
Still doable via %o ~ base/* also now pkg info -x base/ do work while it did not before same for pkg info -g base/* best regards, bapt
