Releases: kdeguchi/pkg_replace
Releases · kdeguchi/pkg_replace
pkg_replace-20240205
- Improved handling of SUBPACKAGES feature.
pkg_replace-20240131
- Support SUBPACKAGES feature.
pkg_replace-20231008
- Check the pkg command if it is installed or not.
- Improved FLAVOR handling when installing new packages. See example section in pkg_replace(1).
pkg_replace-20230921
- Fix bug when FLAVOR is lost, e.g. print/ghostscript10.
pkg_replace-20230418
- Changed the behavior of "-U" option. If you use "-U" option, pkg_replace unlock packages before deinstall packages and lock packages again after install.
- Fix "-t" option bug in do_install().
- Add "-t" option. If you use
pkg_replace -t make_target ...
, do onlymake make_target
.
pkg_replace-20230327
- Fix handling relative path.
pkg_replace-20230320
- Fix handling path bugs in set_pkginfo_install() and set_pkginfo_replace().
pkg_replace-20230317
- Fix bug for fetch files (
make -DBATCH checksum
error). See also, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270274
pkg_replace-20230202
- Replace '\ ' -> '[[:space:]]'.
- Update man page.
- Fix variable that should not be enclosed in double quotes.
- Fix trap action.
- Fix message about locked packages.
- Cleanup code.
pkg_replace-20230119
- Enabled to handle locked packages with new "-U" option. If "-U" option is not present, locked packages are skipped. See pkg_replace(1).
- Variables containing file and directory are enclosed in double quotes.
- Fix trap action.
- Cleanup code.
Full Changelog: 2023010...2023011