[Bug 256214] ports-mgmt/pkg_tree: retrieve data from pkg info in only one try
Date: Tue, 01 Jun 2021 07:21:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256214 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c6e492cd331cfb1dadf2914988ab28ed4b9bdf8 commit 4c6e492cd331cfb1dadf2914988ab28ed4b9bdf8 Author: Tatsuki Makino <tatsuki_makino@hotmail.com> AuthorDate: 2021-06-01 07:02:20 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-06-01 07:19:46 +0000 ports-mgmt/pkg_tree: Retrieve data from pkg info at one time The way it works is that it calls pkg info 3 times, so there is a possibility of losing consistency. The -r option added for displaying the "Required by" graph instead of the "Depends on" graph. Pass maintainership to submitter PR: 256214 ports-mgmt/pkg_tree/Makefile | 2 +- ports-mgmt/pkg_tree/distinfo | 1 + ports-mgmt/pkg_tree/files/patch-pkg__tree | 85 ++++++++++++--------------- ports-mgmt/pkg_tree/files/patch-pkg__tree.pod | 17 +++++- 4 files changed, 55 insertions(+), 50 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.