Ticket #31739: Portfile.distfiles-from-github.diff

File Portfile.distfiles-from-github.diff, 1.6 KB (added by mklein-de (Michael Klein), 13 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
     
    1616        documentation files provided by Developer Tools and \
    1717        presents the results in a powerful interface.
    1818
    19 homepage        http://homepage.mac.com/aglee/downloads/
    20 master_sites    ${homepage}
    21 distname        ${name}-${version}-src
    22 extract.suffix  .tgz
    23 worksrcdir      ${name}
     19homepage        http://homepage.mac.com/aglee/downloads
    2420
    25 checksums       sha1    7f3d2db40759ea43d1eabc860b6cebde65c3f66c \
    26                 rmd160  b840fb85df73ef17b90291a82dbb9be6cfc3acf8
     21distname        ${version}
     22extract.suffix
    2723
     24master_sites    http://nodeload.github.com/mklein-de/appkido/tarball
     25checksums       sha256  86facd2d797766c94da70a25ab6ddbe50d6c2b9b9792376707cfd7e903504324 \
     26                rmd160  15f501cd979cf6ca903314cf97485ac11799edc4
     27
     28patchfiles      0001-compile-fixes-for-Xcode-3.1.3.patch
     29patch.pre_args  -p1
     30
     31post-extract {
     32        file rename [glob ${workpath}/*-appkido-*] ${worksrcpath}
     33}
     34
    2835xcode.destroot.settings-append  SKIP_INSTALL=NO
    2936
    30 livecheck.type  regex
     37build.dir       ${worksrcpath}/src
     38
    3139livecheck.url   http://homepage.mac.com/aglee/downloads/appkido.html
    32 livecheck.regex "AppKiDo-(.*?)-src.tgz"
     40livecheck.regex "AppKiDo-(\[\\w.\]+).zip"