svn commit: r456136 - head/devel/gitinspector
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Dec 12 13:33:14 UTC 2017
Author: sunpoet
Date: Tue Dec 12 13:33:10 2017
New Revision: 456136
URL: https://svnweb.freebsd.org/changeset/ports/456136
Log:
Set PKGNAMESUFFIX unconditionally
- Sort USE_PYTHON
Modified:
head/devel/gitinspector/Makefile
Modified: head/devel/gitinspector/Makefile
==============================================================================
--- head/devel/gitinspector/Makefile Tue Dec 12 13:33:04 2017 (r456135)
+++ head/devel/gitinspector/Makefile Tue Dec 12 13:33:10 2017 (r456136)
@@ -5,6 +5,7 @@ PORTVERSION= 0.4.4
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= devel python
+PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Statistical analysis tool for git repositories
@@ -15,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= git:devel/git
NO_ARCH= yes
-USE_PYTHON= autoplist distutils concurrent optsuffix
+USE_PYTHON= autoplist concurrent distutils
USES= python
GH_ACCOUNT= ejwa
More information about the svn-ports-all
mailing list