git: 6073f3b7cb55 - main - misc/py-hist: Use PYPI instead of CHEESESHOP
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Dec 2023 16:17:21 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6073f3b7cb5559a43d39343aa789a862bd4e170b commit 6073f3b7cb5559a43d39343aa789a862bd4e170b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-12-25 16:04:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-12-25 16:11:03 +0000 misc/py-hist: Use PYPI instead of CHEESESHOP Approved by: portmgr (blanket) With hat: python --- misc/py-hist/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/py-hist/Makefile b/misc/py-hist/Makefile index 0162ce26a1d2..d3c4bfe3a161 100644 --- a/misc/py-hist/Makefile +++ b/misc/py-hist/Makefile @@ -2,7 +2,7 @@ PORTNAME= hist DISTVERSIONPREFIX= v DISTVERSION= 2.7.2 CATEGORIES= misc python -#MASTER_SITES= CHEESESHOP +#MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org