Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 17:06: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: r426449 - in head/graphics/py-pydot: . files
Message-ID:  <201611191706.uAJH6vsp070872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 19 17:06:57 2016
New Revision: 426449
URL: https://svnweb.freebsd.org/changeset/ports/426449

Log:
  - Update to 1.2.3
  - Remove BUILD_DEPENDS
  
  Changes:	https://github.com/erocarrera/pydot/blob/master/ChangeLog

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

Modified: head/graphics/py-pydot/Makefile
==============================================================================
--- head/graphics/py-pydot/Makefile	Sat Nov 19 17:06:53 2016	(r426448)
+++ head/graphics/py-pydot/Makefile	Sat Nov 19 17:06:57 2016	(r426449)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pydot
-PORTVERSION=	1.1.0
+PORTVERSION=	1.2.3
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,9 +13,9 @@ COMMENT=	Python interface to the Graphvi
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyparsing>=1.5.7:devel/py-pyparsing
+#BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyparsing>=2.1.4:devel/py-pyparsing
 RUN_DEPENDS=	dot:graphics/graphviz \
-		${PYTHON_PKGNAMEPREFIX}pyparsing>=1.5.7:devel/py-pyparsing
+		${PYTHON_PKGNAMEPREFIX}pyparsing>=2.1.4:devel/py-pyparsing
 
 NO_ARCH=	yes
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/graphics/py-pydot/distinfo
==============================================================================
--- head/graphics/py-pydot/distinfo	Sat Nov 19 17:06:53 2016	(r426448)
+++ head/graphics/py-pydot/distinfo	Sat Nov 19 17:06:57 2016	(r426449)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464369127
-SHA256 (pydot-1.1.0.tar.gz) = 469d2cf565994064236be24e87ab3571c1c1243fbc8d2ad836d16637d1a5049b
-SIZE (pydot-1.1.0.tar.gz) = 20451
+TIMESTAMP = 1479405300
+SHA256 (pydot-1.2.3.tar.gz) = edb5d3f249f97fbd9c4bb16959e61bc32ecf40eee1a9f6d27abe8d01c0a73502
+SIZE (pydot-1.2.3.tar.gz) = 20268



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