From owner-svn-ports-all@freebsd.org Sat Dec 7 16:59:14 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0AA311D6D36; Sat, 7 Dec 2019 16:59:14 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47VbJx6SwBz3xsR; Sat, 7 Dec 2019 16:59:13 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C15111CCD7; Sat, 7 Dec 2019 16:59:13 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xB7GxD4U005231; Sat, 7 Dec 2019 16:59:13 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB7GxCoL005226; Sat, 7 Dec 2019 16:59:12 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201912071659.xB7GxCoL005226@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 7 Dec 2019 16:59:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519217 - in head/databases/pgbarman: . files X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: in head/databases/pgbarman: . files X-SVN-Commit-Revision: 519217 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Dec 2019 16:59:14 -0000 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']),