Created attachment 233742 [details] Move the manpage to the right location and pkg-plist it
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=846e6c502da76de2a1c624aeb219898107fbffb5 commit 846e6c502da76de2a1c624aeb219898107fbffb5 Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2022-05-08 09:21:44 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2022-05-08 11:00:37 +0000 net/rsync: Fix unexpected changes caused by previous rsync commit * Remove python dependency introduced in last commit, we keep USES=python to fix the rrsync shebang but add PYTHON_NO_DEPENDS=yes since Python itself is not wanted. Add a pkg-message to notify users. * Fix patching issues on manpages and sample files which abusively transformes all etc paths into /usr/local/etc. * Install missing rrsync manpage Also add forgotten items in last commit * version 3.2.4 fixes CVE-2018-25032 in bundled zlib * remove upstreamed patch to fix time limit options (patch-io.c) PR: 263787 PR: 263794 Reported by: <jamie@catflap.org> Reported by: <freebsd@oldach.net> Security: CVE-2018-25032 in the bundled zlib net/rsync/Makefile | 8 ++++++-- net/rsync/pkg-message (new) | 8 ++++++++ net/rsync/pkg-plist | 1 + 3 files changed, 15 insertions(+), 2 deletions(-)
rrsync manpage added, thanks for your help. Cheers, -- rodrigo