Can we include the provided man pages with borg? They're located at ${WRKSRC}/docs/man Maybe in the Makefile post-install section add `${CP} ${WRKSRC}/docs/man/* ${PREFIX}/man/man1`? They're all (1) man pages.
included in v2 of my patch for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264816
Approving on behalf of maintainer, after maintainer timeout.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=223e50238c56ef71b07e048d6aadfcf6dab9e03a commit 223e50238c56ef71b07e048d6aadfcf6dab9e03a Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2022-08-13 21:58:49 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2022-09-03 14:33:11 +0000 archivers/py-borgbackup: update to 1.2.2+man+test, preserve 1.1 Take maintainership, because original maintainer asked for a new maintainer, https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264816#c10 ¡Muchas gracias, José! Thanks for maintaining the port thus far. If there is a potential maintainer who is using BorgBackup at scale, I will be happy to pass maintainership on. Update to v1.2.2 [1, was for 1.2.1], preserve the earlier 1.1.18 version (also with manpages and self-tests added, hence bumping PORTREVISION) as py-borgbackup11, and document this in UPDATING. ChangeLog: https://www.borgbackup.org/releases/borg-1.2.html Add self-tests [1] to both 1.1 and 1.2, including - a smoke test in post-install in order to always run it - "make test" support (requires network access for tox) PR: 264816 [1] Reported by: rob2g2-freebsd@bitbert.com [1] Add manual pages to both 1.1 and 1.2. [2] PR: 263269 [2] Reported by: courtney.hicks1@icloud.com [2] UPDATING | 15 ++++++- archivers/Makefile | 1 + archivers/py-borgbackup/Makefile | 48 +++++++++++++++++---- archivers/py-borgbackup/distinfo | 6 +-- archivers/py-borgbackup/pkg-plist (new) | 35 ++++++++++++++++ archivers/py-borgbackup11/Makefile (new) | 65 +++++++++++++++++++++++++++++ archivers/py-borgbackup11/distinfo (new) | 3 ++ archivers/py-borgbackup11/pkg-descr (new) | 11 +++++ archivers/py-borgbackup11/pkg-message (new) | 28 +++++++++++++ archivers/py-borgbackup11/pkg-plist (new) | 33 +++++++++++++++ 10 files changed, 233 insertions(+), 12 deletions(-)