mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- www/webgrind: Update from 1.4.0 to 1.5.0
- Changes: * Allow custom CSS * Miscellaneous bug fixes PR: 219884 Submitted by: Franco Fichtner (maintainer) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11117
This commit is contained in:
parent
8b579f989e
commit
3f9cb3b724
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=443490
3 changed files with 9 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= webgrind
|
PORTNAME= webgrind
|
||||||
PORTVERSION= 1.4.0
|
PORTVERSION= 1.5.0
|
||||||
DISTVERSIONPREFIX=v
|
DISTVERSIONPREFIX=v
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
|
|
||||||
|
@ -26,6 +26,8 @@ PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
|
||||||
CALLGRAPH_USES= python
|
CALLGRAPH_USES= python
|
||||||
CALLGRAPH_RUN_DEPENDS= dot:graphics/graphviz
|
CALLGRAPH_RUN_DEPENDS= dot:graphics/graphviz
|
||||||
|
|
||||||
|
CALLGRAPH_DESC= Enable call graph
|
||||||
|
|
||||||
post-patch-CALLGRAPH-on:
|
post-patch-CALLGRAPH-on:
|
||||||
@${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' ${WRKSRC}/config.php
|
@${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' ${WRKSRC}/config.php
|
||||||
@${REINPLACE_CMD} -e 's,/usr/bin/dot,/usr/local/bin/dot,' ${WRKSRC}/config.php
|
@${REINPLACE_CMD} -e 's,/usr/bin/dot,/usr/local/bin/dot,' ${WRKSRC}/config.php
|
||||||
|
@ -33,7 +35,8 @@ post-patch-CALLGRAPH-on:
|
||||||
do-install:
|
do-install:
|
||||||
@${RM} ${WRKSRC}/library/preprocessor.cpp ${WRKSRC}/makefile
|
@${RM} ${WRKSRC}/library/preprocessor.cpp ${WRKSRC}/makefile
|
||||||
@${MKDIR} ${STAGEDIR}${WWWDIR}/bin
|
@${MKDIR} ${STAGEDIR}${WWWDIR}/bin
|
||||||
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "*" ${STAGEDIR}${WWWDIR})
|
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "*" ${STAGEDIR}${WWWDIR} \
|
||||||
|
'! -name license.txt ! -name package.sh')
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/preprocessor ${STAGEDIR}${WWWDIR}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/preprocessor ${STAGEDIR}${WWWDIR}/bin
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1480918901
|
TIMESTAMP = 1496726780
|
||||||
SHA256 (jokkedk-webgrind-v1.4.0_GH0.tar.gz) = 06ce5f428394e7c031734b4c4d26460c3d712bc64a80dd0792bbe211bd012a04
|
SHA256 (jokkedk-webgrind-v1.5.0_GH0.tar.gz) = cd42376807da4fc6c1c326f294d9cb7f71577b79c2d1f846035a3247c049e750
|
||||||
SIZE (jokkedk-webgrind-v1.4.0_GH0.tar.gz) = 82347
|
SIZE (jokkedk-webgrind-v1.5.0_GH0.tar.gz) = 82570
|
||||||
|
|
|
@ -38,8 +38,7 @@
|
||||||
%%WWWDIR%%/library/Preprocessor.php
|
%%WWWDIR%%/library/Preprocessor.php
|
||||||
%%WWWDIR%%/library/Reader.php
|
%%WWWDIR%%/library/Reader.php
|
||||||
%%WWWDIR%%/library/gprof2dot.py
|
%%WWWDIR%%/library/gprof2dot.py
|
||||||
%%WWWDIR%%/license.txt
|
%%WWWDIR%%/styles/custom.css
|
||||||
%%WWWDIR%%/package.sh
|
|
||||||
%%WWWDIR%%/styles/style.css
|
%%WWWDIR%%/styles/style.css
|
||||||
%%WWWDIR%%/templates/fileviewer.phtml
|
%%WWWDIR%%/templates/fileviewer.phtml
|
||||||
%%WWWDIR%%/templates/index.phtml
|
%%WWWDIR%%/templates/index.phtml
|
||||||
|
|
Loading…
Add table
Reference in a new issue