Update to 2.10

Regenerate patches with 'make makepatch' after changes to
files/patch-setup.py

ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.10/
This commit is contained in:
Matthew Seaman 2019-12-07 16:59:12 +00:00
parent e16b1e12eb
commit 531d337f76
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519217
5 changed files with 16 additions and 13 deletions

View File

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

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1573784357
SHA256 (barman-2.9.tar.gz) = 16cb4ad4bfc5d3fc5197bf70b40bf4390fe5081391ee11d853154cee3b4a6e0c
SIZE (barman-2.9.tar.gz) = 1218787
TIMESTAMP = 1575618740
SHA256 (barman-2.10.tar.gz) = 46e0af093eaf53065b3cfcf3ed5548b1446629d9177ff4941d65c6d96a7ae5e5
SIZE (barman-2.10.tar.gz) = 1247335
SHA256 (manual.pdf) = 67ffc0edc6132eb0ec0e3630ba12caeaa21c082ad26af021bbde9b3678c8c664
SIZE (manual.pdf) = 1317206

View File

@ -1,6 +1,6 @@
--- barman/config.py.orig 2019-01-31 16:56:08 UTC
--- barman/config.py.orig 2019-12-02 10:19:28 UTC
+++ barman/config.py
@@ -566,8 +566,8 @@ class Config(object):
@@ -592,8 +592,8 @@ class Config(object):
"""
CONFIG_FILES = [
'~/.barman.conf',

View File

@ -1,4 +1,4 @@
--- doc/barman.5.orig 2019-05-14 16:37:28 UTC
--- doc/barman.5.orig 2019-12-02 10:19:28 UTC
+++ doc/barman.5
@@ -17,7 +17,7 @@ The system-level Barman configuration file is located
.IP
@ -29,8 +29,8 @@
+\f[C].conf\f[R] file inside the \f[C]%%PREFIX%%/etc/barman.d\f[R] folder.
.SH OPTIONS
.TP
.B active
@@ -623,7 +623,7 @@ Here is an example of configuration file:
active
@@ -632,7 +632,7 @@ Here is an example of configuration file:
\f[C]
[barman]
; Main directory
@ -39,7 +39,7 @@
; System user
barman_user = barman
@@ -643,13 +643,13 @@ reuse_backup = link
@@ -652,13 +652,13 @@ reuse_backup = link
description = \[dq]Main PostgreSQL Database\[dq]
; SSH options

View File

@ -1,14 +1,18 @@
--- setup.py.orig 2019-05-14 16:37:28 UTC
--- setup.py.orig 2019-12-02 10:19:28 UTC
+++ setup.py
@@ -71,10 +71,10 @@ setup(
@@ -70,12 +70,12 @@ 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-wal-archive.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-wal-archive.1',
+ 'doc/barman-wal-archive.1',
+ 'doc/barman-wal-restore.1']),
+ ('man/man5', ['doc/barman.5']),