git: 3e456bacfaec - main - sysutils/py-salt: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Mar 2024 09:37:44 UTC
The branch main has been updated by krion:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3e456bacfaec6509b62e7a73118ea424faee69de
commit 3e456bacfaec6509b62e7a73118ea424faee69de
Author: Kirill Ponomarev <krion@FreeBSD.org>
AuthorDate: 2024-03-03 09:37:28 +0000
Commit: Kirill Ponomarev <krion@FreeBSD.org>
CommitDate: 2024-03-03 09:37:28 +0000
sysutils/py-salt: Move man pages to share/man
---
sysutils/py-salt/Makefile | 1 +
sysutils/py-salt/files/patch-setup.py | 13 -------------
2 files changed, 1 insertion(+), 13 deletions(-)
diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile
index 8d4cbf4446d4..f14471599f82 100644
--- a/sysutils/py-salt/Makefile
+++ b/sysutils/py-salt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= salt
PORTVERSION= 3006.7
+PORTREVISION= 1
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/sysutils/py-salt/files/patch-setup.py b/sysutils/py-salt/files/patch-setup.py
deleted file mode 100644
index 3c7447d42a75..000000000000
--- a/sysutils/py-salt/files/patch-setup.py
+++ /dev/null
@@ -1,13 +0,0 @@
---- setup.py.orig 2023-06-13 13:00:08 UTC
-+++ setup.py
-@@ -951,8 +951,8 @@ class SaltDistribution(distutils.dist.Distribution):
- def _property_data_files(self):
- # Data files common to all scenarios
- data_files = [
-- ("share/man/man1", ["doc/man/salt-call.1"]),
-- ("share/man/man7", ["doc/man/salt.7"]),
-+ ("man/man1", ["doc/man/salt-call.1"]),
-+ ("man/man7", ["doc/man/salt.7"]),
- ]
- if self.ssh_packaging or PACKAGED_FOR_SALT_SSH:
- data_files[0][1].append("doc/man/salt-ssh.1")