summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-07-31 04:57:09 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-07-31 05:00:24 +0800
commitc102b591f617d70e54cd0d4d252b84cd353dc387 (patch)
tree43eb09f6b4f21236e642d353cd98146873fa4c16 /graphics
parentdevel/p5-Module-Installed-Tiny: Update to 0.010 (diff)
graphics/py-imageio: Add GitHub to MASTER_SITES
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-imageio/Makefile3
1 files changed, 2 insertions, 1 deletions
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