Ticket #31739: Portfile.diff
File Portfile.diff, 1.2 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 … … 18 18 19 19 homepage http://homepage.mac.com/aglee/downloads/ 20 20 master_sites ${homepage} 21 distname ${name}-${version}-src22 extract.suffix .tgz23 worksrcdir ${name}24 21 25 checksums sha1 7f3d2db40759ea43d1eabc860b6cebde65c3f66c \ 26 rmd160 b840fb85df73ef17b90291a82dbb9be6cfc3acf8 22 fetch.type git 27 23 24 git.url https://github.com/aglee/appkido.git/ 25 git.branch caff4677c2149ce2733ccf01e27d2a54b332631e 26 27 patchfiles 0001-compile-fixes-for-Xcode-3.1.3.patch 28 patch.pre_args -p1 29 28 30 xcode.destroot.settings-append SKIP_INSTALL=NO 29 31 30 livecheck.type regex 32 pre-build { worksrcdir ${distname}/src } 33 pre-destroot { worksrcdir ${distname}/src } 34 31 35 livecheck.url http://homepage.mac.com/aglee/downloads/appkido.html 32 livecheck.regex "AppKiDo-( .*?)-src.tgz"36 livecheck.regex "AppKiDo-(\[\\w.\]+).zip"