https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295726
Benjamin Takacs <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Benjamin Takacs <[email protected]> --- easier reproducer, that doesn't depend on poudriere, previously fetched distfiles or the python port: 1. mkdir /tmp/bug-295726 2. touch /tmp/bug-295726/freebsd-pkg-2.7.5_GH0.tar.gz 3. Go to the ports-mgmt/pkg port 4. DISTDIR=/tmp/bug-295726 make fetch 4.1. notice that nothing gets fetched 5. DISTDIR=/tmp/bug-295726 FETCH_REGET=0 make checksum => SHA256 Checksum mismatch for freebsd-pkg-2.7.5_GH0.tar.gz. So make fetch skips fetching solely based on the filename. -- You are receiving this mail because: You are the assignee for the bug.
