View | Details | Raw Unified | Return to bug 227958
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	graphviz
4
PORTNAME=	graphviz
5
PORTVERSION=	0.8.2
5
PORTVERSION=	0.8.3
6
CATEGORIES=	graphics python
6
CATEGORIES=	graphics python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 11-17 Link Here
11
COMMENT=	Simple Python interface for Graphviz
11
COMMENT=	Simple Python interface for Graphviz
12
12
13
LICENSE=	MIT
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
15
15
16
RUN_DEPENDS=	dot:graphics/graphviz
16
RUN_DEPENDS=	dot:graphics/graphviz
17
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${FLAVOR} \
17
TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${FLAVOR} \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1515940981
1
TIMESTAMP = 1525373325
2
SHA256 (graphviz-0.8.2.zip) = 606741c028acc54b1a065b33045f8c89ee0927ea77273ec409ac988f2c3d1091
2
SHA256 (graphviz-0.8.3.zip) = c61de040e5354c088d2785ea447dd8c26fc572dcc389e4e23e2b46947808d43e
3
SIZE (graphviz-0.8.2.zip) = 166880
3
SIZE (graphviz-0.8.3.zip) = 166030

Return to bug 227958