Index: head/devel/gitinspector/Makefile =================================================================== --- head/devel/gitinspector/Makefile (revision 442072) +++ head/devel/gitinspector/Makefile (revision 442073) @@ -1,21 +1,24 @@ # $FreeBSD$ 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 Index: head/devel/gitinspector/pkg-descr =================================================================== --- head/devel/gitinspector/pkg-descr (revision 442072) +++ head/devel/gitinspector/pkg-descr (revision 442073) @@ -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