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

ryandesign at macports.org ryandesign at macports.org
Sun Oct 27 05:50:31 PDT 2013


Revision: 112586
          https://trac.macports.org/changeset/112586
Author:   ryandesign at macports.org
Date:     2013-10-27 05:50:31 -0700 (Sun, 27 Oct 2013)
Log Message:
-----------
LaTeXiT: fix pdftex dependency (it's provided by texlive-basic); reinplace in patch phase not configure phase; remove unnecessary mactex variant; see https://lists.macosforge.org/pipermail/macports-dev/2013-October/024782.html

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

Modified: trunk/dports/tex/LaTeXiT/Portfile
===================================================================
--- trunk/dports/tex/LaTeXiT/Portfile	2013-10-27 12:20:05 UTC (rev 112585)
+++ trunk/dports/tex/LaTeXiT/Portfile	2013-10-27 12:50:31 UTC (rev 112586)
@@ -27,7 +27,7 @@
 use_zip             yes
 
 depends_run         bin:gs:ghostscript \
-                    bin:pdftex:texlive-latex
+                    bin:pdftex:texlive-basic
 
 worksrcdir          ${name}-mainline
 xcode.target        "Automator-CreateEquations" "LaTeXiT Helper" "LaTeXiT"
@@ -36,11 +36,6 @@
 checksums           rmd160  9e8917f1573978373ba09a10dd8ff2a7da90bbdb \
                     sha256  ee05be4b2305454ac767f7cf284e0aeffb9c2c26f1f294c32af1326e6214ab01
 
-use_configure       ues
-configure {
+post-patch {
     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-basic
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131027/98a7141a/attachment.html>


More information about the macports-changes mailing list