From owner-svn-ports-all@freebsd.org Mon Feb 12 23:24:48 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 24EC0F03186; Mon, 12 Feb 2018 23:24:48 +0000 (UTC) (envelope-from yuri@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 C99A57480D; Mon, 12 Feb 2018 23:24:47 +0000 (UTC) (envelope-from yuri@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 C2D1218A85; Mon, 12 Feb 2018 23:24:47 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1CNOl0i051568; Mon, 12 Feb 2018 23:24:47 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1CNOlA2051566; Mon, 12 Feb 2018 23:24:47 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802122324.w1CNOlA2051566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 12 Feb 2018 23:24:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461673 - head/graphics/py-imageio X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/py-imageio X-SVN-Commit-Revision: 461673 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.25 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, 12 Feb 2018 23:24:48 -0000 Author: yuri Date: Mon Feb 12 23:24:47 2018 New Revision: 461673 URL: https://svnweb.freebsd.org/changeset/ports/461673 Log: graphics/py-imageio: Update to 2.2.0 Additional port changes: * Replaced with DISTVERSION * Added graphics/py-pillow dependency * Removed USES=zip Reported by: portscout Approved by: tcberner (mentor, implicit) Modified: head/graphics/py-imageio/Makefile head/graphics/py-imageio/distinfo Modified: head/graphics/py-imageio/Makefile ============================================================================== --- head/graphics/py-imageio/Makefile Mon Feb 12 23:11:38 2018 (r461672) +++ head/graphics/py-imageio/Makefile Mon Feb 12 23:24:47 2018 (r461673) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= imageio -PORTVERSION= 1.6 -PORTREVISION= 3 +DISTVERSION= 2.2.0 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,11 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfreeimage.so:graphics/freeimage RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ + ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${FLAVOR} \ ${PYNUMPY} -USES= python zip +USES= python USE_PYTHON= distutils autoplist - NO_ARCH= yes .include Modified: head/graphics/py-imageio/distinfo ============================================================================== --- head/graphics/py-imageio/distinfo Mon Feb 12 23:11:38 2018 (r461672) +++ head/graphics/py-imageio/distinfo Mon Feb 12 23:24:47 2018 (r461673) @@ -1,3 +1,3 @@ -TIMESTAMP = 1474357843 -SHA256 (imageio-1.6.zip) = 8e7b46118f49fad8e8e14a6d8ef87de50d22e7437e25f6bfeb32d65a646cdca9 -SIZE (imageio-1.6.zip) = 3284543 +TIMESTAMP = 1518477312 +SHA256 (imageio-2.2.0.tar.gz) = 6dd95300d3d64713a2649334390fd9cf96712013172afd6e73b008e00934a73f +SIZE (imageio-2.2.0.tar.gz) = 3277426