svn commit: r456490 - head/devel/gitinspector

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 16 20:54:55 UTC 2017


Author: sunpoet
Date: Sat Dec 16 20:54:54 2017
New Revision: 456490
URL: https://svnweb.freebsd.org/changeset/ports/456490

Log:
  Do not install DOCS and avoid conflicts between flavors
  
  - Bump PORTREVISION for package change

Modified:
  head/devel/gitinspector/Makefile

Modified: head/devel/gitinspector/Makefile
==============================================================================
--- head/devel/gitinspector/Makefile	Sat Dec 16 20:54:49 2017	(r456489)
+++ head/devel/gitinspector/Makefile	Sat Dec 16 20:54:54 2017	(r456490)
@@ -3,7 +3,7 @@
 PORTNAME=	gitinspector
 PORTVERSION=	0.4.4
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 PKGNAMESUFFIX=	${PYTHON_PKGNAMESUFFIX}
 
@@ -21,5 +21,8 @@ USES=		python
 
 GH_ACCOUNT=	ejwa
 USE_GITHUB=	yes
+
+post-patch:
+	@${REINPLACE_CMD} -e '/data_files/d' ${WRKSRC}/setup.py
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list