-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
totp-cli: Update dependencies #25466
Conversation
* Bump revision number * Update go dependencies to latest versions
Notifying maintainers: |
P.S. I am curious. Why is this new line needed in the Portfile:
|
It's meant to set the version in code. That's what gets displayed when you do |
Thanks for the explanation. I see that without that line in the Portfile, But with the line in the Portfile, |
Yes. The The default value for the |
Thanks! I learned something new today! |
Np. So I think for this PR, this change counts as a fix for stealth updates: https://trac.macports.org/wiki/PortfileRecipes#stealth-updates Even if we increase the revision, MacPorts users and mirrors who have already downloaded these distfiles will now see a checksum mismatch. The revision update applies only to the distfile for the main project itself ( So we'll have to try setting |
Actually I was mistaken - since the version numbers are changing on the Go module archives, this is not a stealth update situation, and this PR looks fine to merge. Thank you @RobK88 |
totp-cli: Update dependencies
Description
Type(s)
Tested on
macOS 10.13.6 17G14042 x86_64
Xcode 10.1 10B61
Verification
Have you
port lint --nitpick
?sudo port test
?sudo port -vst install
?