Ticket #31158: v3.3.4.diff

File v3.3.4.diff, 1.5 KB (added by 0xced (Cédric Luthi), 13 years ago)
  • Portfile

     
    44PortGroup   xcode 1.0
    55
    66name            class-dump
    7 version         3.3.3
     7version         3.3.4
    88license         GPL-2
    99categories      devel
    10 maintainers     waqar openmaintainer
     10maintainers     gmail:cedric.luthi
    1111description     Utility for examining the Objective-C segment of Mach-O files.
    1212long_description        \
    1313        It generates declarations for the classes, categories and       \
     
    1818master_sites    http://www.codethecode.com/download/
    1919use_bzip2               yes
    2020
    21 checksums           sha1    a28e06db52966b2c6d1f16e1e1fbdbae83ca8b08 \
    22                     rmd160  e5adc156ca75688adf8049e37fdb9d7a932ea087
     21checksums           sha1    1e43a3cab522565b0773aab18c40b232f231c46c \
     22                    rmd160  7ed74aaadafb59215ac0cb92064073f871d3d919
    2323
     24patchfiles      patch-dyld-info-compat.h.diff
    2425worksrcdir      ${distname}/src
    2526
    26 xcode.target    all
     27xcode.target    ${name}
    2728
    2829xcode.configuration Release
    2930xcode.destroot.path ${prefix}/bin
    3031
    31 if {${os.major} < 9} {
     32if {${os.major} < 10} {
    3233    pre-fetch {
    33         return -code error "$name requires Mac OS X 10.5 or later."
     34        return -code error "$name requires Mac OS X 10.6 or later."
    3435    }
    3536}
    3637
    3738post-destroot {
    3839    set docdir ${prefix}/share/doc/${name}
    3940    xinstall -d ${destroot}${docdir}
    40     xinstall -m 644 ${worksrcpath}/../README ${destroot}${docdir}
     41    xinstall -m 644 ${worksrcpath}/../README.md ${destroot}${docdir}
     42    delete ${destroot}${prefix}/bin/libMachObjC.a
    4143}
    4244
    4345livecheck.type  regex