Bug 279482 - ports-mgmt/pkg_replace: update to 20240819
Summary: ports-mgmt/pkg_replace: update to 20240819
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Zsolt Udvari
URL: https://github.com/kdeguchi/pkg_repla...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-03 05:39 UTC by Ken DEGUCHI
Modified: 2024-08-23 10:46 UTC (History)
2 users (show)

See Also:


Attachments
Update to pkg_replace-20240603 (935 bytes, patch)
2024-06-03 05:39 UTC, Ken DEGUCHI
kdeguchi: maintainer-approval+
Details | Diff
Update to pkg_replace-20240603 (955 bytes, patch)
2024-06-03 09:01 UTC, Ken DEGUCHI
kdeguchi: maintainer-approval+
Details | Diff
Update to pkg_replace-20240611 (955 bytes, patch)
2024-06-14 05:20 UTC, Ken DEGUCHI
kdeguchi: maintainer-approval+
Details | Diff
Update to pkg_replace-20240819 (955 bytes, patch)
2024-08-19 00:52 UTC, Ken DEGUCHI
kdeguchi: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ken DEGUCHI 2024-06-03 05:39:36 UTC
Created attachment 251175 [details]
Update to pkg_replace-20240603

pkg_replace-20240603 has released.

*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.

I have created a patch for ports tree.
Comment 1 Ken DEGUCHI 2024-06-03 09:01:06 UTC
Created attachment 251178 [details]
Update to 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.
Comment 2 Ken DEGUCHI 2024-06-14 05:20:37 UTC
Created attachment 251447 [details]
Update to pkg_replace-20240611

pkg_replace-20240611 has released.

*Fix error message in get_strict_depend_pkgs().
*Cleanup code.

I have created a patch for the ports tree.
Comment 3 Ken DEGUCHI 2024-08-19 00:52:32 UTC
Created attachment 252903 [details]
Update to pkg_replace-20240819

*Improved handling of moved ports.
*Improved man page.
Comment 4 Koichiro Iwao freebsd_committer freebsd_triage 2024-08-21 02:58:04 UTC
Sorry, no time to look into this at the moment, releasing.
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-08-23 10:41:01 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=101f9f2c7d43af3dafcb4eef6a2bd0ee47f96668

commit 101f9f2c7d43af3dafcb4eef6a2bd0ee47f96668
Author:     Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp>
AuthorDate: 2024-08-23 09:53:48 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-08-23 10:37:03 +0000

    ports-mgmt/pkg_replace: update to 20240819

    Changelog: https://github.com/kdeguchi/pkg_replace/releases

    PR:             279482
    Approved by:    submitter is maintainer

 ports-mgmt/pkg_replace/Makefile | 2 +-
 ports-mgmt/pkg_replace/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 6 Zsolt Udvari freebsd_committer freebsd_triage 2024-08-23 10:46:35 UTC
Committed, thanks!