Re: Checksum -s of apple-pki-bundle fetches from MacPorts, not Source

2022-11-13 Thread Steven Smith
Thank you! Please see: https://github.com/macports/macports-ports/pull/16674 > On Nov 13, 2022, at 8:16 PM, Daniel J. Luke wrote: > > -s just tells port to not fetch the 'binary archives', it doesn't tell port > to not use the macports distfile mirror. > > The files on the mirror will have a h

Re: Checksum -s of apple-pki-bundle fetches from MacPorts, not Source

2022-11-13 Thread Daniel J. Luke
-s just tells port to not fetch the 'binary archives', it doesn't tell port to not use the macports distfile mirror. The files on the mirror will have a hash that matches the portfile, so they'll be the same as what the port maintainer downloaded from the master_sites (and the port command will

Re: Checksum -s of apple-pki-bundle fetches from MacPorts, not Source

2022-11-13 Thread Steven Smith
I’ve updated this port locally, but port is still fetching the old file from https://distfiles.macports.org/apple-pki-bundle , not the master_sites URL specified in the Portfile. May I please get some help determining what is causing this issue?