From owner-svn-ports-all@freebsd.org Mon Sep 10 20:27:17 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC484109B5E8; Mon, 10 Sep 2018 20:27:16 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4836A74351; Mon, 10 Sep 2018 20:27:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BCF885B6B; Mon, 10 Sep 2018 20:27:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8AKRF7Z003607; Mon, 10 Sep 2018 20:27:15 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8AKRFMC003605; Mon, 10 Sep 2018 20:27:15 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809102027.w8AKRFMC003605@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 10 Sep 2018 20:27:15 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/graphics/py-imageio: . files X-SVN-Commit-Revision: 479461 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2018 20:27:17 -0000 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 - +