svn commit: r442073 - head/devel/gitinspector
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue May 30 15:21:26 UTC 2017
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 at FreeBSD.org
+MAINTAINER= sunpoet at 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
More information about the svn-ports-all
mailing list