From owner-svn-ports-all@freebsd.org Sun Oct 27 18:40:33 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0CBAA1A252C; Sun, 27 Oct 2019 18:40:33 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 471RVm6ZQNz410N; Sun, 27 Oct 2019 18:40:32 +0000 (UTC) (envelope-from makc@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 A699F254FE; Sun, 27 Oct 2019 18:40:32 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9RIeWm7047979; Sun, 27 Oct 2019 18:40:32 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9RIeWgw047977; Sun, 27 Oct 2019 18:40:32 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201910271840.x9RIeWgw047977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Sun, 27 Oct 2019 18:40:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515812 - head/graphics/py-scikit-image X-SVN-Group: ports-head X-SVN-Commit-Author: makc X-SVN-Commit-Paths: head/graphics/py-scikit-image X-SVN-Commit-Revision: 515812 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.29 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: Sun, 27 Oct 2019 18:40:33 -0000 Author: makc Date: Sun Oct 27 18:40:31 2019 New Revision: 515812 URL: https://svnweb.freebsd.org/changeset/ports/515812 Log: graphics/py-scikit-image: - Update to 0.14.3 - Add missing dependency required for skivi - Update WWW Modified: head/graphics/py-scikit-image/Makefile head/graphics/py-scikit-image/distinfo head/graphics/py-scikit-image/pkg-descr Modified: head/graphics/py-scikit-image/Makefile ============================================================================== --- head/graphics/py-scikit-image/Makefile Sun Oct 27 18:15:24 2019 (r515811) +++ head/graphics/py-scikit-image/Makefile Sun Oct 27 18:40:31 2019 (r515812) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= scikit-image -PORTVERSION= 0.14.2 -PORTREVISION= 2 +PORTVERSION= 0.14.3 DISTVERSIONPREFIX= v CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,7 +23,8 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pillow>=1.7:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}networkx>=1.8:math/py-networkx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.1:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}PyWavelets>=0.4:math/py-PyWavelets@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}PyWavelets>=0.4:math/py-PyWavelets@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cloudpickle>=0.2.1:devel/py-cloudpickle@${PY_FLAVOR} USES= cpe python USE_GITHUB= yes Modified: head/graphics/py-scikit-image/distinfo ============================================================================== --- head/graphics/py-scikit-image/distinfo Sun Oct 27 18:15:24 2019 (r515811) +++ head/graphics/py-scikit-image/distinfo Sun Oct 27 18:40:31 2019 (r515812) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552637703 -SHA256 (scikit-image-scikit-image-v0.14.2_GH0.tar.gz) = 469d68d1c0eeab9aa90b3d41d7dedd79233386997f190d95b110d588c3cfc89e -SIZE (scikit-image-scikit-image-v0.14.2_GH0.tar.gz) = 21933121 +TIMESTAMP = 1572190682 +SHA256 (scikit-image-scikit-image-v0.14.3_GH0.tar.gz) = 19048e68bc47fd100d1ee2ed77e869ebfc5d7f580c33f26698f0b1fa2d532dd7 +SIZE (scikit-image-scikit-image-v0.14.3_GH0.tar.gz) = 21936150 Modified: head/graphics/py-scikit-image/pkg-descr ============================================================================== --- head/graphics/py-scikit-image/pkg-descr Sun Oct 27 18:15:24 2019 (r515811) +++ head/graphics/py-scikit-image/pkg-descr Sun Oct 27 18:40:31 2019 (r515812) @@ -3,4 +3,4 @@ available free of charge and free of restriction. We p high-quality, peer-reviewed code, written by an active community of volunteers. -WWW: http://scikit-image.org/ +WWW: https://scikit-image.org/