Revision
69215
Author
dports@macports.org
Date
2010-06-28 16:44:16 -0700 (Mon, 28 Jun 2010)

Log Message

Total nit: "mktexlsr" is the canonical name for "texhash"
nowadays. Not a functional change since texhash is a symlink to
mktexlsr anyway, just trying to satisfy my inner pedant.

Modified Paths

Diff

Modified: trunk/dports/_resources/port1.0/group/texlive-1.0.tcl (69214 => 69215)


--- trunk/dports/_resources/port1.0/group/texlive-1.0.tcl	2010-06-28 23:12:40 UTC (rev 69214)
+++ trunk/dports/_resources/port1.0/group/texlive-1.0.tcl	2010-06-28 23:44:16 UTC (rev 69215)
@@ -262,7 +262,7 @@
     }
 
     post-activate {
-        system "${prefix}/bin/texhash"
+        system "${prefix}/bin/mktexlsr"
         if {${texlive.forceupdatecnf} || ${texlive.languages} != ""} {
             system "${prefix}/libexec/texlive-update-cnf language.dat"
             system "${prefix}/libexec/texlive-update-cnf language.def"
@@ -280,7 +280,7 @@
     post-deactivate {
         # Update ls-R and any config files to reflect that the package
         # is now gone
-        system "${prefix}/bin/texhash"
+        system "${prefix}/bin/mktexlsr"
         if {${texlive.forceupdatecnf} || ${texlive.languages} != ""} {
             system "${prefix}/libexec/texlive-update-cnf language.dat"
             system "${prefix}/libexec/texlive-update-cnf language.def"

Modified: trunk/dports/tex/texlive-bin/Portfile (69214 => 69215)


--- trunk/dports/tex/texlive-bin/Portfile	2010-06-28 23:12:40 UTC (rev 69214)
+++ trunk/dports/tex/texlive-bin/Portfile	2010-06-28 23:44:16 UTC (rev 69215)
@@ -132,7 +132,7 @@
 }
 
 post-activate {
-    system "${prefix}/bin/texhash"
+    system "${prefix}/bin/mktexlsr"
 }
 
 variant atsui description {Use ATSUI instead of freetype for XeTeX font rendering (forces 32-bit)} {

Modified: trunk/dports/tex/texlive-common/Portfile (69214 => 69215)


--- trunk/dports/tex/texlive-common/Portfile	2010-06-28 23:12:40 UTC (rev 69214)
+++ trunk/dports/tex/texlive-common/Portfile	2010-06-28 23:44:16 UTC (rev 69215)
@@ -54,7 +54,7 @@
     xinstall -d ${destroot}${texlive_texmfsysconfig}
 
     # Create empty ls-R files so that they're marked as owned by this
-    # port. The contents will be generated/updated by texhash.
+    # port. The contents will be generated/updated by mktexlsr.
     touch ${destroot}${texlive_texmfmain}/ls-R
     touch ${destroot}${texlive_texmfdist}/ls-R
     touch ${destroot}${texlive_texmflocal}/ls-R