aboutsummaryrefslogtreecommitdiff
path: root/x11/py-xdot
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2019-06-03 22:34:58 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2019-06-03 22:34:58 +0000
commitee62de4647a9e596a1f4e380734e8a581ad43a00 (patch)
tree51cc2d631214f32c0421e11bed414ea10d2e42e8 /x11/py-xdot
parent0df18d681aafbd649a7f228ad589e0f55ce57426 (diff)
downloadports-ee62de4647a9e596a1f4e380734e8a581ad43a00.tar.gz
ports-ee62de4647a9e596a1f4e380734e8a581ad43a00.zip
x11/py-xdot: Update to 1.1
Notes
Notes: svn path=/head/; revision=503426
Diffstat (limited to 'x11/py-xdot')
-rw-r--r--x11/py-xdot/Makefile5
-rw-r--r--x11/py-xdot/distinfo6
-rw-r--r--x11/py-xdot/pkg-descr4
3 files changed, 8 insertions, 7 deletions
diff --git a/x11/py-xdot/Makefile b/x11/py-xdot/Makefile
index 1761e5a65d73..75e14a1825f1 100644
--- a/x11/py-xdot/Makefile
+++ b/x11/py-xdot/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= xdot
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= x11 python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +13,12 @@ LICENSE= LGPL3+
RUN_DEPENDS= dot:graphics/graphviz
-NO_ARCH= yes
USES= gnome python:3.4+
USE_PYTHON= autoplist distutils
USE_GNOME= cairo gtk30 pygobject3
CONFLICTS_INSTALL= py*-xdot-06
+NO_ARCH= yes
+
.include <bsd.port.mk>
diff --git a/x11/py-xdot/distinfo b/x11/py-xdot/distinfo
index 079032380f37..2d79fe9f1365 100644
--- a/x11/py-xdot/distinfo
+++ b/x11/py-xdot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537622322
-SHA256 (xdot-1.0.tar.gz) = 7e067896d729af82f1fd0758e265f129944d469c30f550e3f15dbdb751cc42a1
-SIZE (xdot-1.0.tar.gz) = 26507
+TIMESTAMP = 1557945856
+SHA256 (xdot-1.1.tar.gz) = e15c53d80dc8777402a7258eebe6cbf395d04085ff9699bbffae91df0ecc2433
+SIZE (xdot-1.1.tar.gz) = 28315
diff --git a/x11/py-xdot/pkg-descr b/x11/py-xdot/pkg-descr
index 7def102f04df..da6d3687d173 100644
--- a/x11/py-xdot/pkg-descr
+++ b/x11/py-xdot/pkg-descr
@@ -1,7 +1,7 @@
xdot.py is an interactive viewer for graphs written in Graphviz's dot
-language. It uses internally the Graphviz's xdot output format as an
+language. It uses internally the Graphviz's xdot output format as an
intermediate format, and PyGTK and Cairo for rendering.
-xdot.py can be used either as a standalone application from command
+xdot.py can be used either as a standalone application from command
line, or as a library embedded in your python application.
WWW: https://pypi.org/project/xdot/