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

larryv at macports.org larryv at macports.org
Sun Jan 4 16:49:07 PST 2015


Revision: 131005
          https://trac.macports.org/changeset/131005
Author:   larryv at macports.org
Date:     2015-01-04 16:49:07 -0800 (Sun, 04 Jan 2015)
Log Message:
-----------
dblatex: Use Python 2.7 always (#46399)

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

Modified: trunk/dports/textproc/dblatex/Portfile
===================================================================
--- trunk/dports/textproc/dblatex/Portfile	2015-01-05 00:49:05 UTC (rev 131004)
+++ trunk/dports/textproc/dblatex/Portfile	2015-01-05 00:49:07 UTC (rev 131005)
@@ -6,6 +6,7 @@
 
 name                dblatex
 version             0.3.5
+revision            1
 categories          textproc tex
 maintainers         cal openmaintainer
 license             GPL-2+
@@ -46,23 +47,8 @@
 patchfiles          patch-setup.py-remove-debian-installer.diff
 
 python.link_binaries no
+python.default_version 27
 
-variant python25 conflicts python26 python27 {
-    python.default_version 25
-}
-
-variant python26 conflicts python25 python27 {
-    python.default_version 26
-}
-
-variant python27 conflicts python25 python26 {
-    python.default_version 27
-}
-
-if {![variant_isset python25] && ![variant_isset python26]} {
-    default_variants +python27
-}
-
 # this gets assigned before python.bin is set to the version selected by the variant
 #destroot.cmd        ${python.bin} setup.py
 destroot.destdir    --root=${destroot} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150104/c2e7ce96/attachment.html>


More information about the macports-changes mailing list