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

google-cloud-sdk: update to 506.0.0 #27394

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions devel/google-cloud-sdk/Portfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in devel/google-cloud-sdk/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test google-cloud-sdk: Warning: google-cloud-sdk is configured to build for the architecture(s) 'arm64', but installed Mach-O files built for the following archs: Warning: i386,x86_64: Warning: /opt/local/libexec/google-cloud-sdk/platform/gsutil/third_party/crcmod_osx/crcmod/_crcfunext.so Warning:

Check warning on line 1 in devel/google-cloud-sdk/Portfile

View workflow job for this annotation

GitHub Actions / macos-13

port test google-cloud-sdk: Warning: google-cloud-sdk is configured to build for the architecture(s) 'x86_64', but installed Mach-O files built for the following archs: Warning: i386,x86_64: Warning: /opt/local/libexec/google-cloud-sdk/platform/gsutil/third_party/crcmod_osx/crcmod/_crcfunext.so Warning:

Check warning on line 1 in devel/google-cloud-sdk/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test google-cloud-sdk: Warning: google-cloud-sdk is configured to build for the architecture(s) 'arm64', but installed Mach-O files built for the following archs: Warning: i386,x86_64: Warning: /opt/local/libexec/google-cloud-sdk/platform/gsutil/third_party/crcmod_osx/crcmod/_crcfunext.so Warning:

PortSystem 1.0
PortGroup python 1.0

name google-cloud-sdk
version 505.0.0
version 506.0.0
revision 0
categories devel python
license Apache-2
Expand All @@ -21,19 +21,19 @@

if { ${configure.build_arch} eq "i386" } {
distname ${name}-${version}-darwin-x86
checksums rmd160 6dde5c2d3ee61a4dac1808f6078b531edae1ba9d \
sha256 27255fe4432a7b22d52e38aa2c775bce071f6fb9cafbbc428510c71eb8dec3ed \
size 53340897
checksums rmd160 45ffd0c83823de108e48b7ad517f1e8b509cbbad \
sha256 28fa6360cc7ff4394a065f0bb2aa10591a4f7fb0ff1e6fab9a80c53593e0181d \
size 53417128
} elseif { ${configure.build_arch} eq "x86_64" } {
distname ${name}-${version}-darwin-x86_64
checksums rmd160 b30b911a3e784b033e5bade1adcb4bcba0b28ec2 \
sha256 84850290f2f666312268a5dfd287623195300434f65d9c48f5b86bfa34afaebf \
size 54695098
checksums rmd160 e6398cb85078a7658237ef984d12dbe017ae8ab0 \
sha256 ba858537ca7c00d6d131935593321bcb4af457501398954a0f5b9673a8f570d7 \
size 54883799
} elseif { ${configure.build_arch} eq "arm64" } {
distname ${name}-${version}-darwin-arm
checksums rmd160 8b4b9052068ca43537c13056e3d69744411e33f4 \
sha256 c8bd4fc7227c54ccfab12ebb74148bb2da4bde724a2e0a5c5ec5fe90941f45f4 \
size 54641739
checksums rmd160 db34582a6d3ea133d2905d5a17c41faa46ed768f \
sha256 15a50df6b58c5b27b159e84cef87b9b477419feb5edd8d987a2b8707c907fb42 \
size 54825568
}

homepage https://cloud.google.com/sdk/
Expand Down