Date: Wed, 22 Jun 2022 14:04:07 GMT From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 394cf7405182 - 2022Q2 - security/sudo: fix packaging with PYTHON option enabled (+) Message-ID: <202206221404.25ME47DW016040@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q2 has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=394cf740518205dd576d1e3e6d981646635e640e commit 394cf740518205dd576d1e3e6d981646635e640e Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-06-08 19:30:42 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2022-06-22 14:03:15 +0000 security/sudo: fix packaging with PYTHON option enabled (+) This a followup to commit 3ee710e0b22309a7e87c71b87bf5510aa8678ed8 sudo-1.9.11 have moved plugins manpages from section 8 to section 5 Pointy hat to: cy Approved by: portmgr blanket (cherry picked from commit 39c8b4fa2e8fc9df650ab9863761c637898a0bbb) --- security/sudo/pkg-plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/sudo/pkg-plist b/security/sudo/pkg-plist index 6535e32b2fc3..a2908ed5049f 100644 --- a/security/sudo/pkg-plist +++ b/security/sudo/pkg-plist @@ -23,12 +23,12 @@ man/man5/sudo.conf.5.gz man/man5/sudo_logsrv.proto.5.gz man/man5/sudo_logsrvd.conf.5.gz man/man5/sudo_plugin.5.gz +%%PYTHON%%man/man5/sudo_plugin_python.5.gz man/man5/sudoers.5.gz man/man5/sudoers_timestamp.5.gz %%LDAP%%man/man5/sudoers.ldap.5.gz man/man8/sudo.8.gz man/man8/sudo_logsrvd.8.gz -%%PYTHON%%man/man8/sudo_plugin_python.8.gz man/man8/sudo_sendlog.8.gz man/man8/sudoedit.8.gz man/man8/sudoreplay.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206221404.25ME47DW016040>