Ticket #31739: AppKiDo-ryandesign.diff

File AppKiDo-ryandesign.diff, 1.4 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)

fixed patch

  • Portfile

     
    44PortGroup       xcode 1.0
    55
    66name            AppKiDo
    7 version         0.985
     7version         0.986sp4
    88categories      aqua devel
    99platforms       darwin
    1010maintainers     puffin.lb.shuttle.de:michael.klein openmaintainer
     
    1717        presents the results in a powerful interface.
    1818
    1919homepage        http://homepage.mac.com/aglee/downloads/
    20 master_sites    ${homepage}
    21 distname        ${name}-${version}-src
    22 extract.suffix  .tgz
    23 worksrcdir      ${name}
     20master_sites    https://github.com/mklein-de/appkido/tarball/${version}
    2421
    25 checksums       sha1    7f3d2db40759ea43d1eabc860b6cebde65c3f66c \
    26                 rmd160  b840fb85df73ef17b90291a82dbb9be6cfc3acf8
     22checksums       sha256  86facd2d797766c94da70a25ab6ddbe50d6c2b9b9792376707cfd7e903504324 \
     23                rmd160  15f501cd979cf6ca903314cf97485ac11799edc4
    2724
     25patchfiles      0001-compile-fixes-for-Xcode-3.1.3.patch
     26patch.pre_args  -p1
     27
     28post-extract {
     29    move [glob ${workpath}/*] ${worksrcpath}
     30}
     31
     32build.dir       ${worksrcpath}/src
     33
    2834xcode.destroot.settings-append  SKIP_INSTALL=NO
    2935
    3036livecheck.type  regex
    3137livecheck.url   http://homepage.mac.com/aglee/downloads/appkido.html
    32 livecheck.regex "AppKiDo-(.*?)-src.tgz"
     38livecheck.regex "AppKiDo-(\[\\w.\]+).zip"