svn commit: r480633 - head/graphics/py-termtosvg

Li-Wen Hsu lwhsu at FreeBSD.org
Mon Sep 24 22:57:23 UTC 2018


Author: lwhsu
Date: Mon Sep 24 22:57:21 2018
New Revision: 480633
URL: https://svnweb.freebsd.org/changeset/ports/480633

Log:
  - Update to 0.5.0

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

Modified: head/graphics/py-termtosvg/Makefile
==============================================================================
--- head/graphics/py-termtosvg/Makefile	Mon Sep 24 22:25:28 2018	(r480632)
+++ head/graphics/py-termtosvg/Makefile	Mon Sep 24 22:57:21 2018	(r480633)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	termtosvg
-PORTVERSION=	0.4.0
+PORTVERSION=	0.5.0
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,7 @@ COMMENT=	Record terminal sessions as SVG animations
 LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}svgwrite>=0:graphics/py-svgwrite@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyte>=0:devel/py-pyte@${PY_FLAVOR}
 
 USES=		python:3.3+

Modified: head/graphics/py-termtosvg/distinfo
==============================================================================
--- head/graphics/py-termtosvg/distinfo	Mon Sep 24 22:25:28 2018	(r480632)
+++ head/graphics/py-termtosvg/distinfo	Mon Sep 24 22:57:21 2018	(r480633)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1531088659
-SHA256 (termtosvg-0.4.0.tar.gz) = cbe3720aa60a69ba00ff0fdfcca48730b25d7e443ac87771cbface3ccb87193b
-SIZE (termtosvg-0.4.0.tar.gz) = 17947
+TIMESTAMP = 1536109566
+SHA256 (termtosvg-0.5.0.tar.gz) = a2702d23902abb93e8e58cca65361b345702d481d9cf41a45e97a886ff6d6de7
+SIZE (termtosvg-0.5.0.tar.gz) = 49472


More information about the svn-ports-head mailing list