Date: Sat, 30 Jul 2022 21:01:10 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: c102b591f617 - main - graphics/py-imageio: Add GitHub to MASTER_SITES Message-ID: <202207302101.26UL1Acq074466@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=c102b591f617d70e54cd0d4d252b84cd353dc387 commit c102b591f617d70e54cd0d4d252b84cd353dc387 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-30 20:57:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-30 21:00:24 +0000 graphics/py-imageio: Add GitHub to MASTER_SITES --- graphics/py-imageio/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/graphics/py-imageio/Makefile b/graphics/py-imageio/Makefile index 8534b4521764..03ba1868dabd 100644 --- a/graphics/py-imageio/Makefile +++ b/graphics/py-imageio/Makefile @@ -1,7 +1,8 @@ PORTNAME= imageio PORTVERSION= 2.20.0 CATEGORIES= graphics python -MASTER_SITES= CHEESESHOP +MASTER_SITES= CHEESESHOP \ + https://github.com/imageio/imageio/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207302101.26UL1Acq074466>