Ticket #34522: google-perftools-2.0.patch

File google-perftools-2.0.patch, 1.3 KB (added by robsonpeixoto@…, 12 years ago)
  • Portfile

     
    44PortSystem 1.0
    55
    66name            google-perftools
    7 version         1.7
     7version         2.0
    88description     Fast, multi-threaded malloc() and nifty performance analysis tools
    99long_description    These tools are for use by developers so that they can create \
    1010    more robust applications. Especially of use to those developing multi-threaded \
     
    1414license         BSD
    1515categories      devel
    1616platforms       darwin
    17 homepage        http://code.google.com/p/google-perftools/
    18 master_sites    http://google-perftools.googlecode.com/files/
     17homepage        http://code.google.com/p/gperftools/
     18master_sites    http://gperftools.googlecode.com/files/
    1919
    20 checksums       sha1    e3a65f71aee9270572f7aafa421858e39da1a9a8 \
    21                 rmd160  176451ef2bf6c9090f2446678ff2cca957eb4f42
     20distname        gperftools-${version}
    2221
     22checksums       sha1    da7181a7ba9b5ee7302daf6c16e886c179fe8d1b \
     23                rmd160  565943c6e6ca4e7cc318d98d46dcf757f7486bd3
     24
    2325configure.args      --mandir=${prefix}/share/man
    2426# http://code.google.com/p/google-perftools/issues/detail?id=66
    2527if {![variant_isset universal] && $build_arch == "x86_64" ||