[MacPorts] #66404: bsdmake @24_1 checksum mismatch

MacPorts noreply at macports.org
Fri Dec 16 18:32:00 UTC 2022


#66404: bsdmake @24_1 checksum mismatch
---------------------------+----------------------
  Reporter:  feinbein1968  |      Owner:  raimue
      Type:  defect        |     Status:  assigned
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.8.0
Resolution:                |   Keywords:
      Port:  bsdmake       |
---------------------------+----------------------

Comment (by vallon):

 Internet archive to the rescue:
 http://web.archive.org/web/20210124223828/http://opensource.apple.com/tarballs/bsdmake/bsdmake-24.tar.gz

 {{{
 $ wget
 http://web.archive.org/web/20210124223828/http://opensource.apple.com/tarballs/bsdmake/bsdmake-24.tar.gz
 ...
 $ sha256sum bsdmake-24.tar.gz
 82a948b80c2abfc61c4aa5c1da775986418a8e8eb3dd896288cfadf2e19c4985
 bsdmake-24.tar.gz
 }}}

 That matches the Portfile.

 The contents are identical, but the top-level directory name is different
 (old bsdmake-24 new bsdmake-bsdmake-24).  The github format is
 $reponame-$tagname, and the tag in the git repo is "bsdmake-24":

 {{{
 $ sha256sum archive/bsdmake-24.tar.gz github/bsdmake-24.tar.gz
 82a948b80c2abfc61c4aa5c1da775986418a8e8eb3dd896288cfadf2e19c4985
 archive/bsdmake-24.tar.gz
 096f333f94193215931a9fab86b9bca0713fbd22ec465bf55510067b53940e62
 github/bsdmake-24.tar.gz
 $ tar -C archive -xzf archive/bsdmake-24.tar.gz
 $ tar -C github -xzf github/bsdmake-24.tar.gz
 $ ls archive github
 archive:
 bsdmake-24  bsdmake-24.tar.gz

 github:
 bsdmake-24.tar.gz  bsdmake-bsdmake-24
 $ diff -Nur archive/bsdmake-24 github/bsdmake-bsdmake-24
 }}}

 Created https://github.com/macports/macports-ports/pull/16992

-- 
Ticket URL: <https://trac.macports.org/ticket/66404#comment:11>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list