Date: Thu, 16 Apr 2026 09:25:37 +0000 From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f94a5bac145a - main - ports-mgmt/pkg_cleanup: update man page Message-ID: <69e0ab11.20e78.31e4ce83@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by truckman: URL: https://cgit.FreeBSD.org/ports/commit/?id=f94a5bac145af5f369c42e8f3811be91ade75bc7 commit f94a5bac145af5f369c42e8f3811be91ade75bc7 Author: Don Lewis <truckman@FreeBSD.org> AuthorDate: 2026-04-08 05:19:50 +0000 Commit: Don Lewis <truckman@FreeBSD.org> CommitDate: 2026-04-16 09:23:46 +0000 ports-mgmt/pkg_cleanup: update man page The pkg_cleanup(1) man page refers to the obsolete man pages pkg-delete(1) and pkg-info(1). These were part of the origin pkg implementation which is long gone. These are now subcommands of the pkg command and spelled "pkg delete" and "pkg info", but they have their own man pages, pkg-delete.1 and pkg-info.1. PR: 259955 Reported by: Graham Perrin <grahamperrin@gmail.com> --- ports-mgmt/pkg_cleanup/Makefile | 2 +- ports-mgmt/pkg_cleanup/files/pkg_cleanup.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ports-mgmt/pkg_cleanup/Makefile b/ports-mgmt/pkg_cleanup/Makefile index b76c7f549347..4f24588c6944 100644 --- a/ports-mgmt/pkg_cleanup/Makefile +++ b/ports-mgmt/pkg_cleanup/Makefile @@ -1,6 +1,6 @@ PORTNAME= pkg_cleanup PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ports-mgmt DISTFILES= diff --git a/ports-mgmt/pkg_cleanup/files/pkg_cleanup.1 b/ports-mgmt/pkg_cleanup/files/pkg_cleanup.1 index 336ad17b428e..d22447a5cd7b 100644 --- a/ports-mgmt/pkg_cleanup/files/pkg_cleanup.1 +++ b/ports-mgmt/pkg_cleanup/files/pkg_cleanup.1 @@ -23,4 +23,4 @@ package .SH AUTHOR Stephen Hurd <shurd@FreeBSD.org> .SH SEE ALSO -pkg_delete(1), pkg_info(1) +pkg-delete(1), pkg-info(1)home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e0ab11.20e78.31e4ce83>
