Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2019 16:16:56 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491577 - head/graphics/py-graphviz
Message-ID:  <201901291616.x0TGGuwS069465@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Tue Jan 29 16:16:56 2019
New Revision: 491577
URL: https://svnweb.freebsd.org/changeset/ports/491577

Log:
  - Update to 0.10.1
  
  Changes by upstream:
  - https://github.com/xflr6/graphviz/blob/0.10.1/CHANGES.txt
  
  PR:		234619
  Submitted by:	freebsd_ports@k-worx.org
  Approved by:	maintainer
  Sponsored by:	iXsystems Inc.

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

Modified: head/graphics/py-graphviz/Makefile
==============================================================================
--- head/graphics/py-graphviz/Makefile	Tue Jan 29 16:15:26 2019	(r491576)
+++ head/graphics/py-graphviz/Makefile	Tue Jan 29 16:16:56 2019	(r491577)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	graphviz
-PORTVERSION=	0.8.4
+PORTVERSION=	0.10.1
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,9 +17,10 @@ RUN_DEPENDS=	dot:graphics/graphviz
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR}
 
-NO_ARCH=	yes
 USES=		python zip
 USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} run-tests.py

Modified: head/graphics/py-graphviz/distinfo
==============================================================================
--- head/graphics/py-graphviz/distinfo	Tue Jan 29 16:15:26 2019	(r491576)
+++ head/graphics/py-graphviz/distinfo	Tue Jan 29 16:16:56 2019	(r491577)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1534461715
-SHA256 (graphviz-0.8.4.zip) = 4958a19cbd8461757a08db308a4a15c3d586660417e1e364f0107d2fe481689f
-SIZE (graphviz-0.8.4.zip) = 166273
+TIMESTAMP = 1542125035
+SHA256 (graphviz-0.10.1.zip) = d311be4fddfe832a56986ac5e1d6e8715d7fcb0208560da79d1bb0f72abef41f
+SIZE (graphviz-0.10.1.zip) = 167590



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