Date: Tue, 30 May 2017 15:21:25 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442073 - head/devel/gitinspector Message-ID: <201705301521.v4UFLPsE077358@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue May 30 15:21:24 2017 New Revision: 442073 URL: https://svnweb.freebsd.org/changeset/ports/442073 Log: Add missing RUN_DEPENDS - Fix LICENSE - Reformat pkg-descr - Bump PORTREVISION for dependency change - Take maintainership Modified: head/devel/gitinspector/Makefile head/devel/gitinspector/pkg-descr Modified: head/devel/gitinspector/Makefile ============================================================================== --- head/devel/gitinspector/Makefile Tue May 30 15:21:19 2017 (r442072) +++ head/devel/gitinspector/Makefile Tue May 30 15:21:24 2017 (r442073) @@ -3,19 +3,22 @@ PORTNAME= gitinspector PORTVERSION= 0.4.4 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel python -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Statistical analysis tool for git repositories -LICENSE= GPLv3+ +LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USE_GITHUB= yes -GH_ACCOUNT= ejwa +RUN_DEPENDS= git:devel/git -USES= python -USE_PYTHON= autoplist distutils NO_ARCH= yes +USE_PYTHON= autoplist distutils +USES= python + +GH_ACCOUNT= ejwa +USE_GITHUB= yes .include <bsd.port.mk> Modified: head/devel/gitinspector/pkg-descr ============================================================================== --- head/devel/gitinspector/pkg-descr Tue May 30 15:21:19 2017 (r442072) +++ head/devel/gitinspector/pkg-descr Tue May 30 15:21:24 2017 (r442073) @@ -1,8 +1,8 @@ -gitinspector is a statistical analysis tool for git repositories. The -defaut analysis shows general statistics per author, which can be -complemented with a timeline analysis that shows the workload and -activity of each author. Under normal operation, it filters the -results to only show statistics about a number of given extensions and -by default only includes source files in the statistical analysis. +Gitinspector is a statistical analysis tool for git repositories. The default +analysis shows general statistics per author, which can be complemented with a +timeline analysis that shows the workload and activity of each author. Under +normal operation, it filters the results to only show statistics about a number +of given extensions and by default only includes source files in the statistical +analysis. WWW: https://github.com/ejwa/gitinspector
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705301521.v4UFLPsE077358>