Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2017 18:44:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443032 - head/math/py-pyhull
Message-ID:  <201706091844.v59IiWCh024910@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jun  9 18:44:32 2017
New Revision: 443032
URL: https://svnweb.freebsd.org/changeset/ports/443032

Log:
  Update to 1.5.8
  
  - While I'm here, add LICENSE_FILE
  
  Changes:	https://github.com/materialsvirtuallab/pyhull/blob/master/docs/changelog.rst
  PR:		219878
  Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)

Modified:
  head/math/py-pyhull/Makefile
  head/math/py-pyhull/distinfo   (contents, props changed)

Modified: head/math/py-pyhull/Makefile
==============================================================================
--- head/math/py-pyhull/Makefile	Fri Jun  9 18:44:27 2017	(r443031)
+++ head/math/py-pyhull/Makefile	Fri Jun  9 18:44:32 2017	(r443032)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pyhull
-PORTVERSION=	1.5.6
+PORTVERSION=	1.5.8
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +11,7 @@ MAINTAINER=	yuri@rawbw.com
 COMMENT=	Computation of convex hull, Delaunay triangulation and Voronoi diagram
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
 BUILD_DEPENDS=	${PYNUMPY}
 RUN_DEPENDS=	${PYNUMPY}

Modified: head/math/py-pyhull/distinfo
==============================================================================
--- head/math/py-pyhull/distinfo	Fri Jun  9 18:44:27 2017	(r443031)
+++ head/math/py-pyhull/distinfo	Fri Jun  9 18:44:32 2017	(r443032)
@@ -1,2 +1,3 @@
-SHA256 (pyhull-1.5.6.tar.gz) = 4d14bf6e6ba695de4d4ae28d2c15b97eb2dabc1e840bb9d1120ed1ffa2c52cb1
-SIZE (pyhull-1.5.6.tar.gz) = 298717
+TIMESTAMP = 1497025291
+SHA256 (pyhull-1.5.8.tar.gz) = 7951f388f7a1f35d07cc86149e525b311c10d3a64b073fd2565c428af5ff916f
+SIZE (pyhull-1.5.8.tar.gz) = 299480



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