svn commit: r469087 - head/graphics/py-graphviz

Thomas Zander riggs at FreeBSD.org
Sat May 5 05:58:45 UTC 2018


Author: riggs
Date: Sat May  5 05:58:44 2018
New Revision: 469087
URL: https://svnweb.freebsd.org/changeset/ports/469087

Log:
  Update to upstream release 0.8.3
  
  PR:		227958
  Submitted by:	lbartoletti at tuxfamily.org (maintainer)
  MFH:		2018Q2

Modified:
  head/graphics/py-graphviz/Makefile
  head/graphics/py-graphviz/distinfo

Modified: head/graphics/py-graphviz/Makefile
==============================================================================
--- head/graphics/py-graphviz/Makefile	Sat May  5 05:12:28 2018	(r469086)
+++ head/graphics/py-graphviz/Makefile	Sat May  5 05:58:44 2018	(r469087)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	graphviz
-PORTVERSION=	0.8.2
+PORTVERSION=	0.8.3
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,7 @@ MAINTAINER=	lbartoletti at tuxfamily.org
 COMMENT=	Simple Python interface for Graphviz
 
 LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	dot:graphics/graphviz
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${FLAVOR} \

Modified: head/graphics/py-graphviz/distinfo
==============================================================================
--- head/graphics/py-graphviz/distinfo	Sat May  5 05:12:28 2018	(r469086)
+++ head/graphics/py-graphviz/distinfo	Sat May  5 05:58:44 2018	(r469087)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515940981
-SHA256 (graphviz-0.8.2.zip) = 606741c028acc54b1a065b33045f8c89ee0927ea77273ec409ac988f2c3d1091
-SIZE (graphviz-0.8.2.zip) = 166880
+TIMESTAMP = 1525373325
+SHA256 (graphviz-0.8.3.zip) = c61de040e5354c088d2785ea447dd8c26fc572dcc389e4e23e2b46947808d43e
+SIZE (graphviz-0.8.3.zip) = 166030


More information about the svn-ports-all mailing list