https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233359
Bug ID: 233359 Summary: PkgBase: make packages doesn't include version information Product: Base System Version: 12.0-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: b...@freebsd.org Reporter: sylv...@sylvaingarrigues.com Created attachment 199390 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199390&action=edit make packages output On -CURRENT, running `make packages' used to print things like: ===> Creating FreeBSD-runtime-12.0.sSomeTimeStamp Now I switched to stable/12 and I don't see any version or timestamp in package names: ===> Creating FreeBSD-runtime-12.0 Plus a lot of "pkg: duplicate directory listing: ..., ignoring" Please see attached log. As a consequence, I cannot update my remote systems as `pkg upgrade` don't feel the need to upgrade packages with the same version. However, it sees the new packages. [root@home ~]# pkg upgrade Updating FreeBSD repository catalogue... FreeBSD repository is up to date. Updating FreeBSD-base repository catalogue... Fetching meta.txz: 100% 260 B 0.3kB/s 00:01 Fetching packagesite.txz: 100% 16 KiB 16.4kB/s 00:01 Processing entries: 100% FreeBSD-base repository update completed. 214 packages processed. All repositories are up to date. Checking for upgrades (3 candidates): 100% Processing candidates (3 candidates): 100% Checking integrity... done (0 conflicting) Your packages are up to date. [root@home ~]# -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"