Ticket #44537: Portfile-cppcheck-update.diff

File Portfile-cppcheck-update.diff, 1.5 KB (added by xythobuz@…, 10 years ago)
  • Portfile

    old new  
    44PortSystem                  1.0
    55
    66name                        cppcheck
    7 version                     1.65
     7version                     1.66
    88categories                  devel
    99license                     GPL-3
    1010platforms                   darwin
     
    2121homepage                    http://cppcheck.sourceforge.net/
    2222master_sites                sourceforge:project/cppcheck/cppcheck/${version}
    2323
    24 checksums                   rmd160  17a7d54a61faea7a3783a94b18301bce18b1b7ec \
    25                             sha256  f684ae47c4556eea87d04f54e3eb9782fca2ba9ff43adaa29a9271177ee6d7ea
     24checksums                   rmd160  5a5a8a20c5d49adf185a8bb84f4236c6c86d35a3 \
     25                            sha256  9ac0379f3a7ff161d5f8ead579434a11634ca288c6ad706eba04696bb7ce93a0
    2626
    2727depends_build               port:libxslt \
    2828                            port:docbook-xsl
     
    4343
    4444destroot.args               PREFIX=${prefix}
    4545
     46notes                       "If you've updated cppcheck from a previous version," \
     47                            "you may want to replace the included config files:" \
     48                            "sudo find /opt/local/share/cppcheck -type f -name \"*.cfg.dist\" -exec bash -c 'f=\"\{\}\"; mv \"\$f\" \"\$\{f%.cfg.dist\}.cfg\"' \\;"
     49
    4650post-destroot {
    4751    xinstall -m 444 ${worksrcpath}/cppcheck.1 ${destroot}${prefix}/share/man/man1
    4852    xinstall -d ${destroot}${prefix}/share/cppcheck