Am 11.02.2021 um 03:12 schrieb Ryan Schmidt <[email protected]>: > > On Feb 10, 2021, at 11:14, Rainer Müller wrote: > >> Your suspicion is correct, all buildbots run on case-sensitive filesystems. >> Direct access is not possible and it is wiped directly after the build as >> disk >> space is a rare resource for this setup. >> >> You can already see it when inspecting the tarball directly: >> >> $ tar tf 76e6ecda942f9e328efde7883ad75aed7290b632.tar.gz >> KeePassKit-76e6ecda942f9e328efde7883ad75aed7290b632/ >> ... >> >> I am not sure if there is a canonical way to solve this with the github port >> group, but I think it could work to set the worksrcdir with the right >> capitalization: >> >> worksrcdir KeePassKit-${version} > > Don't do that. Instead, correct the github.setup line. It currently reads: > > github.setup MacPass keepasskit 76e6ecda942f9e328efde7883ad75aed7290b632 > > The third word should be KeePassKit not keepasskit to match the > capitalization on the GitHub web site. >
Thank you both for your input. I fixed the capitalization for MacPass and all its dependencies: https://github.com/macports/macports-ports/pull/9997 I also added the Version 2.4.8-RC for versionless KeePassKit.
