Index: head/graphics/py-imageio/files/patch-imageio-core-util.py =================================================================== --- head/graphics/py-imageio/files/patch-imageio-core-util.py (revision 530585) +++ head/graphics/py-imageio/files/patch-imageio-core-util.py (nonexistent) @@ -1,11 +0,0 @@ ---- imageio/core/util.py.orig 2018-09-04 12:21:12 UTC -+++ imageio/core/util.py -@@ -547,6 +547,8 @@ def get_platform(): - plat = "win%i" - elif sys.platform.startswith("darwin"): - plat = "osx%i" -+ elif sys.platform.startswith("freebsd"): -+ plat = "freebsd%i" - else: # pragma: no cover - return None - Property changes on: head/graphics/py-imageio/files/patch-imageio-core-util.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/py-imageio/Makefile =================================================================== --- head/graphics/py-imageio/Makefile (revision 530585) +++ head/graphics/py-imageio/Makefile (revision 530586) @@ -1,26 +1,26 @@ # $FreeBSD$ PORTNAME= imageio -DISTVERSION= 2.6.1 +PORTVERSION= 2.8.0 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python library for reading and writing image, video formats LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfreeimage.so:graphics/freeimage RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ ${PYTHON_PKGNAMEPREFIX}imageio-ffmpeg>=0:graphics/py-imageio-ffmpeg@${PY_FLAVOR} \ ${PYNUMPY} \ ${PY_PILLOW} -USES= python:3.4+ +USES= python:3.5+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include Index: head/graphics/py-imageio/distinfo =================================================================== --- head/graphics/py-imageio/distinfo (revision 530585) +++ head/graphics/py-imageio/distinfo (revision 530586) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571483881 -SHA256 (imageio-2.6.1.tar.gz) = f44eb231b9df485874f2ffd22dfd0c3c711e7de076516b9374edea5c65bc67ae -SIZE (imageio-2.6.1.tar.gz) = 3353198 +TIMESTAMP = 1585907218 +SHA256 (imageio-2.8.0.tar.gz) = fb5fd6d3d17126bbaac9af29fe340e2c97a196eb9416d4f28c0e543744a152cf +SIZE (imageio-2.8.0.tar.gz) = 3340492 Index: head/graphics/py-imageio/pkg-descr =================================================================== --- head/graphics/py-imageio/pkg-descr (revision 530585) +++ head/graphics/py-imageio/pkg-descr (revision 530586) @@ -1,5 +1,5 @@ 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: https://imageio.github.io/ +WWW: https://github.com/imageio/imageio