## John Marino (FreeBSD) ([email protected]): > For each distribution file listed in a port's distinfo file, the file's > size and SHA256 hash is provided. However, after a distribution file > candidate is downloaded, only the file's size is verified to match the > requirements. The downloaded file is never hashed to verify it matches the > required checksum.
The distinfo check comes in the "checksum" target, and that's run past fetch and before extract (in case of "make all" - for more details check targets in bsd.port.mk). That's also well documented in bsd.port.mk: # Default sequence for "all" is: # # check-sanity fetch checksum extract patch configure build (line 625, as of now). Regards, Christoph -- Spare Space
