Changeset 98427


Ignore:
Timestamp:
Oct 5, 2012, 12:07:03 PM (12 years ago)
Author:
singingwolfboy@…
Message:

latexit: updated to 2.5.0, fix amlint bug, reduce dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/tex/LaTeXiT/Portfile

    r85773 r98427  
    55
    66name                LaTeXiT
    7 version             2.4.1
     7version             2.5.0
    88set und_vers        [string map {. _} ${version}]
    99categories          tex aqua
     
    2828
    2929depends_run         bin:gs:ghostscript \
    30                     bin:pdftex:texlive
     30                    bin:pdftex:texlive-basic
    3131
    3232worksrcdir          ${name}-mainline
     
    3434xcode.configuration "Development"
    3535
    36 checksums           md5     6b255451862ebe658e5d637d3bdd7ea1 \
    37                     sha1    f6d64f635b290b5b983911956c3e12e80d278ae0 \
    38                     rmd160  3340aa979e2b22e777e9f7340ff5edee7d503c97
     36checksums           rmd160  9e8917f1573978373ba09a10dd8ff2a7da90bbdb \
     37                    sha256  ee05be4b2305454ac767f7cf284e0aeffb9c2c26f1f294c32af1326e6214ab01
     38
     39use_configure       ues
     40configure {
     41    reinplace "s|/usr/bin/amlint|xcrun amlint|g" ${worksrcpath}/LaTeXiT.xcodeproj/project.pbxproj
     42}
    3943
    4044variant mactex description "Use MacTeX instead of TeX Live" {
    41     depends_run-delete    bin:pdftex:texlive
     45    depends_run-delete    bin:pdftex:texlive-basic
    4246}
Note: See TracChangeset for help on using the changeset viewer.