Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Sep 2017 18:13:20 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450928 - head/graphics/py-scikit-image
Message-ID:  <201709291813.v8TIDKrF082550@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <eric@camachat.org> (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/



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