Ticket #31739: Portfile.3.diff

File Portfile.3.diff, 1.7 KB (added by mklein-de (Michael Klein), 12 years ago)
  • 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
     28# needed by dated libcurl on Leopard (and probably Tiger)
     29fetch.ignore_sslcert yes
     30
     31post-extract {
     32    move [glob ${workpath}/*] ${worksrcpath}
     33}
     34
     35build.dir                       ${worksrcpath}/src
     36xcode.build.settings-append     SDKROOT_i386=${configure.sdkroot} SDKROOT_ppc=${configure.sdkroot}
    2837xcode.destroot.settings-append  SKIP_INSTALL=NO
    2938
    30 livecheck.type  regex
    31 livecheck.url   http://homepage.mac.com/aglee/downloads/appkido.html
    32 livecheck.regex "AppKiDo-(.*?)-src.tgz"
     39livecheck.type                  regex
     40livecheck.url                   http://homepage.mac.com/aglee/downloads/appkido.html
     41livecheck.regex                 "AppKiDo-(\[\\w.\]+).zip"