git: fa2286c7f9a0 - main - net/py-urllib3: Add GitHub to MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Jul 2022 21:54:04 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fa2286c7f9a0bdc1d9a24d9d9e07f2d9bd7474f2 commit fa2286c7f9a0bdc1d9a24d9d9e07f2d9bd7474f2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-11 21:47:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-11 21:47:39 +0000 net/py-urllib3: Add GitHub to MASTER_SITES --- net/py-urllib3/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/py-urllib3/Makefile b/net/py-urllib3/Makefile index 5d41aa63b7a7..8ee191c6c898 100644 --- a/net/py-urllib3/Makefile +++ b/net/py-urllib3/Makefile @@ -4,7 +4,8 @@ PORTNAME= urllib3 PORTVERSION= 1.26.10 PORTEPOCH= 1 CATEGORIES= net python -MASTER_SITES= CHEESESHOP +MASTER_SITES= CHEESESHOP \ + https://github.com/urllib3/urllib3/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org