Date: Mon, 11 Jul 2022 21:54:04 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: fa2286c7f9a0 - main - net/py-urllib3: Add GitHub to MASTER_SITES Message-ID: <202207112154.26BLs4jG066267@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207112154.26BLs4jG066267>