aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-04-08 06:48:55 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-04-08 06:48:55 +0000
commit35ced8dcf1d2f91a34fed3a9dc52fe17cd5e2fd3 (patch)
tree9ef419bcedc273238bf418c55c573f80dd1e7ff0 /graphics
parent8f382cc5b6d70c8a6cfffd27e9cb2aa0ff538e8b (diff)
downloadports-35ced8dcf1d2f91a34fed3a9dc52fe17cd5e2fd3.tar.gz
ports-35ced8dcf1d2f91a34fed3a9dc52fe17cd5e2fd3.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-imageio/Makefile3
-rw-r--r--graphics/py-imageio/pkg-descr2
2 files changed, 3 insertions, 2 deletions
diff --git a/graphics/py-imageio/Makefile b/graphics/py-imageio/Makefile
index c0a696691de1..31596636dd3a 100644
--- a/graphics/py-imageio/Makefile
+++ b/graphics/py-imageio/Makefile
@@ -2,6 +2,7 @@
PORTNAME= imageio
DISTVERSION= 2.3.0
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,7 +19,7 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
${PYNUMPY}
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/graphics/py-imageio/pkg-descr b/graphics/py-imageio/pkg-descr
index f09381977758..1fcf18933927 100644
--- a/graphics/py-imageio/pkg-descr
+++ b/graphics/py-imageio/pkg-descr
@@ -2,4 +2,4 @@ Imageio is a Python library that provides an easy interface to read and
write a wide range of image data, including animated images, volumetric data,
and scientific formats.
-WWW: http://imageio.github.io/
+WWW: https://imageio.github.io/