Ticket #23141: class-dump-3.3.1.diff

File class-dump-3.3.1.diff, 1.3 KB (added by nox@…, 14 years ago)
  • dports/devel/class-dump/Portfile

    diff --git a/dports/devel/class-dump/Portfile b/dports/devel/class-dump/Portfile
    index bbd6027..b4a2db0 100644
    a b PortSystem 1.0 
    44PortGroup   xcode 1.0
    55
    66name            class-dump
    7 version         3.3
     7version         3.3.1
     8license     GPLv2
    89categories      devel
    910maintainers     waqar
    1011description     Utility for examining the Objective-C segment of Mach-O files.
    long_description \ 
    1617homepage        http://www.codethecode.com/projects/class-dump/
    1718master_sites    http://www.codethecode.com/download/
    1819
    19 checksums           md5     e0825fc1628472c1df790706ce70d41a \
    20                     sha1    ddeaeadc55a98f06462090353135197a517d3735 \
    21                     rmd160  fb0c4ccfca486cce9515567fc3c8d3d6b0ac3c59
     20checksums       md5     9b20695f9c10ae5dcaf22518ef8c290b \
     21                sha1    35b7fbb31d9bf2a23f1a6c1ccf6f97a14081c746 \
     22                rmd160  1fe7069b2cb8dedc28f5297f5989f069eb6847bb
    2223
    2324worksrcdir      ${distname}/src
    2425
    if {${os.major} < 9} { 
    3334    }
    3435}
    3536
     37post-destroot {
     38    set docdir ${prefix}/share/doc/${name}
     39    xinstall -d ${destroot}${docdir}
     40    xinstall -m 644 ${worksrcpath}/../README ${destroot}${docdir}
     41}
     42
    3643livecheck.type  regex
    3744livecheck.url   ${homepage}changes/
    3845livecheck.regex {Version (\d+(?:\.\d+)*) -}