aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pgbarman
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2020-07-19 00:18:15 +0800
committerMatthew Seaman <matthew@FreeBSD.org>2020-07-19 00:18:15 +0800
commit215732021ecfa8101d1b0e31037587a8dc28a094 (patch)
tree63164ab8fc54b2970a0fecd1f26214d27b18ca63 /databases/pgbarman
parentdf01c82d5c16eb5a1ffc57cf8a0a22f8b59f3857 (diff)
downloadfreebsd-ports-gnome-215732021ecfa8101d1b0e31037587a8dc28a094.tar.gz
freebsd-ports-gnome-215732021ecfa8101d1b0e31037587a8dc28a094.tar.zst
freebsd-ports-gnome-215732021ecfa8101d1b0e31037587a8dc28a094.zip
Update to 2.11
ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.11/
Diffstat (limited to 'databases/pgbarman')
-rw-r--r--databases/pgbarman/Makefile2
-rw-r--r--databases/pgbarman/distinfo6
-rw-r--r--databases/pgbarman/files/patch-setup.py10
3 files changed, 12 insertions, 6 deletions
diff --git a/databases/pgbarman/Makefile b/databases/pgbarman/Makefile
index df4f9ef37966..a83aa0d69d2c 100644
--- a/databases/pgbarman/Makefile
+++ b/databases/pgbarman/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= barman
-DISTVERSION= 2.10
+DISTVERSION= 2.11
CATEGORIES= databases
MASTER_SITES= SF/${PKGNAMEPREFIX}${PORTNAME}/${DISTVERSION}
PKGNAMEPREFIX= pg
diff --git a/databases/pgbarman/distinfo b/databases/pgbarman/distinfo
index 30ef82b7863d..27b6a681a94d 100644
--- a/databases/pgbarman/distinfo
+++ b/databases/pgbarman/distinfo
@@ -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
diff --git a/databases/pgbarman/files/patch-setup.py b/databases/pgbarman/files/patch-setup.py
index 6d6f3df905fa..1dc83e103ea2 100644
--- a/databases/pgbarman/files/patch-setup.py
+++ b/databases/pgbarman/files/patch-setup.py
@@ -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']),