Date: Sat, 18 Jul 2020 16:18:15 +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: r542507 - in head/databases/pgbarman: . files Message-ID: <202007181618.06IGIFNd002438@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Sat Jul 18 16:18:15 2020 New Revision: 542507 URL: https://svnweb.freebsd.org/changeset/ports/542507 Log: Update to 2.11 ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.11/ Modified: head/databases/pgbarman/Makefile head/databases/pgbarman/distinfo head/databases/pgbarman/files/patch-setup.py Modified: head/databases/pgbarman/Makefile ============================================================================== --- head/databases/pgbarman/Makefile Sat Jul 18 14:56:54 2020 (r542506) +++ head/databases/pgbarman/Makefile Sat Jul 18 16:18:15 2020 (r542507) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= barman -DISTVERSION= 2.10 +DISTVERSION= 2.11 CATEGORIES= databases MASTER_SITES= SF/${PKGNAMEPREFIX}${PORTNAME}/${DISTVERSION} PKGNAMEPREFIX= pg Modified: head/databases/pgbarman/distinfo ============================================================================== --- head/databases/pgbarman/distinfo Sat Jul 18 14:56:54 2020 (r542506) +++ head/databases/pgbarman/distinfo Sat Jul 18 16:18:15 2020 (r542507) @@ -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 Modified: head/databases/pgbarman/files/patch-setup.py ============================================================================== --- head/databases/pgbarman/files/patch-setup.py Sat Jul 18 14:56:54 2020 (r542506) +++ head/databases/pgbarman/files/patch-setup.py Sat Jul 18 16:18:15 2020 (r542507) @@ -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']),
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007181618.06IGIFNd002438>