update cppcheck to 1.67
http://sourceforge.net/p/cppcheck/news/2014/10/cppcheck-167/

works here and regress ok.

OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/cppcheck/Makefile,v
retrieving revision 1.25
diff -u -p -u -p -r1.25 Makefile
--- Makefile    13 Aug 2014 15:13:33 -0000      1.25
+++ Makefile    21 Oct 2014 04:00:02 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =              C/C++ static checker
 
-DISTNAME =             cppcheck-1.66
+DISTNAME =             cppcheck-1.67
 
 CATEGORIES =           devel
 
@@ -24,6 +24,7 @@ MASTER_SITES =                ${MASTER_SITE_SOURCEFORG
 
 ALL_TARGET =           cppcheck
 TEST_TARGET =          test
+TEST_DEPENDS =         devel/cppcheck
 
 # -Ilib before PREFIX/include to avoid picking up header from devel/check
 MAKE_FLAGS =           BIN=${PREFIX}/bin SRCDIR=build 
CFGDIR=${PREFIX}/share/cppcheck/cfg \
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/cppcheck/distinfo,v
retrieving revision 1.20
diff -u -p -u -p -r1.20 distinfo
--- distinfo    13 Aug 2014 15:13:33 -0000      1.20
+++ distinfo    21 Oct 2014 04:00:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (cppcheck-1.66.tar.gz) = msA3nzp/8WHV+OrVeUNKEWNMoojGrXBuugRpa7fOk6A=
-SIZE (cppcheck-1.66.tar.gz) = 1349300
+SHA256 (cppcheck-1.67.tar.gz) = /PhfRHln/QleltQJ0Z9GMIcn/jUns0kkFv1KYCXxois=
+SIZE (cppcheck-1.67.tar.gz) = 1378752

Reply via email to