[Bug 280899] ports-mgmt/pkg: version command does not work as expected
Date: Sun, 18 Aug 2024 15:32:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280899 Matthew Seaman <matthew@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matthew@FreeBSD.org --- Comment #1 from Matthew Seaman <matthew@FreeBSD.org> --- The net/mtr-nox11 slave port has been replaced by flavoured versions of the net/mtr port. If compiling the port yourself, you now need origin net/mtr@nox11. If installing from pre-compiled packages you need mtr-nox11 -- the PKGNAME is unchanged. You're seeing the 'orphaned' description in the output of `pkg version` because the origin of the port you currently have installed no longer exists. Once you update to the flavoured package, `pkg version` will be less confused: ``` % pkg version -Rqovl '?' % pkg version -vR -n mtr-nox11 mtr-nox11-0.95_2 = up-to-date with remote ``` -- You are receiving this mail because: You are the assignee for the bug.