On Sun, Oct 23, 2016 at 04:28:04PM -0700, Eric Pruitt wrote: > >Description: > When running pkg_info -I with a version spec, the version of > each entry matching the query is overwritten with the query > itself. > > >How-To-Repeat: > This is what I get: > > $ pkg_info -I 'automake-<1.10' > automake-<1.10 GNU Standards-compliant Makefile generator > automake-<1.10 GNU Standards-compliant Makefile generator > automake-<1.10 GNU Standards-compliant Makefile generator > > This is what I expected: > > $ pkg_info -I 'automake-<1.10' > automake-1.4.6p4 GNU Standards-compliant Makefile generator > automake-1.8.5p8 GNU Standards-compliant Makefile generator > automake-1.9.6p11 GNU Standards-compliant Makefile generator
This also happens on OpenBSD 6.0 which I didn't realize had been released when I originally submitted this report. Eric
