[133761] trunk/dports/textproc/dblatex/Portfile

cal at macports.org cal at macports.org
Tue Mar 10 14:37:33 PDT 2015


Revision: 133761
          https://trac.macports.org/changeset/133761
Author:   cal at macports.org
Date:     2015-03-10 14:37:33 -0700 (Tue, 10 Mar 2015)
Log Message:
-----------
dblatex: Run mktexlsr on deactivate, rebuild texlsr by increasing revision, because recent changes to dblatex may have left it in an incoherent state, closes #47083

Modified Paths:
--------------
    trunk/dports/textproc/dblatex/Portfile

Modified: trunk/dports/textproc/dblatex/Portfile
===================================================================
--- trunk/dports/textproc/dblatex/Portfile	2015-03-10 21:22:26 UTC (rev 133760)
+++ trunk/dports/textproc/dblatex/Portfile	2015-03-10 21:37:33 UTC (rev 133761)
@@ -3,10 +3,11 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
+PortGroup           texlive 1.0
 
 name                dblatex
 version             0.3.5
-revision            2
+revision            3
 categories          textproc tex
 maintainers         cal openmaintainer
 license             GPL-2+
@@ -69,9 +70,13 @@
 }
 
 post-activate {
-    system "${prefix}/bin/mktexlsr"
+    texlive.mktexlsr
 }
 
+post-deactivate {
+    texlive.mktexlsr
+}
+
 livecheck.type      regex
 livecheck.url       http://sourceforge.net/projects/${name}/files/
 livecheck.regex     /${name}-(\[0-9.\]+)/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150310/abcee900/attachment.html>


More information about the macports-changes mailing list