Releases: kdeguchi/pkg_replace
Releases · kdeguchi/pkg_replace
pkg_replace-20240819
pkg_replace-20240611
- Fix error message in get_strict_depend_pkgs().
- Cleanup code.
pkg_replace-20240603
- Changed File format created by option "-dd" or "-RR" in the PKG_REPLACE_DB_DIR, i.e. from PKGNAME to PKGORIGIN, because it is expected to behave better when the ports are updates.
- Changed the default behavior of the PKG_REPLACE_DB_DIR with option "-dd" or "-RR". Created files are not deleted but retained. If you want to clean the PKG_REPLACE_DB_DIR, set option "--cleandeps".
- The default location of the PKG_REPLACE_DB_DIR has changed from /var/tmp/pkg_replace to /var/db/pkg_replace.
- Add option "--makedb". Create files only in the PKG_REPLACE_DB_DIR.
- Cleanup codes.
pkg_replace-20240530
- Rename option "--no-conf" -> "--no-configfile".
- Cleanup code.
pkg_replace-20240526
- Improved the summary message.
- Fix build error.
- Cleanup options. Add "--no-verbose", "--no-config" and "--no-force-config", etc.
pkg_replace-20240525
WARNING! This release has build error bug.
- Improved the summary message.
pkg_replace-20240518
- Add "-X" option. Remove the libraries in PKGCOMPATDIR, when the specified packages have the libraries with the same name as the one in PKGCOMPATDIR. This may be useful when there are errors due to a mixture of old and new libraries. See pkg_replace(1).
- Improved the summary message.
- Cleanup codes.
pkg_replace-20240514
- Remove the old library with the same name as the new library from PKGCOMPATDIR. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268652
pkg_replace-20240507
- Improve handling of removed ports.
pkg_replace-20240303
- Improved handling of ports where origin has moved.
- Improved messages of SUBPACKAGES feature and IGNORE packages.
- Cleanup codes.