aboutsummaryrefslogtreecommitdiff
path: root/databases/pgbarman
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2019-05-16 15:33:32 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2019-05-16 15:33:32 +0000
commit2cc1d3ddbcafcf0acdf9910d0492c35f96596054 (patch)
tree03dc084a6683c4f435face9fdba09138a20c0695 /databases/pgbarman
parent1df608c6c9ab06c19b425f04ea66df095f392f10 (diff)
downloadports-2cc1d3ddbcafcf0acdf9910d0492c35f96596054.tar.gz
ports-2cc1d3ddbcafcf0acdf9910d0492c35f96596054.zip
Update to 2.8
Notes
Notes: svn path=/head/; revision=501791
Diffstat (limited to 'databases/pgbarman')
-rw-r--r--databases/pgbarman/Makefile3
-rw-r--r--databases/pgbarman/distinfo6
-rw-r--r--databases/pgbarman/files/patch-doc_barman.58
-rw-r--r--databases/pgbarman/files/patch-setup.py20
4 files changed, 20 insertions, 17 deletions
diff --git a/databases/pgbarman/Makefile b/databases/pgbarman/Makefile
index d696121cba0c..58d14b3cfe7c 100644
--- a/databases/pgbarman/Makefile
+++ b/databases/pgbarman/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= barman
-DISTVERSION= 2.7
-PORTREVISION= 1
+DISTVERSION= 2.8
CATEGORIES= databases
MASTER_SITES= SF/${PKGNAMEPREFIX}${PORTNAME}/${DISTVERSION}
PKGNAMEPREFIX= pg
diff --git a/databases/pgbarman/distinfo b/databases/pgbarman/distinfo
index 7159cbcc076c..d19559bfda5a 100644
--- a/databases/pgbarman/distinfo
+++ b/databases/pgbarman/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1553240083
-SHA256 (barman-2.7.tar.gz) = 716781e53b2f2c0b0910272cfde5d3ad2a3107b1adb03bc9bdeee2a23119a90f
-SIZE (barman-2.7.tar.gz) = 1200873
+TIMESTAMP = 1557999706
+SHA256 (barman-2.8.tar.gz) = 235b6ee4d054fb6fb1d0aabf6199af5725ccd63ec97ef5d1bcb608cc888c13e2
+SIZE (barman-2.8.tar.gz) = 1212546
SHA256 (tutorial.pdf) = 21acf6152b959c55b996fb6479c722d3f416eac3384479498a25911a3912a158
SIZE (tutorial.pdf) = 349394
diff --git a/databases/pgbarman/files/patch-doc_barman.5 b/databases/pgbarman/files/patch-doc_barman.5
index fc90cc171c08..3b9b46d9f942 100644
--- a/databases/pgbarman/files/patch-doc_barman.5
+++ b/databases/pgbarman/files/patch-doc_barman.5
@@ -1,6 +1,6 @@
---- doc/barman.5.orig 2019-01-31 16:56:08 UTC
+--- doc/barman.5.orig 2019-05-14 16:37:28 UTC
+++ doc/barman.5
-@@ -17,7 +17,7 @@ The system\-level Barman configuration file is located
+@@ -17,7 +17,7 @@ The system-level Barman configuration file is located
.IP
.nf
\f[C]
@@ -30,7 +30,7 @@
.SH OPTIONS
.TP
.B active
-@@ -625,7 +625,7 @@ Here is an example of configuration file:
+@@ -623,7 +623,7 @@ Here is an example of configuration file:
\f[C]
[barman]
; Main directory
@@ -39,7 +39,7 @@
; System user
barman_user = barman
-@@ -645,13 +645,13 @@ reuse_backup = link
+@@ -643,13 +643,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 d7a2b6f5f5ae..aa1ea611c1f4 100644
--- a/databases/pgbarman/files/patch-setup.py
+++ b/databases/pgbarman/files/patch-setup.py
@@ -1,13 +1,17 @@
---- setup.py.orig 2016-09-23 15:43:57 UTC
+--- setup.py.orig 2019-05-14 16:37:28 UTC
+++ setup.py
-@@ -69,8 +69,8 @@ setup(
- packages=['barman', ],
- scripts=['bin/barman', ],
+@@ -71,10 +71,10 @@ setup(
+ url='http://www.pgbarman.org/',
+ packages=find_packages(exclude=["tests"]),
data_files=[
-- ('share/man/man1', ['doc/barman.1']),
+- ('share/man/man1', ['doc/barman.1',
+- 'doc/barman-wal-archive.1',
+- 'doc/barman-wal-restore.1']),
- ('share/man/man5', ['doc/barman.5']),
-+ ('man/man1', ['doc/barman.1']),
++ ('man/man1', ['doc/barman.1',
++ 'doc/barman-wal-archive.1',
++ 'doc/barman-wal-restore.1']),
+ ('man/man5', ['doc/barman.5']),
],
- license='GPL-3.0',
- description=__doc__.split("\n")[0],
+ entry_points={
+ 'console_scripts': [