Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2023 17:23:46 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ca72191b6710 - main - net/py-tiny-proxy: Use PYPI instead of CHEESESHOP
Message-ID:  <202311141723.3AEHNko5085085@gitrepo.freebsd.org>

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



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