git: 39c8b4fa2e8f - main - security/sudo: fix packaging with PYTHON option enabled (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jun 2022 19:34:21 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=39c8b4fa2e8fc9df650ab9863761c637898a0bbb commit 39c8b4fa2e8fc9df650ab9863761c637898a0bbb Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-06-08 19:30:42 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-06-08 19:30:42 +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 --- 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