1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/ports-mgmt/pkgcompare/pkg-descr
Olli Hauer 7634187b32 - new port pkgcompare
This program provides for an alternate pkg upgrade procedure.

Usage: pkg-compare [options] new_path old_path

This program reads local.sqlite in new_path and compares list of installed
packages in local.sqlite in old_path. If a package is found in old_path which
is not in new_path then the name of the port is printed, one per line.

Command line switches:
    -p  prefix uninstalled packages with 'pkg install -Rf'
    -m  show manually installed packages only, no deps

WWW: https://github.com/waitman/pkg-compare

PR:		186484
Submitted by:	waitman@waitman.net
2014-10-28 22:55:13 +00:00

7 lines
243 B
Plaintext

This program provides for an alternate pkg upgrade procedure.
Move /usr/local to /usr/old-local and /var/db/pkg to /var/db/old-pkg,
then use pkg-compare to generate a list of packages to install.
WWW: https://github.com/waitman/pkg-compare