Ticket #31739: AppKiDo-ryandesign.diff
File AppKiDo-ryandesign.diff, 1.4 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
4 4 PortGroup xcode 1.0 5 5 6 6 name AppKiDo 7 version 0.98 57 version 0.986sp4 8 8 categories aqua devel 9 9 platforms darwin 10 10 maintainers puffin.lb.shuttle.de:michael.klein openmaintainer … … 17 17 presents the results in a powerful interface. 18 18 19 19 homepage http://homepage.mac.com/aglee/downloads/ 20 master_sites ${homepage} 21 distname ${name}-${version}-src 22 extract.suffix .tgz 23 worksrcdir ${name} 20 master_sites https://github.com/mklein-de/appkido/tarball/${version} 24 21 25 checksums sha 1 7f3d2db40759ea43d1eabc860b6cebde65c3f66c\26 rmd160 b840fb85df73ef17b90291a82dbb9be6cfc3acf822 checksums sha256 86facd2d797766c94da70a25ab6ddbe50d6c2b9b9792376707cfd7e903504324 \ 23 rmd160 15f501cd979cf6ca903314cf97485ac11799edc4 27 24 25 patchfiles 0001-compile-fixes-for-Xcode-3.1.3.patch 26 patch.pre_args -p1 27 28 post-extract { 29 move [glob ${workpath}/*] ${worksrcpath} 30 } 31 32 build.dir ${worksrcpath}/src 33 28 34 xcode.destroot.settings-append SKIP_INSTALL=NO 29 35 30 36 livecheck.type regex 31 37 livecheck.url http://homepage.mac.com/aglee/downloads/appkido.html 32 livecheck.regex "AppKiDo-( .*?)-src.tgz"38 livecheck.regex "AppKiDo-(\[\\w.\]+).zip"