git: 01600e6229a9 - main - www/py-cachecontrol: Remove unnecessary target
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 20:31:08 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=01600e6229a9b3253d0670b6892ff3bdd1907ecf commit 01600e6229a9b3253d0670b6892ff3bdd1907ecf Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-06-05 20:30:47 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-06-05 20:30:47 +0000 www/py-cachecontrol: Remove unnecessary target --- www/py-cachecontrol/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/www/py-cachecontrol/Makefile b/www/py-cachecontrol/Makefile index c0f9ae5507c9..92c9e51c4a08 100644 --- a/www/py-cachecontrol/Makefile +++ b/www/py-cachecontrol/Makefile @@ -31,7 +31,4 @@ REDIS_DESC= Redis support FILECACHE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filelock>=3.7.1:sysutils/py-filelock@${PY_FLAVOR} REDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=2.10.5:databases/py-redis@${PY_FLAVOR} -xpost-patch: - @${REINPLACE_CMD} -e 's|msgpack-python|msgpack|' ${WRKSRC}/setup.py ${WRKSRC}/CacheControl.egg-info/requires.txt - .include <bsd.port.mk>