Describe the bug
vcpkg list, search and update options no longer have <Port Version> shown after <Version> in the output list.
Environment
To Reproduce
Steps to reproduce the behavior:
->vcpkg updateUsing local portfile versions. To update the local portfiles, use git pull.The following packages differ from their port versions:fontconfig:x64-windows 2.12.4-10 -> 2.12.4-??freetype:x64-windows 2.10.1-6 -> 2.10.2-??->vcpkg list freetype -or- ->vcpkg list fontconfig
freetype:x64-windows 2.10.1-6 A library to render fonts.fontconfig:x64-windows 2.12.4-10 Library for configuring and customizing font acc...freetype:x64-windows 2.10.2 A library to render fonts.fontconfig:x64-windows 2.12.4 Library for configuring and customizing font acc...->vcpkg search freetype -or- vcpkg search fontconfig
freetype 2.10.2-6 A library to render fonts.fontconfig 2.12.4-10 Library for configuring and customizing font access.freetype 2.10.2 A library to render fonts.fontconfig 2.12.4 Library for configuring and customizing font access.Expected behavior
Failure logs
None
Additional context
Note: I used freetype and fontconfig in these examples as they were the only two ports needing upgrade with the latest git pull and .\bootstrap-vcpkg.bat or ./bootstrap-vcpkg.sh, but it is happening to all ports when the CONTROL file is updated to the new format separating the Port Version from the overall software Version.
Thank you @strega-nil - have a wonderful week 馃
Most helpful comment
Thank you @strega-nil - have a wonderful week 馃