View | Details | Raw Unified | Return to bug 219884 | Differences between
and this patch

Collapse All | Expand All

(-)www/webgrind/Makefile (-1 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	webgrind
4
PORTNAME=	webgrind
5
PORTVERSION=	1.4.0
5
PORTVERSION=	1.5.0
6
DISTVERSIONPREFIX=v
6
DISTVERSIONPREFIX=v
7
CATEGORIES=	www
7
CATEGORIES=	www
8
8
Lines 26-31 Link Here
26
CALLGRAPH_USES=		python
26
CALLGRAPH_USES=		python
27
CALLGRAPH_RUN_DEPENDS=	dot:graphics/graphviz
27
CALLGRAPH_RUN_DEPENDS=	dot:graphics/graphviz
28
28
29
CALLGRAPH_DESC=		Enable call graph
30
29
post-patch-CALLGRAPH-on:
31
post-patch-CALLGRAPH-on:
30
	@${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' ${WRKSRC}/config.php
32
	@${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' ${WRKSRC}/config.php
31
	@${REINPLACE_CMD} -e 's,/usr/bin/dot,/usr/local/bin/dot,' ${WRKSRC}/config.php
33
	@${REINPLACE_CMD} -e 's,/usr/bin/dot,/usr/local/bin/dot,' ${WRKSRC}/config.php
(-)www/webgrind/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1480918901
1
TIMESTAMP = 1496726780
2
SHA256 (jokkedk-webgrind-v1.4.0_GH0.tar.gz) = 06ce5f428394e7c031734b4c4d26460c3d712bc64a80dd0792bbe211bd012a04
2
SHA256 (jokkedk-webgrind-v1.5.0_GH0.tar.gz) = cd42376807da4fc6c1c326f294d9cb7f71577b79c2d1f846035a3247c049e750
3
SIZE (jokkedk-webgrind-v1.4.0_GH0.tar.gz) = 82347
3
SIZE (jokkedk-webgrind-v1.5.0_GH0.tar.gz) = 82570
(-)www/webgrind/pkg-plist (+1 lines)
Lines 40-45 Link Here
40
%%WWWDIR%%/library/gprof2dot.py
40
%%WWWDIR%%/library/gprof2dot.py
41
%%WWWDIR%%/license.txt
41
%%WWWDIR%%/license.txt
42
%%WWWDIR%%/package.sh
42
%%WWWDIR%%/package.sh
43
%%WWWDIR%%/styles/custom.css
43
%%WWWDIR%%/styles/style.css
44
%%WWWDIR%%/styles/style.css
44
%%WWWDIR%%/templates/fileviewer.phtml
45
%%WWWDIR%%/templates/fileviewer.phtml
45
%%WWWDIR%%/templates/index.phtml
46
%%WWWDIR%%/templates/index.phtml

Return to bug 219884