git: 8ea6953ed909 - main - www/py-ttrv: Move man pages to share/man

From: Nuno Teixeira <eduardo_at_FreeBSD.org>
Date: Sat, 23 Mar 2024 08:57:22 UTC
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8ea6953ed90917a5ae5c32df76c2c80075db82e3

commit 8ea6953ed90917a5ae5c32df76c2c80075db82e3
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-23 08:46:30 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-23 08:57:00 +0000

    www/py-ttrv: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 www/py-ttrv/Makefile             |  1 +
 www/py-ttrv/files/patch-setup.py | 11 -----------
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/www/py-ttrv/Makefile b/www/py-ttrv/Makefile
index 06c7b1413a22..96a6736b915a 100644
--- a/www/py-ttrv/Makefile
+++ b/www/py-ttrv/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ttrv
 DISTVERSION=	1.27.3
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/www/py-ttrv/files/patch-setup.py b/www/py-ttrv/files/patch-setup.py
deleted file mode 100644
index 744a120db8d7..000000000000
--- a/www/py-ttrv/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig	2020-12-08 23:08:30 UTC
-+++ setup.py
-@@ -63,7 +63,7 @@ setuptools.setup(
-         'ttrv': ['templates/*', 'themes/*'],
-         'ttrv.packages.praw': ['praw.ini']
-     },
--    data_files=[("share/man/man1", ["ttrv.1"])],
-+    data_files=[("man/man1", ["ttrv.1"])],
-     install_requires=install_requires,
-     tests_require=tests_require,
-     extras_require=extras_require,