[Bug 294321] Tools/scripts/BDB-upgrade-helper.sh references obsolete pkg_delete.

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 08 Apr 2026 05:40:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294321

            Bug ID: 294321
           Summary: Tools/scripts/BDB-upgrade-helper.sh references
                    obsolete pkg_delete.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: truckman@FreeBSD.org
                CC: ports-bugs@FreeBSD.org

Tools/scripts/BDB-upgrade-helper.sh still references the obsolete old
pkg_delete.

if [ -n "$pkg" ] ; then
    pkg delete $dbnames
else
    pkg_delete $dbnames
fi

-- 
You are receiving this mail because:
You are on the CC list for the bug.