diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2017-06-13 08:09:35 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2017-06-13 08:09:35 +0000 |
commit | 3f9cb3b7249b3a592cc5ceae932a2c91891f0ebc (patch) | |
tree | ac27d21e077637533e2dfd02fc2e84cc1f4663ab | |
parent | 8b579f989ec2124429507790432160381e9ad608 (diff) | |
download | ports-3f9cb3b7249b3a592cc5ceae932a2c91891f0ebc.tar.gz ports-3f9cb3b7249b3a592cc5ceae932a2c91891f0ebc.zip |
- 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
Notes
Notes:
svn path=/head/; revision=443490
-rw-r--r-- | www/webgrind/Makefile | 7 | ||||
-rw-r--r-- | www/webgrind/distinfo | 6 | ||||
-rw-r--r-- | www/webgrind/pkg-plist | 3 |
3 files changed, 9 insertions, 7 deletions
diff --git a/www/webgrind/Makefile b/www/webgrind/Makefile index 9a0d5af81af8..0d11c325b861 100644 --- a/www/webgrind/Makefile +++ b/www/webgrind/Makefile @@ -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> diff --git a/www/webgrind/distinfo b/www/webgrind/distinfo index f952bd7f71f6..e012f30af73c 100644 --- a/www/webgrind/distinfo +++ b/www/webgrind/distinfo @@ -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 diff --git a/www/webgrind/pkg-plist b/www/webgrind/pkg-plist index 61d7a20a5df6..1742ecdd1eb1 100644 --- a/www/webgrind/pkg-plist +++ b/www/webgrind/pkg-plist @@ -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 |