Update to 2.11

ChangeLog:	https://sourceforge.net/projects/pgbarman/files/2.11/
This commit is contained in:
Matthew Seaman 2020-07-18 16:18:15 +00:00
parent df01c82d5c
commit 215732021e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542507
3 changed files with 12 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= barman
DISTVERSION= 2.10
DISTVERSION= 2.11
CATEGORIES= databases
MASTER_SITES= SF/${PKGNAMEPREFIX}${PORTNAME}/${DISTVERSION}
PKGNAMEPREFIX= pg

View file

@ -1,5 +1,5 @@
TIMESTAMP = 1575618740
SHA256 (barman-2.10.tar.gz) = 46e0af093eaf53065b3cfcf3ed5548b1446629d9177ff4941d65c6d96a7ae5e5
SIZE (barman-2.10.tar.gz) = 1247335
TIMESTAMP = 1595067845
SHA256 (barman-2.11.tar.gz) = b9def4ca092426559c7983d10d26d17a1369d44b0057e19df569a9ad1481b470
SIZE (barman-2.11.tar.gz) = 1260434
SHA256 (manual.pdf) = 67ffc0edc6132eb0ec0e3630ba12caeaa21c082ad26af021bbde9b3678c8c664
SIZE (manual.pdf) = 1317206

View file

@ -1,18 +1,24 @@
--- setup.py.orig 2019-12-02 10:19:28 UTC
--- setup.py.orig 2020-07-08 09:12:30 UTC
+++ setup.py
@@ -70,12 +70,12 @@ setup(
@@ -70,15 +70,15 @@ setup(
url='http://www.pgbarman.org/',
packages=find_packages(exclude=["tests"]),
data_files=[
- ('share/man/man1', ['doc/barman.1',
- 'doc/barman-cloud-backup.1',
- 'doc/barman-cloud-backup-list.1',
- 'doc/barman-cloud-restore.1',
- 'doc/barman-cloud-wal-archive.1',
- 'doc/barman-cloud-wal-restore.1',
- 'doc/barman-wal-archive.1',
- 'doc/barman-wal-restore.1']),
- ('share/man/man5', ['doc/barman.5']),
+ ('man/man1', ['doc/barman.1',
+ 'doc/barman-cloud-backup.1',
+ 'doc/barman-cloud-backup-list.1',
+ 'doc/barman-cloud-restore.1',
+ 'doc/barman-cloud-wal-archive.1',
+ 'doc/barman-cloud-wal-restore.1',
+ 'doc/barman-wal-archive.1',
+ 'doc/barman-wal-restore.1']),
+ ('man/man5', ['doc/barman.5']),