svn commit: r438396 - head/devel/cppcheck
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Apr 12 17:24:34 UTC 2017
Author: amdmi3
Date: Wed Apr 12 17:24:33 2017
New Revision: 438396
URL: https://svnweb.freebsd.org/changeset/ports/438396
Log:
- Add missing python dependency (both build- and runtime)
- Fix shebang in python script
Reported by: Walter Schwarzenfeld <w.schwarzenfeld at utanet.at>
Modified:
head/devel/cppcheck/Makefile
Modified: head/devel/cppcheck/Makefile
==============================================================================
--- head/devel/cppcheck/Makefile Wed Apr 12 17:21:04 2017 (r438395)
+++ head/devel/cppcheck/Makefile Wed Apr 12 17:24:33 2017 (r438396)
@@ -3,7 +3,7 @@
PORTNAME= cppcheck
PORTVERSION= 1.78
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF
@@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libtinyxml2.so:textproc/tinyxml2
-USES= compiler:c++11-lib execinfo gmake tar:bzip2
+USES= compiler:c++11-lib execinfo gmake python shebangfix tar:bzip2
+SHEBANG_FILES= htmlreport/cppcheck-htmlreport
USE_CXXSTD= c++11
ALL_TARGET= cppcheck
More information about the svn-ports-all
mailing list