[68483] trunk/dports/tex/LaTeXiT/Portfile
singingwolfboy at macports.org
singingwolfboy at macports.org
Fri Jun 4 08:31:34 PDT 2010
Revision: 68483
http://trac.macports.org/changeset/68483
Author: singingwolfboy at macports.org
Date: 2010-06-04 08:31:28 -0700 (Fri, 04 Jun 2010)
Log Message:
-----------
updated LaTeXiT to v2.2.0, added dependency on pdftex, along with variant to specify external pdftex
Modified Paths:
--------------
trunk/dports/tex/LaTeXiT/Portfile
Modified: trunk/dports/tex/LaTeXiT/Portfile
===================================================================
--- trunk/dports/tex/LaTeXiT/Portfile 2010-06-04 14:48:02 UTC (rev 68482)
+++ trunk/dports/tex/LaTeXiT/Portfile 2010-06-04 15:31:28 UTC (rev 68483)
@@ -4,7 +4,7 @@
PortGroup xcode 1.0
name LaTeXiT
-version 2.1.1
+version 2.2.0
set und_vers [string map {. _} ${version}]
categories tex aqua
platforms darwin
@@ -27,12 +27,17 @@
distname ${name}-source-${und_vers}
use_zip yes
-depends_run port:ghostscript
+depends_run bin:gs:ghostscript \
+ bin:pdftex:texlive
worksrcdir ${name}-mainline
xcode.target "Automator-CreateEquations" "LaTeXiT Helper" "LaTeXiT"
xcode.configuration "Development"
-checksums md5 1bd6580ef05ce491479fa7d3216cf902 \
- sha1 4dbc43d3ed55275d41a9862b68e90a12e81c4ef7 \
- rmd160 4cf5e768e952d6ab95546dc2393c58cde63541de
+checksums md5 9ed138de9cbaed6e33e6e323bfdf8856 \
+ sha1 571b5299b4d9a65a533e53963ece8278fd9056c9 \
+ rmd160 6608a2660590c28e24110b19d7441748ad837937
+
+variant mactex description "If your TeX distribution is MacTeX" {
+ depends_run-delete bin:pdftex:texlive
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100604/b2e10531/attachment.html>
More information about the macports-changes
mailing list