aboutsummaryrefslogtreecommitdiff
path: root/www/webgrind/Makefile
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2017-06-13 08:09:35 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2017-06-13 08:09:35 +0000
commit3f9cb3b7249b3a592cc5ceae932a2c91891f0ebc (patch)
treeac27d21e077637533e2dfd02fc2e84cc1f4663ab /www/webgrind/Makefile
parent8b579f989ec2124429507790432160381e9ad608 (diff)
downloadports-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
Diffstat (limited to 'www/webgrind/Makefile')
-rw-r--r--www/webgrind/Makefile7
1 files changed, 5 insertions, 2 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>