[25070] branches/dp2mp-move/base/src/port1.0/portutil.tcl

source_changes at macosforge.org source_changes at macosforge.org
Sat May 12 23:46:46 PDT 2007


Revision: 25070
          http://trac.macosforge.org/projects/macports/changeset/25070
Author:   jmpp at macports.org
Date:     2007-05-12 23:46:45 -0700 (Sat, 12 May 2007)

Log Message:
-----------
Merge Eridius' r25032: Remove two completely useless  lines from variant and platform procs.

Modified Paths:
--------------
    branches/dp2mp-move/base/src/port1.0/portutil.tcl

Modified: branches/dp2mp-move/base/src/port1.0/portutil.tcl
===================================================================
--- branches/dp2mp-move/base/src/port1.0/portutil.tcl	2007-05-13 06:45:12 UTC (rev 25069)
+++ branches/dp2mp-move/base/src/port1.0/portutil.tcl	2007-05-13 06:46:45 UTC (rev 25070)
@@ -353,7 +353,6 @@
 # Portfile level procedure to provide support for declaring variants
 proc variant {args} {
     global all_variants PortInfo
-    upvar $args upargs
     
     set len [llength $args]
     set code [lindex $args end]
@@ -481,7 +480,6 @@
 # be more readable, and support arch and version specifics
 proc platform {args} {
     global all_variants PortInfo os.platform os.arch os.version
-    upvar $args upargs
     
     set len [llength $args]
     set code [lindex $args end]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070512/43942fd1/attachment.html


More information about the macports-changes mailing list