Date: Tue, 27 Jan 2026 11:22:51 +0000 From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> Subject: git: a065e6059248 - main - ports-mgmt/pkg_replace: Update 20260126 => 20260127 Message-ID: <6978a00b.3c2f7.14627215@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=a065e60592487f65d1e07efcc6b1756d7a458e28 commit a065e60592487f65d1e07efcc6b1756d7a458e28 Author: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> AuthorDate: 2026-01-27 11:21:09 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-01-27 11:21:09 +0000 ports-mgmt/pkg_replace: Update 20260126 => 20260127 Changelog: - Cleanup man page pkg_replace.1. - Changed the behavior of get_pkgname_from_portdir() to detect updated ports. https://github.com/kdeguchi/pkg_replace/releases/tag/20260127 Add upgrade and remove to pkg-message. PR: 292754 --- ports-mgmt/pkg_replace/Makefile | 2 +- ports-mgmt/pkg_replace/distinfo | 6 +++--- ports-mgmt/pkg_replace/files/pkg-message.in | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/ports-mgmt/pkg_replace/Makefile b/ports-mgmt/pkg_replace/Makefile index ddaad9098775..79e5cb86606c 100644 --- a/ports-mgmt/pkg_replace/Makefile +++ b/ports-mgmt/pkg_replace/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg_replace -DISTVERSION= 20260126 +DISTVERSION= 20260127 CATEGORIES= ports-mgmt MAINTAINER= kdeguchi@sz.tokoha-u.ac.jp diff --git a/ports-mgmt/pkg_replace/distinfo b/ports-mgmt/pkg_replace/distinfo index 62c0cb63a700..9cd2327bfdcc 100644 --- a/ports-mgmt/pkg_replace/distinfo +++ b/ports-mgmt/pkg_replace/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1769379272 -SHA256 (kdeguchi-pkg_replace-20260126_GH0.tar.gz) = 7675869b70b4e41c603a6a7878ba3e2ee83d3333185cdc8100edf81dbacc801c -SIZE (kdeguchi-pkg_replace-20260126_GH0.tar.gz) = 33017 +TIMESTAMP = 1769462912 +SHA256 (kdeguchi-pkg_replace-20260127_GH0.tar.gz) = 96154dfd36725fad04b4bdf1b2095d4393bf40b82d684a7fb8822f507a8b5591 +SIZE (kdeguchi-pkg_replace-20260127_GH0.tar.gz) = 33069 diff --git a/ports-mgmt/pkg_replace/files/pkg-message.in b/ports-mgmt/pkg_replace/files/pkg-message.in index 82afa571bead..b8f1770361d6 100644 --- a/ports-mgmt/pkg_replace/files/pkg-message.in +++ b/ports-mgmt/pkg_replace/files/pkg-message.in @@ -16,5 +16,20 @@ See examples in %%ETCDIR%%/pkg_replace.conf.sample. If you want to use those features, edit "%%ETCDIR%%/pkg_replace.conf". EOM +}, +{ type: upgrade + message: <<EOM +To clean cache files in the PKG_REPLACE_DB_DIR, +you should execute the following command. + + pkg_replace --cleandb +EOM +}, +{ type: remove + message: <<EOM +To really remove the pkg_replace port, +please remove the the PKG_REPLACE_DB_DIR. +Default: PKG_REPLACE_DB_DIR=/var/db/pkg_replace +EOM } ]home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6978a00b.3c2f7.14627215>
