[98427] trunk/dports/tex/LaTeXiT/Portfile

singingwolfboy at macports.org singingwolfboy at macports.org
Fri Oct 5 05:07:03 PDT 2012


Revision: 98427
          http://trac.macports.org//changeset/98427
Author:   singingwolfboy at macports.org
Date:     2012-10-05 05:07:03 -0700 (Fri, 05 Oct 2012)
Log Message:
-----------
latexit: updated to 2.5.0, fix amlint bug, reduce dependencies

Modified Paths:
--------------
    trunk/dports/tex/LaTeXiT/Portfile

Modified: trunk/dports/tex/LaTeXiT/Portfile
===================================================================
--- trunk/dports/tex/LaTeXiT/Portfile	2012-10-05 11:23:37 UTC (rev 98426)
+++ trunk/dports/tex/LaTeXiT/Portfile	2012-10-05 12:07:03 UTC (rev 98427)
@@ -4,7 +4,7 @@
 PortGroup           xcode 1.0
 
 name                LaTeXiT
-version             2.4.1
+version             2.5.0
 set und_vers        [string map {. _} ${version}]
 categories          tex aqua
 license             CeCILL-2
@@ -27,16 +27,20 @@
 use_zip             yes
 
 depends_run         bin:gs:ghostscript \
-                    bin:pdftex:texlive
+                    bin:pdftex:texlive-basic
 
 worksrcdir          ${name}-mainline
 xcode.target        "Automator-CreateEquations" "LaTeXiT Helper" "LaTeXiT"
 xcode.configuration "Development"
 
-checksums           md5     6b255451862ebe658e5d637d3bdd7ea1 \
-                    sha1    f6d64f635b290b5b983911956c3e12e80d278ae0 \
-                    rmd160  3340aa979e2b22e777e9f7340ff5edee7d503c97
+checksums           rmd160  9e8917f1573978373ba09a10dd8ff2a7da90bbdb \
+                    sha256  ee05be4b2305454ac767f7cf284e0aeffb9c2c26f1f294c32af1326e6214ab01
 
+use_configure       ues
+configure {
+    reinplace "s|/usr/bin/amlint|xcrun amlint|g" ${worksrcpath}/LaTeXiT.xcodeproj/project.pbxproj
+}
+
 variant mactex description "Use MacTeX instead of TeX Live" {
-    depends_run-delete    bin:pdftex:texlive
+    depends_run-delete    bin:pdftex:texlive-basic
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121005/d1046dbb/attachment.html>


More information about the macports-changes mailing list