Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2023 20:31:08 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 01600e6229a9 - main - www/py-cachecontrol: Remove unnecessary target
Message-ID:  <202306052031.355KV8vc029128@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306052031.355KV8vc029128>