Skip to content

Releases: kdeguchi/pkg_replace

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.

pkg_replace-20240131

31 Jan 02:58
Compare
Choose a tag to compare
  • Support SUBPACKAGES feature.

pkg_replace-20231008

10 Oct 05:15
Compare
Choose a tag to compare
  • 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

21 Sep 08:30
Compare
Choose a tag to compare
  • Fix bug when FLAVOR is lost, e.g. print/ghostscript10.

pkg_replace-20230418

01 Aug 05:51
Compare
Choose a tag to compare
  • 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 only make make_target.

pkg_replace-20230327

27 Mar 06:37
Compare
Choose a tag to compare
  • Fix handling relative path.

pkg_replace-20230320

20 Mar 01:29
Compare
Choose a tag to compare
  • Fix handling path bugs in set_pkginfo_install() and set_pkginfo_replace().

pkg_replace-20230317

17 Mar 00:08
Compare
Choose a tag to compare

pkg_replace-20230202

02 Feb 02:03
Compare
Choose a tag to compare
  • 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.