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,25 +1,26 @@ PORTNAME= ttrv DISTVERSION= 1.27.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbaio@FreeBSD.org COMMENT= Tilde Terminal Reddit Viewer WWW= https://pypi.org/project/ttrv/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}kitchen>0:devel/py-kitchen@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.4.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include 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,