mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
928dc476a47740f35b22c118f05ba5e1163fea2e
When attempting to update the local PortIndex from the precomputed version for the current OS/arch, there is sometimes a preexisting version with the correct mtime and size, but not the correct content. With the default options, rsync fails to update it. This change suppresses skipping based on size and time (for the index-related files, not the tarball). This bug has no obvious user-visible effect, since the bad PortIndex fails the signature check and is then regenerated, costing extra time but not malfunctioning. It's visible in the debug output. TESTED: Now correctly uses the downloaded index in a formerly failing case.
macports-base
This repository contains the source code for the MacPorts command-line client.
Official documentation: https://guide.macports.org/
Description
Languages
Tcl
51.7%
C
33.7%
Assembly
9.6%
M4
2.7%
Shell
1.2%
Other
1.1%