diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2022-08-13 23:58:49 +0200 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2022-09-03 16:33:11 +0200 |
commit | 223e50238c56ef71b07e048d6aadfcf6dab9e03a (patch) | |
tree | 078ab6255494a8a4c52efb1d6470b21004faade7 /UPDATING | |
parent | 986872f049c509f03fb53bc074914baccc65ba9f (diff) | |
download | freebsd-ports-223e50238c56ef71b07e048d6aadfcf6dab9e03a.zip |
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]
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -5,8 +5,21 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20220903: + AFFECTS: users of archivers/py-borgbackup + AUTHOR: mandree@FreeBSD.org + + Borgbackup has been upgraded to version 1.2. For users who you wish to + continue using version 1.1, use either of these commands for upgrading: + + With binary packages through pkg: + pkg set -o archivers/py-borgbackup:archivers/py-borgbackup11 + pkg upgrade + With portmaster or portupgrade (replace the command accordingly): + portmaster -o archivers/py-borgbackup11 archivers/py-borgbackup + 20220901: - AFFECTS: user of mail/rainloop-community + AFFECTS: users of mail/rainloop-community AUTHOR: yasu@FreeBSD.org Since 1.17.0 upstream distributes only one edition "lagacy" under MIT license |