#43684: cppcheck Update to 1.65 -------------------------+--------------------------------- Reporter: xythobuz@… | Owner: ryandesign@… Type: update | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: haspatch maintainer Port: cppcheck | -------------------------+--------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => ryandesign@… * status: new => assigned Comment: Replying to [ticket:43684 xythobuz@…]:
cppcheck has released version 1.65, so I updated the Portfile. I'm the Maintainer, but I don't have commit access, so I think this Ticket is the right way to get this committed.
Yes, it is, thanks.
If you haven't changed the included config files, you may want to replace them:
{{{ find /opt/local/share/cppcheck -type f -name "*.cfg.dist" -exec bash -c 'f="{}"; mv "$f" "${f%.cfg.dist}.cfg"' \; }}}
Can and should this be automated?
We don't have ports modify config files on the user's behalf, at this time. But it is appropriate to add a `notes` command to inform the user if they should make changes to their config files. -- Ticket URL: <https://trac.macports.org/ticket/43684#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X