diff options
author | miwi <miwi@FreeBSD.org> | 2019-01-30 00:16:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2019-01-30 00:16:56 +0800 |
commit | f3eb625b5a762d93ebcb9cae9f19151a66014799 (patch) | |
tree | 39fa7f08d252edac4300be27a9c975ebe313adfc /graphics | |
parent | 1fb6944753c2839700e5cc2893b6b28cf95e36dd (diff) | |
download | freebsd-ports-gnome-f3eb625b5a762d93ebcb9cae9f19151a66014799.tar.gz freebsd-ports-gnome-f3eb625b5a762d93ebcb9cae9f19151a66014799.tar.zst freebsd-ports-gnome-f3eb625b5a762d93ebcb9cae9f19151a66014799.zip |
- 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.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-graphviz/Makefile | 5 | ||||
-rw-r--r-- | graphics/py-graphviz/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/graphics/py-graphviz/Makefile b/graphics/py-graphviz/Makefile index 7b0f28ae6490..1afb5a760e30 100644 --- a/graphics/py-graphviz/Makefile +++ b/graphics/py-graphviz/Makefile @@ -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,10 +17,11 @@ 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 diff --git a/graphics/py-graphviz/distinfo b/graphics/py-graphviz/distinfo index f54586ce3b33..d75ae3b4f018 100644 --- a/graphics/py-graphviz/distinfo +++ b/graphics/py-graphviz/distinfo @@ -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 |