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