aboutsummaryrefslogtreecommitdiff
path: root/databases/pgbarman
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2019-12-07 16:59:12 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2019-12-07 16:59:12 +0000
commit531d337f762fbc97e528a1ccef9f40b8abb12772 (patch)
tree7b03c36b093e5a5cbfae5e5f2d01a17e2b777e7e /databases/pgbarman
parente16b1e12ebd56254d36bf187863c0ff517f96ca7 (diff)
downloadports-531d337f762fbc97e528a1ccef9f40b8abb12772.tar.gz
ports-531d337f762fbc97e528a1ccef9f40b8abb12772.zip
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/
Notes
Notes: svn path=/head/; revision=519217
Diffstat (limited to 'databases/pgbarman')
-rw-r--r--databases/pgbarman/Makefile3
-rw-r--r--databases/pgbarman/distinfo6
-rw-r--r--databases/pgbarman/files/patch-barman_config.py4
-rw-r--r--databases/pgbarman/files/patch-doc_barman.58
-rw-r--r--databases/pgbarman/files/patch-setup.py8
5 files changed, 16 insertions, 13 deletions
diff --git a/databases/pgbarman/Makefile b/databases/pgbarman/Makefile
index 76c1efbe6581..a29ddf13e86e 100644
--- a/databases/pgbarman/Makefile
+++ b/databases/pgbarman/Makefile
@@ -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
diff --git a/databases/pgbarman/distinfo b/databases/pgbarman/distinfo
index ed7b362bccd7..30ef82b7863d 100644
--- a/databases/pgbarman/distinfo
+++ b/databases/pgbarman/distinfo
@@ -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
diff --git a/databases/pgbarman/files/patch-barman_config.py b/databases/pgbarman/files/patch-barman_config.py
index 5b43eea955aa..9c510c52f6b6 100644
--- a/databases/pgbarman/files/patch-barman_config.py
+++ b/databases/pgbarman/files/patch-barman_config.py
@@ -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',
diff --git a/databases/pgbarman/files/patch-doc_barman.5 b/databases/pgbarman/files/patch-doc_barman.5
index 3b9b46d9f942..f753f01839fc 100644
--- a/databases/pgbarman/files/patch-doc_barman.5
+++ b/databases/pgbarman/files/patch-doc_barman.5
@@ -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
diff --git a/databases/pgbarman/files/patch-setup.py b/databases/pgbarman/files/patch-setup.py
index aa1ea611c1f4..6d6f3df905fa 100644
--- a/databases/pgbarman/files/patch-setup.py
+++ b/databases/pgbarman/files/patch-setup.py
@@ -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']),