svn commit: r456389 - head/devel/cppcheck

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 15 11:25:29 UTC 2017


Author: amdmi3
Date: Fri Dec 15 11:25:27 2017
New Revision: 456389
URL: https://svnweb.freebsd.org/changeset/ports/456389

Log:
  - Remove python version limitation

Modified:
  head/devel/cppcheck/Makefile

Modified: head/devel/cppcheck/Makefile
==============================================================================
--- head/devel/cppcheck/Makefile	Fri Dec 15 11:18:46 2017	(r456388)
+++ head/devel/cppcheck/Makefile	Fri Dec 15 11:25:27 2017	(r456389)
@@ -44,7 +44,7 @@ RULES_USES=		localbase:ldflags
 TEST_CMAKE_BOOL=	BUILD_TESTS
 
 HTMLREPORT_DESC=	Install cppcheck-htmlreport
-HTMLREPORT_USES=	python:2,${PYUSE:C/ /,/W}
+HTMLREPORT_USES=	python:${PYUSE:C/ /,/W}
 HTMLREPORT_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR}
 HTMLREPORT_PLIST_FILES=	bin/cppcheck-htmlreport
 HTMLREPORT_VARS=	PYUSE+=run
@@ -54,7 +54,7 @@ MANPAGES_BUILD_DEPENDS=	xsltproc:textproc/libxslt \
 
 MATCHCOMPILER_DESC=	Build-time optimizations via Python
 MATCHCOMPILER_CMAKE_BOOL=	USE_MATCHCOMPILER
-MATCHCOMPILER_USES=	python:2,${PYUSE:C/ /,/W}
+MATCHCOMPILER_USES=	python:${PYUSE:C/ /,/W}
 MATCHCOMPILER_VARS=	PYUSE+=build
 
 post-install-HTMLREPORT-on:


More information about the svn-ports-head mailing list