Modified: trunk/base/src/package1.0/portarchivefetch.tcl (147455 => 147456)
--- trunk/base/src/package1.0/portarchivefetch.tcl 2016-04-04 14:06:34 UTC (rev 147455)
+++ trunk/base/src/package1.0/portarchivefetch.tcl 2016-04-04 14:24:27 UTC (rev 147456)
@@ -137,7 +137,9 @@
# returns full path to mirror list file
proc portarchivefetch::get_full_archive_sites_path {} {
global archive_sites.listfile archive_sites.listpath porturl
- return [getportresourcepath $porturl [file join ${archive_sites.listpath} ${archive_sites.listfile}]]
+ # look up archive sites only from this ports tree,
+ # do not fallback to the default
+ return [getportresourcepath $porturl [file join ${archive_sites.listpath} ${archive_sites.listfile}] no]
}
# Perform the full checksites/checkarchivefiles sequence.