[105858] trunk/dports/science/uhd/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed May 8 00:00:54 PDT 2013


Revision: 105858
          https://trac.macports.org/changeset/105858
Author:   ryandesign at macports.org
Date:     2013-05-08 00:00:54 -0700 (Wed, 08 May 2013)
Log Message:
-----------
uhd: rename "tests" variant to "test" to match other ports

Modified Paths:
--------------
    trunk/dports/science/uhd/Portfile

Modified: trunk/dports/science/uhd/Portfile
===================================================================
--- trunk/dports/science/uhd/Portfile	2013-05-08 06:59:02 UTC (rev 105857)
+++ trunk/dports/science/uhd/Portfile	2013-05-08 07:00:54 UTC (rev 105858)
@@ -129,12 +129,12 @@
     return -code error "Exactly one Python variant must be selected."
 }
 
-variant tests description {enable tests} {
+variant test description {enable tests} {
     configure.args-append -DENABLE_TESTS=ON
     test.run yes
 }
 
-if {![variant_isset tests]} {
+if {![variant_isset test]} {
     configure.args-append -DENABLE_TESTS=OFF
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130508/2cba917b/attachment.html>


More information about the macports-changes mailing list