Changeset 83150
- Timestamp:
- 08/26/11 08:06:34 (4 years ago)
- Location:
- branches/release_2_0
- Files:
-
- 10 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/portchecksum.tcl (modified) (1 diff)
-
base/src/port1.0/portfetch.tcl (modified) (3 diffs)
-
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: 83149
- Property svn:mergeinfo changed
-
branches/release_2_0/base/portmgr/fedora/macports.spec
- Property svn:mergeinfo changed
/trunk/base/portmgr/fedora/macports.spec merged: 83149
- 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/portchecksum.tcl
r79597 r83150 87 87 && [lsearch -exact $checksum_types [lindex $checksums_str 0]] >= 0} { 88 88 # Convert to format #2 89 set checksums_str [linsert $checksums_str 0 $all_dist_files]89 set checksums_str [linsert $checksums_str 0 [lindex $all_dist_files 0]] 90 90 # We increased the size. 91 91 incr nb_checksum -
branches/release_2_0/base/src/port1.0/portfetch.tcl
r79597 r83150 105 105 106 106 # Set distfiles 107 default distfiles {[ portfetch::suffix $distname]}107 default distfiles {[list [portfetch::suffix $distname]]} 108 108 default dist_subdir {${name}} 109 109 … … 230 230 if {[info exists patchfiles]} { 231 231 foreach file $patchfiles { 232 if {![file exists $filespath/$file]} {232 if {![file exists "${filespath}/${file}"]} { 233 233 set distsite [getdisttag $file] 234 234 set file [getdistname $file] … … 253 253 if {[info exists distfiles]} { 254 254 foreach file $distfiles { 255 if {![file exists $filespath/$file]} {255 if {![file exists "${filespath}/${file}"]} { 256 256 set distsite [getdisttag $file] 257 257 set file [getdistname $file] -
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.

