Skip to content

Releases: kdeguchi/pkg_replace

pkg_replace-20240611

14 Jun 05:14
Compare
Choose a tag to compare
  • Fix error message in get_strict_depend_pkgs().
  • Cleanup code.

pkg_replace-20240603

03 Jun 08:57
Compare
Choose a tag to compare
  • 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

31 May 12:03
Compare
Choose a tag to compare
  • Rename option "--no-conf" -> "--no-configfile".
  • Cleanup code.

pkg_replace-20240526

26 May 01:34
Compare
Choose a tag to compare
  • Improved the summary message.
  • Fix build error.
  • Cleanup options. Add "--no-verbose", "--no-config" and "--no-force-config", etc.

pkg_replace-20240525

24 May 22:45
Compare
Choose a tag to compare
pkg_replace-20240525 Pre-release
Pre-release

WARNING! This release has build error bug.

  • Improved the summary message.

pkg_replace-20240518

18 May 11:40
Compare
Choose a tag to compare
  • 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

14 May 12:34
Compare
Choose a tag to compare

pkg_replace-20240507

07 May 01:13
Compare
Choose a tag to compare
  • Improve handling of removed ports.

pkg_replace-20240303

03 Mar 00:40
Compare
Choose a tag to compare
  • Improved handling of ports where origin has moved.
  • Improved messages of SUBPACKAGES feature and IGNORE packages.
  • Cleanup codes.

pkg_replace-20240205

05 Feb 01:39
Compare
Choose a tag to compare
  • Improved handling of SUBPACKAGES feature.