[123102] trunk/dports/devel/cppcheck/Portfile

cal at macports.org cal at macports.org
Tue Aug 5 04:12:35 PDT 2014


Revision: 123102
          https://trac.macports.org/changeset/123102
Author:   cal at macports.org
Date:     2014-08-05 04:12:35 -0700 (Tue, 05 Aug 2014)
Log Message:
-----------
cppcheck: update to 1.65, closes #44537, maintainer

Modified Paths:
--------------
    trunk/dports/devel/cppcheck/Portfile

Modified: trunk/dports/devel/cppcheck/Portfile
===================================================================
--- trunk/dports/devel/cppcheck/Portfile	2014-08-05 11:00:56 UTC (rev 123101)
+++ trunk/dports/devel/cppcheck/Portfile	2014-08-05 11:12:35 UTC (rev 123102)
@@ -4,7 +4,7 @@
 PortSystem                  1.0
 
 name                        cppcheck
-version                     1.65
+version                     1.66
 categories                  devel
 license                     GPL-3
 platforms                   darwin
@@ -21,8 +21,8 @@
 homepage                    http://cppcheck.sourceforge.net/
 master_sites                sourceforge:project/cppcheck/cppcheck/${version}
 
-checksums                   rmd160  17a7d54a61faea7a3783a94b18301bce18b1b7ec \
-                            sha256  f684ae47c4556eea87d04f54e3eb9782fca2ba9ff43adaa29a9271177ee6d7ea
+checksums                   rmd160  5a5a8a20c5d49adf185a8bb84f4236c6c86d35a3 \
+                            sha256  9ac0379f3a7ff161d5f8ead579434a11634ca288c6ad706eba04696bb7ce93a0
 
 depends_build               port:libxslt \
                             port:docbook-xsl
@@ -46,6 +46,10 @@
 
 destroot.args               PREFIX=${prefix}
 
+notes                       "If you've updated cppcheck from a previous version," \
+                            "you may want to replace the included config files:" \
+                            "sudo find /opt/local/share/cppcheck -type f -name \"*.cfg.dist\" -exec bash -c 'f=\"\{\}\"; mv \"\$f\" \"\$\{f%.cfg.dist\}.cfg\"' \\;"
+
 post-destroot {
     xinstall -m 444 ${worksrcpath}/cppcheck.1 ${destroot}${prefix}/share/man/man1
     xinstall -d ${destroot}${prefix}/share/cppcheck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140805/e1fa48bc/attachment.html>


More information about the macports-changes mailing list