ports/contrib (3.5): cppcheck: update to 1.88
commit e96a87e70812351f3e3f86aec1d3dbd6fd14745f Author: John Vogel <jvogel4@stny.rr.com> Date: Sat Jun 29 12:29:08 2019 -0400 cppcheck: update to 1.88 diff --git a/cppcheck/.footprint b/cppcheck/.footprint index 3475e8fc..13c9f305 100644 --- a/cppcheck/.footprint +++ b/cppcheck/.footprint @@ -1,5 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/__init__.py (EMPTY) -rwxr-xr-x root/root usr/bin/cert.py -rwxr-xr-x root/root usr/bin/cppcheck -rwxr-xr-x root/root usr/bin/cppcheck-htmlreport @@ -9,6 +10,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/misra.py -rwxr-xr-x root/root usr/bin/naming.py -rwxr-xr-x root/root usr/bin/namingng.py +-rwxr-xr-x root/root usr/bin/test-misra.py -rwxr-xr-x root/root usr/bin/threadsafety.py -rwxr-xr-x root/root usr/bin/y2038.py drwxr-xr-x root/root usr/share/ @@ -19,18 +21,24 @@ drwxr-xr-x root/root usr/share/cppcheck/cfg/ -rw-r--r-- root/root usr/share/cppcheck/cfg/bsd.cfg -rw-r--r-- root/root usr/share/cppcheck/cfg/cppcheck-cfg.rng -rw-r--r-- root/root usr/share/cppcheck/cfg/cppcheck-lib.cfg +-rw-r--r-- root/root usr/share/cppcheck/cfg/cppunit.cfg +-rw-r--r-- root/root usr/share/cppcheck/cfg/daca.cfg -rw-r--r-- root/root usr/share/cppcheck/cfg/embedded_sql.cfg -rw-r--r-- root/root usr/share/cppcheck/cfg/gnu.cfg -rw-r--r-- root/root usr/share/cppcheck/cfg/googletest.cfg -rw-r--r-- root/root usr/share/cppcheck/cfg/gtk.cfg +-rw-r--r-- root/root usr/share/cppcheck/cfg/libcerror.cfg -rw-r--r-- root/root usr/share/cppcheck/cfg/microsoft_sal.cfg -rw-r--r-- root/root usr/share/cppcheck/cfg/motif.cfg +-rw-r--r-- root/root usr/share/cppcheck/cfg/nspr.cfg +-rw-r--r-- root/root usr/share/cppcheck/cfg/opengl.cfg -rw-r--r-- root/root usr/share/cppcheck/cfg/posix.cfg -rw-r--r-- root/root usr/share/cppcheck/cfg/python.cfg -rw-r--r-- root/root usr/share/cppcheck/cfg/qt.cfg -rw-r--r-- root/root usr/share/cppcheck/cfg/ruby.cfg -rw-r--r-- root/root usr/share/cppcheck/cfg/sdl.cfg -rw-r--r-- root/root usr/share/cppcheck/cfg/sfml.cfg +-rw-r--r-- root/root usr/share/cppcheck/cfg/sqlite3.cfg -rw-r--r-- root/root usr/share/cppcheck/cfg/std.cfg -rw-r--r-- root/root usr/share/cppcheck/cfg/tinyxml2.cfg -rw-r--r-- root/root usr/share/cppcheck/cfg/windows.cfg diff --git a/cppcheck/.signature b/cppcheck/.signature index 40e3a018..7733454f 100644 --- a/cppcheck/.signature +++ b/cppcheck/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3y4g2GKsEiEoYFkLg4w09f4er36tY+OAlgRCsDUC2qPCOopVd1BNlcGnDmZoEnbcwhjcsTWg7QrGSlelUc9T7g0= -SHA256 (Pkgfile) = d203a7abb5434e77902bcb5f6722ed70211b6af77ed63680fd1facfe0e8453bb -SHA256 (.footprint) = b51cac3782112a76804b421012a8c54fa07a63547fbe0a3212fc87fee10396ac -SHA256 (cppcheck-1.87.tar.gz) = ea7ac1cd2f5c00ecffd596fd0f7281cba44308e565a634fae02b77ecd927c153 +RWSagIOpLGJF349yR5COwJMbzuFVaOuK2WtSbzZgnoNpky5cRl7PqA88BBPHPcxN38xlHeM6bnrFI51HWj4ZzlmMMU0oF/pKxwo= +SHA256 (Pkgfile) = 0c9e64849b5f6913a7f3d24b98742d1c901cac762be8bd706ab85ef46924a572 +SHA256 (.footprint) = 6593b3fde790ca9231acf47f751827943adeabb0f6f4f83d8ab10926f94803b8 +SHA256 (cppcheck-1.88.tar.gz) = 4aace0420d6aaa900b84b3329c5173c2294e251d2e24d8cba6e38254333dde3f diff --git a/cppcheck/Pkgfile b/cppcheck/Pkgfile index a1c15bf6..a3beb787 100644 --- a/cppcheck/Pkgfile +++ b/cppcheck/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libpcre python docbook-xsl name=cppcheck -version=1.87 +version=1.88 release=1 source=(https://github.com/danmar/$name/archive/$version/$name-$version.tar.gz)
participants (1)
-
crux@crux.nu