Changeset 79441
- Timestamp:
- 06/13/11 06:19:58 (4 years ago)
- File:
-
- 1 edited
-
trunk/base/src/port1.0/portdistfiles.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/port1.0/portdistfiles.tcl
r78062 r79441 54 54 55 55 proc portdistfiles::distfiles_main {args} { 56 global UI_PREFIX master_sites checksums_array portdbpath dist_subdir 56 global UI_PREFIX master_sites checksums_array portdbpath dist_subdir all_dist_files 57 57 58 58 # give up on ports that do not provide URLs … … 64 64 set fetch_urls {} 65 65 portfetch::checkfiles fetch_urls 66 67 # also give up on ports that don't have any distfiles 68 if {![info exists all_dist_files]} { 69 return 0 70 } 66 71 67 72 # get checksum data from the portfile and parse it
Note: See TracChangeset
for help on using the changeset viewer.

