maintainer-feedback requested: [Bug 269529] ports-mgmt/pkg: Incorrect version number reported
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 269529] ports-mgmt/pkg: Incorrect version number reported"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Feb 2023 07:59:02 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-pkg (Nobody) <pkg@FreeBSD.org> for maintainer-feedback: Bug 269529: ports-mgmt/pkg: Incorrect version number reported https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269529 --- Description --- In 1.19.1, pkg source code version wasn't set properly so it still reporting previous version number: %pkg --version 1.19.0 %pkg info pkg pkg-1.19.1 Name : pkg Version : 1.19.1 The fix has to be done in upstream code, a merge reqest was done for that https://github.com/freebsd/pkg/pull/2110