On 2020/05/21 06:36, Mikolaj Kucharski wrote: > Hi, > > I was updating one of my 6.6 machines to 6.7 and noticed following lines > in output of pkg_add -u: > > Skipping py-wstools-0.4.8 (update candidate for py-wstools-0.4.4p1) > py-wstools-0.4.4p1 pkgpaths: www/py-wtools > py-wstools-0.4.8 pkgpaths: www/py-wtools www/py-wstools > > So, it's hard to spot but in above last line, there ar two spaces > between www/py-wtools and www/py-wstools. Looking into ports CVS tree, > we can see that whitespace snuck in. Here is a diff to fix it. I think > it would be nice if that could be ported back to -stable.
Thanks, fixed. > While at it I allowed myself to add white space around `=` as diff in > the Makefile is really simple -- revision bump. I did not include that because including other whitespace changes makes it hard to see the real change - especially when it's whitespace-related! > Also, should pkg_create fail when there is some unexpected characters in > pkgpaths or any other annotations in plist? That's not a bad idea.