Index: head/x11/py-xdot/Makefile =================================================================== --- head/x11/py-xdot/Makefile (revision 503425) +++ head/x11/py-xdot/Makefile (revision 503426) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= xdot -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= x11 python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbaio@FreeBSD.org COMMENT= Interactive viewer for Graphviz dot files 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 Index: head/x11/py-xdot/distinfo =================================================================== --- head/x11/py-xdot/distinfo (revision 503425) +++ head/x11/py-xdot/distinfo (revision 503426) @@ -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 Index: head/x11/py-xdot/pkg-descr =================================================================== --- head/x11/py-xdot/pkg-descr (revision 503425) +++ head/x11/py-xdot/pkg-descr (revision 503426) @@ -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/