Changes between Initial Version and Version 1 of Ticket #66404, comment 10


Ignore:
Timestamp:
Dec 16, 2022, 5:43:36 PM (17 months ago)
Author:
vallon (Justin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66404, comment 10

    initial v1  
    11The original problem seems to be installing binaries.  The source checksums fail (as well):
    22
    3 Portfile lists master_sites http://opensource.apple.com/tarballs/${name}
    4 port log shows :notice:fetch --->  Attempting to fetch bsdmake-24.tar.gz from http://opensource.apple.com/tarballs/bsdmake
    5 wget of that does some redirects:
    6   original           http://opensource.apple.com/tarballs/bsdmake/bsdmake-24.tar.gz
    7   to https           https://opensource.apple.com/tarballs/bsdmake/bsdmake-24.tar.gz
    8   to github          https://github.com/apple-oss-distributions/bsdmake/archive/refs/tags/bsdmake-24.tar.gz
    9   to codeload.github https://codeload.github.com/apple-oss-distributions/bsdmake/tar.gz/refs/tags/bsdmake-24
     3- Portfile lists master_sites http://opensource.apple.com/tarballs/${name}
     4- port log shows :notice:fetch --->  Attempting to fetch bsdmake-24.tar.gz from http://opensource.apple.com/tarballs/bsdmake
     5- wget of that does some redirects:
     6  - original           http://opensource.apple.com/tarballs/bsdmake/bsdmake-24.tar.gz
     7  - to https           https://opensource.apple.com/tarballs/bsdmake/bsdmake-24.tar.gz
     8  - to github          https://github.com/apple-oss-distributions/bsdmake/archive/refs/tags/bsdmake-24.tar.gz
     9  - to codeload.github https://codeload.github.com/apple-oss-distributions/bsdmake/tar.gz/refs/tags/bsdmake-24
    1010
     11{{{
    1112$ sha256sum bsdmake-24.tar.gz
    1213096f333f94193215931a9fab86b9bca0713fbd22ec465bf55510067b53940e62  bsdmake-24.tar.gz
    1314$ port cat bsdmake | grep sha256
    1415sha256  82a948b80c2abfc61c4aa5c1da775986418a8e8eb3dd896288cfadf2e19c4985
     16}}}
     17
     18edit: formatting