From owner-svn-ports-head@freebsd.org Fri Sep 29 18:13:24 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 247B0E32446; Fri, 29 Sep 2017 18:13:24 +0000 (UTC) (envelope-from swills@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 mx1.freebsd.org (Postfix) with ESMTPS id 9C8997066D; Fri, 29 Sep 2017 18:13:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TIDLVw082553; Fri, 29 Sep 2017 18:13:21 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TIDKrF082550; Fri, 29 Sep 2017 18:13:20 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201709291813.v8TIDKrF082550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 29 Sep 2017 18:13:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450928 - head/graphics/py-scikit-image X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/graphics/py-scikit-image X-SVN-Commit-Revision: 450928 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2017 18:13:24 -0000 Author: swills Date: Fri Sep 29 18:13:20 2017 New Revision: 450928 URL: https://svnweb.freebsd.org/changeset/ports/450928 Log: graphics/py-scikit-image: upgrade to v0.13.1 PR: 222656 Submitted by: Eric Camachat (maintainer) 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 Fri Sep 29 17:54:02 2017 (r450927) +++ head/graphics/py-scikit-image/Makefile Fri Sep 29 18:13:20 2017 (r450928) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= scikit-image -PORTVERSION= 0.13.0 +PORTVERSION= 0.13.1 DISTVERSIONPREFIX= v CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,6 @@ COMMENT= Image Processing SciKit (Toolbox for SciPy) LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt - -BROKEN= fails to configure BUILD_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/bin/cython:lang/cython \ Modified: head/graphics/py-scikit-image/distinfo ============================================================================== --- head/graphics/py-scikit-image/distinfo Fri Sep 29 17:54:02 2017 (r450927) +++ head/graphics/py-scikit-image/distinfo Fri Sep 29 18:13:20 2017 (r450928) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495853206 -SHA256 (scikit-image-scikit-image-v0.13.0_GH0.tar.gz) = e1f2f8a8f6422603fd76c8dc882efc088dadbef1cc558d4f0f9c1aa935a37fee -SIZE (scikit-image-scikit-image-v0.13.0_GH0.tar.gz) = 21569731 +TIMESTAMP = 1506531934 +SHA256 (scikit-image-scikit-image-v0.13.1_GH0.tar.gz) = c38511f20145e14c28c42aac013b7714dc30a72a8a3e69db297f6b85d3b92f3e +SIZE (scikit-image-scikit-image-v0.13.1_GH0.tar.gz) = 21492844 Modified: head/graphics/py-scikit-image/pkg-descr ============================================================================== --- head/graphics/py-scikit-image/pkg-descr Fri Sep 29 17:54:02 2017 (r450927) +++ head/graphics/py-scikit-image/pkg-descr Fri Sep 29 18:13:20 2017 (r450928) @@ -2,3 +2,5 @@ scikit-image is a collection of algorithms for image p available free of charge and free of restriction. We pride ourselves on high-quality, peer-reviewed code, written by an active community of volunteers. + +WWW: http://scikit-image.org/