Changeset 80973
- Timestamp:
- 07/22/11 14:07:02 (4 years ago)
- Location:
- branches/release_2_0
- Files:
-
- 9 edited
-
. (modified) (1 prop)
-
base (modified) (1 prop)
-
base/portmgr/fedora/macports.spec (modified) (1 prop)
-
base/src/pextlib1.0/sha2.c (modified) (1 prop)
-
base/src/pextlib1.0/sha2.h (modified) (1 prop)
-
base/src/pextlib1.0/sha256cmd.c (modified) (1 prop)
-
base/src/pextlib1.0/sha256cmd.h (modified) (1 prop)
-
base/src/port1.0/portutil.tcl (modified) (1 diff)
-
base/src/registry2.0/receipt_sqlite.tcl (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/release_2_0
-
branches/release_2_0/base
- Property svn:mergeinfo changed
/trunk/base merged: 80971
- Property svn:mergeinfo changed
-
branches/release_2_0/base/portmgr/fedora/macports.spec
- Property svn:mergeinfo changed
/trunk/base/portmgr/fedora/macports.spec merged: 80971
- Property svn:mergeinfo changed
-
branches/release_2_0/base/src/pextlib1.0/sha2.c
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/release_2_0/base/src/pextlib1.0/sha2.h
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/release_2_0/base/src/pextlib1.0/sha256cmd.c
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/release_2_0/base/src/pextlib1.0/sha256cmd.h
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/release_2_0/base/src/port1.0/portutil.tcl
r80800 r80973 2021 2021 2022 2022 foreach v $value { 2023 if {[regexp {([-+])([-A-Za-z0-9_]+)} $v whole val variant] } {2023 if {[regexp {([-+])([-A-Za-z0-9_]+)} $v whole val variant] && ![info exists variations($variant)]} { 2024 2024 # Retrieve the information associated with this variant. 2025 2025 if {![info exists vinfo($variant)]} { 2026 2026 set vinfo($variant) {} 2027 2027 } 2028 array unset info 2028 2029 array set info $vinfo($variant) 2029 2030 if {![info exists variations($variant)]} { 2031 # Set is_default and update vinfo. 2032 array set vinfo [list $variant [list is_default $val]] 2033 2034 set variations($variant) $val 2035 } 2030 # Set is_default and update vinfo. 2031 set info(is_default) $val 2032 array set vinfo [list $variant [array get info]] 2033 2034 set variations($variant) $val 2036 2035 } 2037 2036 } -
branches/release_2_0/base/src/registry2.0/receipt_sqlite.tcl
- Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset
for help on using the changeset viewer.

