Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rogue: solve build errors on Sequoia #26723

Closed
wants to merge 1 commit into from

Conversation

dagui0
Copy link
Contributor

@dagui0 dagui0 commented Nov 24, 2024

  • add patch for build errors and warnings
  • add sha256, rmd160 checksum to Portfile

Closes: https://trac.macports.org/ticket/70909

Description

Type(s)
  • bugfix
  • enhancement
  • security fix
Tested on

macOS 15.1.1 24B91 x86_64
Xcode 16.1 16B40

Verification

Have you

  • followed our Commit Message Guidelines?
  • squashed and minimized your commits?
  • checked that there aren't other open pull requests for the same change?
  • referenced existing tickets on Trac with full URL in commit message?
  • checked your Portfile with port lint --nitpick?
  • tried existing tests with sudo port test?
  • tried a full install with sudo port -vst install?
  • tested basic functionality of all binary files?
  • checked that the Portfile's most important variants haven't been broken?

* add patch for build errors and warnings
* add sha256, rmd160 checksum to Portfile

Closes: https://trac.macports.org/ticket/70909
@@ -21,14 +21,21 @@ homepage http://rogue.rogueforge.net
master_sites ${homepage}/files/rogue5.4/

checksums md5 033288f46444b06814c81ea69d96e075 \
sha1 aef9e589c4f31eb6d3eeb9d543ab8787b00fb022
sha1 aef9e589c4f31eb6d3eeb9d543ab8787b00fb022 \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both md5 and sha1 are legacy checksum types we no longer want to continue using going forward, so we can drop those 2.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I'll remove them

@herbygillot
Copy link
Member

Thank you for this submission, @dagui0. Just one comment. Can you amend your existing commit?

@dagui0
Copy link
Contributor Author

dagui0 commented Nov 25, 2024

I can't amend to this commit because of same line is edited. I'll close this and submit another pull request.

@dagui0 dagui0 closed this Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants