diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-02-29 11:02:05 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-02-29 11:04:16 +0000 |
commit | 85fdc9028d22ddb59eeb669ad2c5e6fd80e43664 (patch) | |
tree | 54639d0701ca360874cbea5b1139298409416f02 /sysutils/duplicity/files/patch-setup.py | |
parent | textproc/texi2mdoc: move manpages to share/man (diff) |
sysutils/duplicity: Update to 2.2.2
ChangeLog: https://duplicity.gitlab.io/stable/CHANGELOG.html
PR: 276865
Reported by: FiLiS <freebsdbugs@filis.org>
Diffstat (limited to '')
-rw-r--r-- | sysutils/duplicity/files/patch-setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/duplicity/files/patch-setup.py b/sysutils/duplicity/files/patch-setup.py index 1c5e69fb4034..c3afeb75bc21 100644 --- a/sysutils/duplicity/files/patch-setup.py +++ b/sysutils/duplicity/files/patch-setup.py @@ -1,14 +1,14 @@ ---- setup.py.orig 2023-12-25 16:22:33 UTC +--- setup.py.orig 2024-02-06 08:04:58 UTC +++ setup.py -@@ -87,18 +87,6 @@ def get_data_files(): - "bin/duplicity.1", +@@ -99,18 +99,6 @@ def get_data_files(): + "man/duplicity.1", ], ), - ( - f"share/doc/duplicity-{Version}", - [ - "CHANGELOG.md", -- "CONTRIBUTING.md", +- "AUTHORS.md", - "COPYING", - "README.md", - "README-LOG.md", |