git: c102b591f617 - main - graphics/py-imageio: Add GitHub to MASTER_SITES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Jul 2022 21:01:10 UTC
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