Ticket #32521: Portfile-hexfiend.diff

File Portfile-hexfiend.diff, 1.2 KB (added by larryv (Lawrence Velázquez), 12 years ago)

Portfile patch

  • Portfile

    old new  
    66
    77name        hexfiend
    88epoch       1
    9 version     2.0
     9version     2.1
    1010categories  editors aqua
    1111maintainers dweber openmaintainer
    1212license     BSD
     
    2121distname            HexFiend_Source
    2222dist_subdir         ${name}/${version}
    2323
    24 checksums           rmd160  833cd8d601d0493009e75447aab24572fd64dad8 \
    25                     sha256  6a23ca76cab4aeaf4b0d2219e1cacae78d04ac18d487a2d228a5621ed39bf891
     24checksums           md5     25b4f1eb93ea5d9bb7f21b251f5ef9c4 \
     25                    rmd160  64dfb3a5c65270bffea6553f23b3f55399fb3ef7 \
     26                    sha256  d7f177d8c697a5e834493c6e63d2cf53fa90fc9ca8b0023b3e01e652fde7c0d3
    2627
    2728xcode.target        HexFiend_2
    28 xcode.configuration Release-GC
     29xcode.configuration Release
    2930
    3031destroot {
    31     copy "${worksrcpath}/build/Release-GC/Hex Fiend.app" ${destroot}${applications_dir}
     32    copy "${worksrcpath}/build/Release/Hex Fiend.app" ${destroot}${applications_dir}
    3233    xinstall -d ${destroot}${prefix}/share/doc/${name}
    3334    xinstall -m 644 ${worksrcpath}/License.txt ${destroot}${prefix}/share/doc/${name}
    3435}