From owner-svn-ports-head@freebsd.org Tue Jun 13 08:09:37 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F2E6B95360; Tue, 13 Jun 2017 08:09:37 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B57D7219F; Tue, 13 Jun 2017 08:09:37 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5D89aVF066556; Tue, 13 Jun 2017 08:09:36 GMT (envelope-from joneum@FreeBSD.org) Received: (from joneum@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5D89aAa066553; Tue, 13 Jun 2017 08:09:36 GMT (envelope-from joneum@FreeBSD.org) Message-Id: <201706130809.v5D89aAa066553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: joneum set sender to joneum@FreeBSD.org using -f From: Jochen Neumeister Date: Tue, 13 Jun 2017 08:09:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443490 - head/www/webgrind X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2017 08:09:37 -0000 Author: joneum Date: Tue Jun 13 08:09:35 2017 New Revision: 443490 URL: https://svnweb.freebsd.org/changeset/ports/443490 Log: - 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 Modified: head/www/webgrind/Makefile head/www/webgrind/distinfo head/www/webgrind/pkg-plist Modified: head/www/webgrind/Makefile ============================================================================== --- head/www/webgrind/Makefile Tue Jun 13 07:44:07 2017 (r443489) +++ head/www/webgrind/Makefile Tue Jun 13 08:09:35 2017 (r443490) @@ -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 Modified: head/www/webgrind/distinfo ============================================================================== --- head/www/webgrind/distinfo Tue Jun 13 07:44:07 2017 (r443489) +++ head/www/webgrind/distinfo Tue Jun 13 08:09:35 2017 (r443490) @@ -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 Modified: head/www/webgrind/pkg-plist ============================================================================== --- head/www/webgrind/pkg-plist Tue Jun 13 07:44:07 2017 (r443489) +++ head/www/webgrind/pkg-plist Tue Jun 13 08:09:35 2017 (r443490) @@ -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