Bug 263269 - archivers/py-borgbackup add man pages
Summary: archivers/py-borgbackup add man pages
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Matthias Andree
URL:
Keywords:
Depends on: 264816
Blocks:
  Show dependency treegraph
 
Reported: 2022-04-13 22:17 UTC by courtney.hicks1
Modified: 2022-09-03 14:47 UTC (History)
3 users (show)

See Also:
mandree: maintainer-feedback-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description courtney.hicks1 2022-04-13 22:17:09 UTC
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.
Comment 1 Matthias Andree freebsd_committer freebsd_triage 2022-08-13 22:12:54 UTC
included in v2 of my patch for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264816
Comment 2 Matthias Andree freebsd_committer freebsd_triage 2022-08-13 22:13:24 UTC
Approving on behalf of maintainer, after maintainer timeout.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-09-03 14:47:19 UTC
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(-)