Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 2019 22:34:58 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503426 - head/x11/py-xdot
Message-ID:  <201906032234.x53MYwEQ002448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Mon Jun  3 22:34:58 2019
New Revision: 503426
URL: https://svnweb.freebsd.org/changeset/ports/503426

Log:
  x11/py-xdot: Update to 1.1

Modified:
  head/x11/py-xdot/Makefile
  head/x11/py-xdot/distinfo
  head/x11/py-xdot/pkg-descr

Modified: head/x11/py-xdot/Makefile
==============================================================================
--- head/x11/py-xdot/Makefile	Mon Jun  3 22:22:32 2019	(r503425)
+++ head/x11/py-xdot/Makefile	Mon Jun  3 22:34:58 2019	(r503426)
@@ -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>

Modified: head/x11/py-xdot/distinfo
==============================================================================
--- head/x11/py-xdot/distinfo	Mon Jun  3 22:22:32 2019	(r503425)
+++ head/x11/py-xdot/distinfo	Mon Jun  3 22:34:58 2019	(r503426)
@@ -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

Modified: head/x11/py-xdot/pkg-descr
==============================================================================
--- head/x11/py-xdot/pkg-descr	Mon Jun  3 22:22:32 2019	(r503425)
+++ head/x11/py-xdot/pkg-descr	Mon Jun  3 22:34:58 2019	(r503426)
@@ -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/



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