[100618] trunk/dports/_resources/port1.0/group

cal at macports.org cal at macports.org
Mon Dec 17 13:14:10 PST 2012


Revision: 100618
          https://trac.macports.org/changeset/100618
Author:   cal at macports.org
Date:     2012-12-17 13:14:10 -0800 (Mon, 17 Dec 2012)
Log Message:
-----------
active_variants portgroups: fix mistake in documentation

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/active_variants-1.0.tcl
    trunk/dports/_resources/port1.0/group/active_variants-1.1.tcl

Modified: trunk/dports/_resources/port1.0/group/active_variants-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/active_variants-1.0.tcl	2012-12-17 21:12:39 UTC (rev 100617)
+++ trunk/dports/_resources/port1.0/group/active_variants-1.0.tcl	2012-12-17 21:14:10 UTC (rev 100618)
@@ -31,7 +31,7 @@
 #
 # Usage:
 # PortGroup       active_variants 1.0
-# if {[catch {set result [active_variants $name $required $forbidden]}]} {
+# if {![catch {set result [active_variants $name $required $forbidden]}]} {
 #   if {$result} {
 #     # code to be executed if $name is active with at least all variants in
 #     # $required and none from $forbidden

Modified: trunk/dports/_resources/port1.0/group/active_variants-1.1.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/active_variants-1.1.tcl	2012-12-17 21:12:39 UTC (rev 100617)
+++ trunk/dports/_resources/port1.0/group/active_variants-1.1.tcl	2012-12-17 21:14:10 UTC (rev 100618)
@@ -31,7 +31,7 @@
 #
 # Usage:
 # PortGroup       active_variants 1.1
-# if {[catch {set result [active_variants $name $required $forbidden]}]} {
+# if {![catch {set result [active_variants $name $required $forbidden]}]} {
 #   if {$result} {
 #     # code to be executed if $name is active with at least all variants in
 #     # $required and none from $forbidden
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121217/7457caf0/attachment.html>


More information about the macports-changes mailing list