Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2018 17:46:57 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485444 - head/graphics/py-pydot
Message-ID:  <201811201746.wAKHkvpk021414@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Nov 20 17:46:56 2018
New Revision: 485444
URL: https://svnweb.freebsd.org/changeset/ports/485444

Log:
  Update to 1.3.0
  
  Changes:	https://github.com/erocarrera/pydot/blob/master/ChangeLog

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

Modified: head/graphics/py-pydot/Makefile
==============================================================================
--- head/graphics/py-pydot/Makefile	Tue Nov 20 17:46:48 2018	(r485443)
+++ head/graphics/py-pydot/Makefile	Tue Nov 20 17:46:56 2018	(r485444)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pydot
-PORTVERSION=	1.2.4
+PORTVERSION=	1.3.0
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,8 +16,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	dot:graphics/graphviz \
 		${PYTHON_PKGNAMEPREFIX}pyparsing>=2.1.4:devel/py-pyparsing@${PY_FLAVOR}
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils
 USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/graphics/py-pydot/distinfo
==============================================================================
--- head/graphics/py-pydot/distinfo	Tue Nov 20 17:46:48 2018	(r485443)
+++ head/graphics/py-pydot/distinfo	Tue Nov 20 17:46:56 2018	(r485444)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514301967
-SHA256 (pydot-1.2.4.tar.gz) = 92d2e2d15531d00710f2d6fb5540d2acabc5399d464f2f20d5d21073af241eb6
-SIZE (pydot-1.2.4.tar.gz) = 132018
+TIMESTAMP = 1542735239
+SHA256 (pydot-1.3.0.tar.gz) = 33babe795de6ea2a26c18455e6d8a78b1dbbea6c41363a6136d9f95e9ce78425
+SIZE (pydot-1.3.0.tar.gz) = 127379



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