[130650] trunk/dports/python/dot2tex/Portfile

larryv at macports.org larryv at macports.org
Thu Jan 1 22:27:45 PST 2015


Revision: 130650
          https://trac.macports.org/changeset/130650
Author:   larryv at macports.org
Date:     2015-01-01 22:27:45 -0800 (Thu, 01 Jan 2015)
Log Message:
-----------
dot2tex: Replace `+python25` with `+python27`

Modified Paths:
--------------
    trunk/dports/python/dot2tex/Portfile

Modified: trunk/dports/python/dot2tex/Portfile
===================================================================
--- trunk/dports/python/dot2tex/Portfile	2015-01-02 05:28:29 UTC (rev 130649)
+++ trunk/dports/python/dot2tex/Portfile	2015-01-02 06:27:45 UTC (rev 130650)
@@ -5,7 +5,7 @@
 
 name                dot2tex
 version             2.8.7
-revision            2
+revision            3
 categories          graphics print python
 platforms           darwin
 license             MIT
@@ -32,17 +32,14 @@
 
 PortGroup python 1.0
 
-variant python25 conflicts python26 python27 {
-    python.default_version 25
-    depends_lib-append  port:py25-parsing
-}
+variant python25 requires python27 description {Legacy variant} {}
 
-variant python26 conflicts python25 python27 {
+variant python26 conflicts python27 {
     python.default_version 26
     depends_lib-append  port:py26-parsing
 }
 
-variant python27 conflicts python25 python26 {
+variant python27 conflicts python26 {
     python.default_version 27
     depends_lib-append  port:py27-parsing
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150101/bdf8c87a/attachment.html>


More information about the macports-changes mailing list