diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-30 15:09:02 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-30 15:09:02 +0800 |
commit | 50bc15740140885ea3c49e4c218bb6c61592d025 (patch) | |
tree | bfc872d916e35a7e9f6e1c6675be911006f87187 | |
parent | fdaa68aedba7bf57c9d1b07e539e1babee41abb2 (diff) | |
download | freebsd-ports-50bc15740140885ea3c49e4c218bb6c61592d025.zip |
www/py-cachecontrol: Update WWW
- While I'm here, remove no-op REINPLACE_ARGS
Approved by: portmgr (blanket)
-rw-r--r-- | www/py-cachecontrol/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/py-cachecontrol/Makefile b/www/py-cachecontrol/Makefile index 3b4c00590079..b59fd5722552 100644 --- a/www/py-cachecontrol/Makefile +++ b/www/py-cachecontrol/Makefile @@ -7,7 +7,7 @@ DISTNAME= CacheControl-${PORTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Caching algorithms in httplib2 for use with requests session object -WWW= https://github.com/ionrock/cachecontrol +WWW= https://github.com/psf/cachecontrol LICENSE= APACHE20 @@ -19,7 +19,6 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cherrypy>0:www/py-cherrypy@${PY_FLAVOR} \ USES= python USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes -REINPLACE_ARGS= -i '' CONFLICTS_INSTALL= py*-cachecontrol # bin/doesitcache |