Ticket #43903: Portfile-LaTeXiT.diff
File Portfile-LaTeXiT.diff, 1.4 KB (added by Schamschula (Marius Schamschula), 10 years ago) |
---|
-
Portfile
old new 4 4 PortGroup xcode 1.0 5 5 6 6 name LaTeXiT 7 version 2. 5.07 version 2.7.3 8 8 set und_vers [string map {. _} ${version}] 9 9 categories tex aqua 10 10 license CeCILL-2 … … 29 29 depends_run bin:gs:ghostscript \ 30 30 bin:pdftex:texlive-basic 31 31 32 depends_lib port:openssl 33 32 34 worksrcdir ${name}-mainline 33 35 xcode.target "Automator-CreateEquations" "LaTeXiT Helper" "LaTeXiT" 34 36 xcode.configuration "Development" 35 37 36 checksums rmd160 9e8917f1573978373ba09a10dd8ff2a7da90bbdb \ 37 sha256 ee05be4b2305454ac767f7cf284e0aeffb9c2c26f1f294c32af1326e6214ab01 38 checksums rmd160 087e497c3de97e110bb2437a581561b71260a1c5 \ 39 sha256 07dadb4078f47d260bf304bfe8028133779676baff757582a5cbe7a90988ff96 40 41 patchfiles patch-LaTeXiT.xcodeproj-project.pbxproj.diff \ 42 patch-MyImageView.m.diff \ 43 patch-NSDataExtended.m.diff 38 44 39 45 post-patch { 40 46 reinplace "s|/usr/bin/amlint|xcrun amlint|g" ${worksrcpath}/LaTeXiT.xcodeproj/project.pbxproj 41 47 } 48 49 livecheck.type regex 50 livecheck.url http://pierre.chachatelier.fr/latexit/latexit-downloads.php?lang=en 51 livecheck.regex "Version (\\d+(?:\\.\\d+)*)"