Ticket #7376: Portfile.diff

File Portfile.diff, 1.0 KB (added by andrewmy@…, 18 years ago)

Diff of old and new portfile

  • Portfile

    old new  
    22
    33PortSystem 1.0
    44name        MenuMeters
    5 version     1.2.2
     5version     1.3
    66categories  aqua sysutils
    77maintainers waqaratopendarwin.org
    88description Set of CPU, memory, disk, and network monitoring tools
     
    1515platforms   macosx
    1616master_sites    http://www.ragingmenace.com/software/download
    1717distname    ${name}
    18 checksums   md5 539849d29ea625c66c5633242760f561            \
    19         sha1 70cdd49de0459623ba3031866fbbf16eca46587f
     18checksums   md5 e2957c514a1222b3ab8d4414dd1806eb            \
     19        sha1 fc00ebd506f89014a92372bc1bbe738f53409155
    2020
    2121post-extract    {
    2222    file rename ${workpath}/${name}\ ${version}\ Source ${worksrcpath}
     
    3030
    3131destroot    {
    3232    xinstall -m 755 -d ${destroot}/Library/PreferencePanes
    33     file copy ${worksrcpath}/build/${name}.prefPane         \
     33    file copy ${worksrcpath}/build/release/${name}.prefPane         \
    3434        ${destroot}/Library/PreferencePanes
    3535}