mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00: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
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= webgrind
|
||||
PORTVERSION= 1.4.0
|
||||
PORTVERSION= 1.5.0
|
||||
DISTVERSIONPREFIX=v
|
||||
CATEGORIES= www
|
||||
|
||||
@ -26,6 +26,8 @@ PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
|
||||
CALLGRAPH_USES= python
|
||||
CALLGRAPH_RUN_DEPENDS= dot:graphics/graphviz
|
||||
|
||||
CALLGRAPH_DESC= Enable call graph
|
||||
|
||||
post-patch-CALLGRAPH-on:
|
||||
@${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
|
||||
@ -33,7 +35,8 @@ post-patch-CALLGRAPH-on:
|
||||
do-install:
|
||||
@${RM} ${WRKSRC}/library/preprocessor.cpp ${WRKSRC}/makefile
|
||||
@${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
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1480918901
|
||||
SHA256 (jokkedk-webgrind-v1.4.0_GH0.tar.gz) = 06ce5f428394e7c031734b4c4d26460c3d712bc64a80dd0792bbe211bd012a04
|
||||
SIZE (jokkedk-webgrind-v1.4.0_GH0.tar.gz) = 82347
|
||||
TIMESTAMP = 1496726780
|
||||
SHA256 (jokkedk-webgrind-v1.5.0_GH0.tar.gz) = cd42376807da4fc6c1c326f294d9cb7f71577b79c2d1f846035a3247c049e750
|
||||
SIZE (jokkedk-webgrind-v1.5.0_GH0.tar.gz) = 82570
|
||||
|
@ -38,8 +38,7 @@
|
||||
%%WWWDIR%%/library/Preprocessor.php
|
||||
%%WWWDIR%%/library/Reader.php
|
||||
%%WWWDIR%%/library/gprof2dot.py
|
||||
%%WWWDIR%%/license.txt
|
||||
%%WWWDIR%%/package.sh
|
||||
%%WWWDIR%%/styles/custom.css
|
||||
%%WWWDIR%%/styles/style.css
|
||||
%%WWWDIR%%/templates/fileviewer.phtml
|
||||
%%WWWDIR%%/templates/index.phtml
|
||||
|
Loading…
Reference in New Issue
Block a user