Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 2019 16:59:12 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519217 - in head/databases/pgbarman: . files
Message-ID:  <201912071659.xB7GxCoL005226@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Sat Dec  7 16:59:12 2019
New Revision: 519217
URL: https://svnweb.freebsd.org/changeset/ports/519217

Log:
  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/

Modified:
  head/databases/pgbarman/Makefile
  head/databases/pgbarman/distinfo
  head/databases/pgbarman/files/patch-barman_config.py
  head/databases/pgbarman/files/patch-doc_barman.5
  head/databases/pgbarman/files/patch-setup.py

Modified: head/databases/pgbarman/Makefile
==============================================================================
--- head/databases/pgbarman/Makefile	Sat Dec  7 16:34:09 2019	(r519216)
+++ head/databases/pgbarman/Makefile	Sat Dec  7 16:59:12 2019	(r519217)
@@ -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

Modified: head/databases/pgbarman/distinfo
==============================================================================
--- head/databases/pgbarman/distinfo	Sat Dec  7 16:34:09 2019	(r519216)
+++ head/databases/pgbarman/distinfo	Sat Dec  7 16:59:12 2019	(r519217)
@@ -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

Modified: head/databases/pgbarman/files/patch-barman_config.py
==============================================================================
--- head/databases/pgbarman/files/patch-barman_config.py	Sat Dec  7 16:34:09 2019	(r519216)
+++ head/databases/pgbarman/files/patch-barman_config.py	Sat Dec  7 16:59:12 2019	(r519217)
@@ -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',

Modified: head/databases/pgbarman/files/patch-doc_barman.5
==============================================================================
--- head/databases/pgbarman/files/patch-doc_barman.5	Sat Dec  7 16:34:09 2019	(r519216)
+++ head/databases/pgbarman/files/patch-doc_barman.5	Sat Dec  7 16:59:12 2019	(r519217)
@@ -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

Modified: head/databases/pgbarman/files/patch-setup.py
==============================================================================
--- head/databases/pgbarman/files/patch-setup.py	Sat Dec  7 16:34:09 2019	(r519216)
+++ head/databases/pgbarman/files/patch-setup.py	Sat Dec  7 16:59:12 2019	(r519217)
@@ -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']),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912071659.xB7GxCoL005226>