Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2018 20:27:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479461 - in head/graphics/py-imageio: . files
Message-ID:  <201809102027.w8AKRFMC003605@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep 10 20:27:14 2018
New Revision: 479461
URL: https://svnweb.freebsd.org/changeset/ports/479461

Log:
  Update to 2.4.1
  
  - Sort RUN_DEPENDS
  
  Changes:	https://github.com/imageio/imageio/blob/master/docs/releasenotes.rst

Modified:
  head/graphics/py-imageio/Makefile
  head/graphics/py-imageio/distinfo
  head/graphics/py-imageio/files/patch-imageio-core-util.py

Modified: head/graphics/py-imageio/Makefile
==============================================================================
--- head/graphics/py-imageio/Makefile	Mon Sep 10 20:27:09 2018	(r479460)
+++ head/graphics/py-imageio/Makefile	Mon Sep 10 20:27:14 2018	(r479461)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	imageio
-DISTVERSION=	2.3.0
-PORTREVISION=	2
+DISTVERSION=	2.4.1
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +14,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libfreeimage.so:graphics/freeimage
 RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg \
-		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
-		${PYNUMPY}
+		${PY_ENUM34} \
+		${PY_FUTURES} \
+		${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils concurrent autoplist

Modified: head/graphics/py-imageio/distinfo
==============================================================================
--- head/graphics/py-imageio/distinfo	Mon Sep 10 20:27:09 2018	(r479460)
+++ head/graphics/py-imageio/distinfo	Mon Sep 10 20:27:14 2018	(r479461)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521619980
-SHA256 (imageio-2.3.0.tar.gz) = c4fd5183c342d47fdc2e98552d14e3f24386021bbc3efedd1e3b579d7d249c07
-SIZE (imageio-2.3.0.tar.gz) = 3334068
+TIMESTAMP = 1536517550
+SHA256 (imageio-2.4.1.tar.gz) = 16b8077bc8a5fa7a58b3e744f7ecbb156d8c088132df31e0f4f546c98de3514a
+SIZE (imageio-2.4.1.tar.gz) = 3338313

Modified: head/graphics/py-imageio/files/patch-imageio-core-util.py
==============================================================================
--- head/graphics/py-imageio/files/patch-imageio-core-util.py	Mon Sep 10 20:27:09 2018	(r479460)
+++ head/graphics/py-imageio/files/patch-imageio-core-util.py	Mon Sep 10 20:27:14 2018	(r479461)
@@ -1,11 +1,11 @@
---- imageio/core/util.py.orig
+--- imageio/core/util.py.orig	2018-09-04 12:21:12 UTC
 +++ imageio/core/util.py
-@@ -550,6 +550,8 @@ def get_platform():
-         plat = 'win%i'
-     elif sys.platform.startswith('darwin'):
-         plat = 'osx%i'
-+    elif sys.platform.startswith('freebsd'):
-+        plat = 'freebsd%i'
+@@ -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
-     
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809102027.w8AKRFMC003605>