Date: Fri, 15 Dec 2017 11:25:27 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456389 - head/devel/cppcheck Message-ID: <201712151125.vBFBPRkh043841@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712151125.vBFBPRkh043841>