From owner-svn-ports-all@freebsd.org Thu May 16 15:33:34 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFC28159A289; Thu, 16 May 2019 15:33:33 +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 83DC383878; Thu, 16 May 2019 15:33:33 +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 5750322CB0; Thu, 16 May 2019 15:33:33 +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 x4GFXXm2040292; Thu, 16 May 2019 15:33:33 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4GFXWjl040288; Thu, 16 May 2019 15:33:32 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201905161533.x4GFXWjl040288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 16 May 2019 15:33:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501791 - 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: 501791 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 83DC383878 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Thu, 16 May 2019 15:33:34 -0000 Author: matthew Date: Thu May 16 15:33:32 2019 New Revision: 501791 URL: https://svnweb.freebsd.org/changeset/ports/501791 Log: Update to 2.8 Regenerate patches ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.8/ Modified: head/databases/pgbarman/Makefile head/databases/pgbarman/distinfo head/databases/pgbarman/files/patch-doc_barman.5 head/databases/pgbarman/files/patch-setup.py Modified: head/databases/pgbarman/Makefile ============================================================================== --- head/databases/pgbarman/Makefile Thu May 16 15:06:15 2019 (r501790) +++ head/databases/pgbarman/Makefile Thu May 16 15:33:32 2019 (r501791) @@ -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 Modified: head/databases/pgbarman/distinfo ============================================================================== --- head/databases/pgbarman/distinfo Thu May 16 15:06:15 2019 (r501790) +++ head/databases/pgbarman/distinfo Thu May 16 15:33:32 2019 (r501791) @@ -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 Modified: head/databases/pgbarman/files/patch-doc_barman.5 ============================================================================== --- head/databases/pgbarman/files/patch-doc_barman.5 Thu May 16 15:06:15 2019 (r501790) +++ head/databases/pgbarman/files/patch-doc_barman.5 Thu May 16 15:33:32 2019 (r501791) @@ -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 Modified: head/databases/pgbarman/files/patch-setup.py ============================================================================== --- head/databases/pgbarman/files/patch-setup.py Thu May 16 15:06:15 2019 (r501790) +++ head/databases/pgbarman/files/patch-setup.py Thu May 16 15:33:32 2019 (r501791) @@ -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': [