[121755] trunk/dports/tex/texlive-bin-extra/Portfile

dports at macports.org dports at macports.org
Sun Jul 6 19:42:46 PDT 2014


Revision: 121755
          https://trac.macports.org/changeset/121755
Author:   dports at macports.org
Date:     2014-07-06 19:42:46 -0700 (Sun, 06 Jul 2014)
Log Message:
-----------
texlive-bin-extra: add missing deactivate hack for texlive-latex-extra;
per report at
https://lists.macosforge.org/pipermail/macports-users/2014-July/035826.html

Modified Paths:
--------------
    trunk/dports/tex/texlive-bin-extra/Portfile

Modified: trunk/dports/tex/texlive-bin-extra/Portfile
===================================================================
--- trunk/dports/tex/texlive-bin-extra/Portfile	2014-07-07 00:19:16 UTC (rev 121754)
+++ trunk/dports/tex/texlive-bin-extra/Portfile	2014-07-07 02:42:46 UTC (rev 121755)
@@ -34,4 +34,15 @@
                     port:pdfjam \
                     port:dvipng
 
+# TL 2014: ps4pdf (pst-pdf) moved from texlive-latex-extra to
+# texlive-bin-extra
+pre-activate {
+    if { ![catch {set vers [lindex [registry_active texlive-latex-extra] 0]}]
+         && ([vercmp [lindex $vers 1] 34239] < 0
+             || [vercmp [lindex $vers 1] 34239] == 0
+             && [lindex $vers 2] < 1)} {
+        registry_deactivate_composite texlive-latex-extra "" [list ports_nodepcheck 1]
+    }
+}
+
 texlive.texmfport
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140706/74aa511b/attachment.html>


More information about the macports-changes mailing list