diff options
| author | Matthew Seaman <matthew@FreeBSD.org> | 2019-05-16 15:33:32 +0000 |
|---|---|---|
| committer | Matthew Seaman <matthew@FreeBSD.org> | 2019-05-16 15:33:32 +0000 |
| commit | 2cc1d3ddbcafcf0acdf9910d0492c35f96596054 (patch) | |
| tree | 03dc084a6683c4f435face9fdba09138a20c0695 /databases/pgbarman/files/patch-setup.py | |
| parent | Update to 12.0.11: (diff) | |
Update to 2.8
Regenerate patches
ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.8/
Diffstat (limited to '')
| -rw-r--r-- | databases/pgbarman/files/patch-setup.py | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/databases/pgbarman/files/patch-setup.py b/databases/pgbarman/files/patch-setup.py index d7a2b6f5f5ae..aa1ea611c1f4 100644 --- a/databases/pgbarman/files/patch-setup.py +++ b/databases/pgbarman/files/patch-setup.py @@ -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': [ |
