Ticket #43903: Portfile-LaTeXiT.2.diff

File Portfile-LaTeXiT.2.diff, 1.4 KB (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
    44PortGroup           xcode 1.0
    55
    66name                LaTeXiT
    7 version             2.5.0
     7version             2.7.4
    88set und_vers        [string map {. _} ${version}]
    99categories          tex aqua
    1010license             CeCILL-2
     
    2929depends_run         bin:gs:ghostscript \
    3030                    bin:pdftex:texlive-basic
    3131
     32depends_lib             port:openssl
     33
    3234worksrcdir          ${name}-mainline
    3335xcode.target        "Automator-CreateEquations" "LaTeXiT Helper" "LaTeXiT"
    3436xcode.configuration "Development"
    3537
    36 checksums           rmd160  9e8917f1573978373ba09a10dd8ff2a7da90bbdb \
    37                     sha256  ee05be4b2305454ac767f7cf284e0aeffb9c2c26f1f294c32af1326e6214ab01
     38checksums           rmd160  d596529fed80f4ae79a10002ba5f4254813c8d43 \
     39                    sha256  153095b4edcbdaef0e80a2064d9ed8725cc00c63093fd414a8fd5518c48ce708
     40
     41patchfiles          patch-LaTeXiT.xcodeproj-project.pbxproj.diff \
     42                    patch-MyImageView.m.diff \
     43                    patch-NSDataExtended.m.diff
    3844
    3945post-patch {
    4046    reinplace "s|/usr/bin/amlint|xcrun amlint|g" ${worksrcpath}/LaTeXiT.xcodeproj/project.pbxproj
    4147}
     48
     49livecheck.type      regex
     50livecheck.url       http://pierre.chachatelier.fr/latexit/latexit-downloads.php?lang=en
     51livecheck.regex     "Version (\\d+(?:\\.\\d+)*)"