git: 4e3aee415392 - main - devel/py-lief: Use PYPI instead of CHEESESHOP

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 14 Nov 2023 17:23:33 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4e3aee4153923fc3a9248c2586c1f766d2094a8a

commit 4e3aee4153923fc3a9248c2586c1f766d2094a8a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-14 16:46:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-14 17:16:47 +0000

    devel/py-lief: Use PYPI instead of CHEESESHOP
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 devel/py-lief/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-lief/Makefile b/devel/py-lief/Makefile
index 4b4123b47ba0..7a3884b565ad 100644
--- a/devel/py-lief/Makefile
+++ b/devel/py-lief/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	lief
 DISTVERSION=	0.11.5
 CATEGORIES=	devel python
-MASTER_SITES=	CHEESESHOP
+MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	ports@nicandneal.net