git: ca72191b6710 - main - net/py-tiny-proxy: Use PYPI instead of CHEESESHOP
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Nov 2023 17:23:46 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca72191b6710a2d05255b95ed7132daa7f6611f0 commit ca72191b6710a2d05255b95ed7132daa7f6611f0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-14 16:53:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-14 17:16:50 +0000 net/py-tiny-proxy: Use PYPI instead of CHEESESHOP Approved by: portmgr (blanket) With hat: python --- net/py-tiny-proxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/py-tiny-proxy/Makefile b/net/py-tiny-proxy/Makefile index 125c4be6224b..423cf0ef9ce1 100644 --- a/net/py-tiny-proxy/Makefile +++ b/net/py-tiny-proxy/Makefile @@ -1,7 +1,7 @@ PORTNAME= tiny-proxy DISTVERSION= 0.2.1 CATEGORIES= net www python -MASTER_SITES= CHEESESHOP +MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION}