[112561] trunk/dports/aqua/namebench/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Oct 26 00:23:07 PDT 2013


Revision: 112561
          https://trac.macports.org/changeset/112561
Author:   ryandesign at macports.org
Date:     2013-10-26 00:23:07 -0700 (Sat, 26 Oct 2013)
Log Message:
-----------
namebench: make python27 the default variant only if another python version hasn't already been chosen; add modeline

Modified Paths:
--------------
    trunk/dports/aqua/namebench/Portfile

Modified: trunk/dports/aqua/namebench/Portfile
===================================================================
--- trunk/dports/aqua/namebench/Portfile	2013-10-26 07:09:09 UTC (rev 112560)
+++ trunk/dports/aqua/namebench/Portfile	2013-10-26 07:23:07 UTC (rev 112561)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -41,4 +42,6 @@
 variant python27 conflicts python24 python25 python26 {
     depends_lib         port:py27-libnamebench
 }
-default_variants    +python27
+if {![variant_isset python24] && ![variant_isset python25] && ![variant_isset python26] && ![variant_isset python27]} {
+    default_variants    +python27
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131026/45df1a5a/attachment.html>


More information about the macports-changes mailing list