git: 66fe8a8ed9f9 - main - multimedia/py-mat2: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Mar 2024 12:28:29 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=66fe8a8ed9f97e2feae14ad4ea22b32f1e5037d0 commit 66fe8a8ed9f97e2feae14ad4ea22b32f1e5037d0 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-17 11:44:36 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-17 12:28:12 +0000 multimedia/py-mat2: Move man pages to share/man Approved by: portmgr (blanket) --- multimedia/py-mat2/Makefile | 2 +- multimedia/py-mat2/files/patch-setup.py | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/multimedia/py-mat2/Makefile b/multimedia/py-mat2/Makefile index 1ccbeea179df..efb6185d1f1b 100644 --- a/multimedia/py-mat2/Makefile +++ b/multimedia/py-mat2/Makefile @@ -1,6 +1,6 @@ PORTNAME= mat2 DISTVERSION= 0.13.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio graphics textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/multimedia/py-mat2/files/patch-setup.py b/multimedia/py-mat2/files/patch-setup.py new file mode 100644 index 000000000000..24be34a6b163 --- /dev/null +++ b/multimedia/py-mat2/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2024-03-17 11:40:14 UTC ++++ setup.py +@@ -20,7 +20,7 @@ setuptools.setup( + 'pycairo', + ], + packages=setuptools.find_packages(exclude=('tests', )), +- data_files = [('man/man1', ['doc/mat2.1'])], ++ data_files = [('share/man/man1', ['doc/mat2.1'])], + classifiers=[ + "Development Status :: 3 - Alpha", + "Environment :: Console",