[69466] trunk/dports/print/latex2html/Portfile
jmr at macports.org
jmr at macports.org
Wed Jul 7 03:59:14 PDT 2010
Revision: 69466
http://trac.macports.org/changeset/69466
Author: jmr at macports.org
Date: 2010-07-07 03:59:10 -0700 (Wed, 07 Jul 2010)
Log Message:
-----------
latex2html: update texmf install dir (#25561), update latex dep, change texhash to mktexlsr, run mktexlsr in post-deactivate too
Modified Paths:
--------------
trunk/dports/print/latex2html/Portfile
Modified: trunk/dports/print/latex2html/Portfile
===================================================================
--- trunk/dports/print/latex2html/Portfile 2010-07-07 05:57:50 UTC (rev 69465)
+++ trunk/dports/print/latex2html/Portfile 2010-07-07 10:59:10 UTC (rev 69466)
@@ -4,7 +4,7 @@
name latex2html
version 2008
-revision 1
+revision 2
categories print
platforms darwin
maintainers nomaintainer
@@ -20,7 +20,7 @@
sha1 5e0aa47572e0c13a4c5da51e963d5496be3f86e7 \
rmd160 a95f06253d6fc8808ffedcad7edf8235194d7756
-depends_run bin:latex:texlive \
+depends_run bin:latex:texlive-latex \
port:ghostscript \
port:netpbm
@@ -29,12 +29,13 @@
configure.perl ${prefix}/bin/perl
configure.args --without-mktexlsr \
- --with-texpath=${prefix}/share/texmf-local/tex/latex/html
+ --with-texpath=${prefix}/share/texmf/tex/latex/html
post-destroot { reinplace "s|gray85|rgb:d9/d9/d9|g" ${destroot}${prefix}/bin/pstoimg
}
-post-activate { system "texhash" }
+post-activate { system "mktexlsr" }
+post-deactivate { system "mktexlsr" }
livecheck.type regex
livecheck.url "http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/?C=M;O=D"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100707/382a8c5c/attachment.html>
More information about the macports-changes
mailing list