svn commit: r435227 - in head/devel/gitinspector: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Mar 2 11:07:31 UTC 2017
Author: amdmi3
Date: Thu Mar 2 11:07:29 2017
New Revision: 435227
URL: https://svnweb.freebsd.org/changeset/ports/435227
Log:
- Update to 0.4.4
- Unbreak
- Fix LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
Deleted:
head/devel/gitinspector/files/
Modified:
head/devel/gitinspector/Makefile
head/devel/gitinspector/distinfo
head/devel/gitinspector/pkg-descr
Modified: head/devel/gitinspector/Makefile
==============================================================================
--- head/devel/gitinspector/Makefile Thu Mar 2 10:56:42 2017 (r435226)
+++ head/devel/gitinspector/Makefile Thu Mar 2 11:07:29 2017 (r435227)
@@ -1,21 +1,21 @@
# $FreeBSD$
PORTNAME= gitinspector
-PORTVERSION= 0.3.2
+PORTVERSION= 0.4.4
+DISTVERSIONPREFIX= v
CATEGORIES= devel python
-MASTER_SITES= GOOGLE_CODE
-DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Statistical analysis tool for git repositories
-LICENSE= GPLv3
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-BROKEN= Unfetchable (google code has gone away)
+USE_GITHUB= yes
+GH_ACCOUNT= ejwa
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-USES= zip python
+USES= python
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
.include <bsd.port.mk>
Modified: head/devel/gitinspector/distinfo
==============================================================================
--- head/devel/gitinspector/distinfo Thu Mar 2 10:56:42 2017 (r435226)
+++ head/devel/gitinspector/distinfo Thu Mar 2 11:07:29 2017 (r435227)
@@ -1,2 +1,3 @@
-SHA256 (gitinspector_0.3.2.zip) = 3778e60514f5067f8f2628da5cacbce12db99af6517fcf448afb2964bce963a7
-SIZE (gitinspector_0.3.2.zip) = 254971
+TIMESTAMP = 1488449221
+SHA256 (ejwa-gitinspector-v0.4.4_GH0.tar.gz) = c7a50772bf675d41b7c19508d8f2ea26725ce4ae16aba709d5b42db42e3d2459
+SIZE (ejwa-gitinspector-v0.4.4_GH0.tar.gz) = 312201
Modified: head/devel/gitinspector/pkg-descr
==============================================================================
--- head/devel/gitinspector/pkg-descr Thu Mar 2 10:56:42 2017 (r435226)
+++ head/devel/gitinspector/pkg-descr Thu Mar 2 11:07:29 2017 (r435227)
@@ -5,4 +5,4 @@ activity of each author. Under normal op
results to only show statistics about a number of given extensions and
by default only includes source files in the statistical analysis.
-WWW: https://code.google.com/p/gitinspector/
+WWW: https://github.com/ejwa/gitinspector
More information about the svn-ports-all
mailing list