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 507.0.0 #27513

Merged
merged 1 commit into from
Jan 25, 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-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:

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:

PortSystem 1.0
PortGroup python 1.0

name google-cloud-sdk
version 506.0.0
version 507.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 45ffd0c83823de108e48b7ad517f1e8b509cbbad \
sha256 28fa6360cc7ff4394a065f0bb2aa10591a4f7fb0ff1e6fab9a80c53593e0181d \
size 53417128
checksums rmd160 0bc599f0a9ed07638e74c54cc95f9aaffd8c2674 \
sha256 c72fb5d31a466df08020a5b14fb2e1c916234dc1cabab33e39db072192635d4f \
size 53508710
} elseif { ${configure.build_arch} eq "x86_64" } {
distname ${name}-${version}-darwin-x86_64
checksums rmd160 e6398cb85078a7658237ef984d12dbe017ae8ab0 \
sha256 ba858537ca7c00d6d131935593321bcb4af457501398954a0f5b9673a8f570d7 \
size 54883799
checksums rmd160 32d05a1c84d5ea38034794dbb85ee84e1b0ab1f6 \
sha256 75dd769823f56b2436c5fd89d74e2ad1464583a6409cc800cba97ec4412d77bc \
size 54978420
} elseif { ${configure.build_arch} eq "arm64" } {
distname ${name}-${version}-darwin-arm
checksums rmd160 db34582a6d3ea133d2905d5a17c41faa46ed768f \
sha256 15a50df6b58c5b27b159e84cef87b9b477419feb5edd8d987a2b8707c907fb42 \
size 54825568
checksums rmd160 2884e539a3d60f25559fd2556cf545fc82e483f0 \
sha256 d75acab82d23e5bb4e4fc376e66122486a12bc35b51b2af515ffacb2cda41298 \
size 54917377
}

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