Skip to content
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-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-26

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 547.0.0
version 548.0.0
revision 0
categories devel python
license Apache-2
Expand All @@ -21,19 +21,19 @@

if { ${configure.build_arch} eq "i386" } {
set arch_classifier x86
checksums rmd160 5c8ebba50efe2a16f62a677734d62c526c77bf0d \
sha256 322c704b1461624424b27e0009df4415d2ca236fe0d8df5168e17af6252724af \
size 56177018
checksums rmd160 1781bfd8ce7f0cae35ecad4d202d817ade6c9d8d \
sha256 bb19a8aeddcb9fcac637a6b8ce7f93919402c71e927de1ffef48b7aacc96d5cf \
size 57876045
} elseif { ${configure.build_arch} eq "x86_64" } {
set arch_classifier x86_64
checksums rmd160 9d4d2e06680c95669c551c958621158a7b24fa75 \
sha256 f716e989cda7145328164c173bf7fb74a350d73e74c8706a168d2c67626d7566 \
size 57753958
checksums rmd160 08d036531ea79737a8d5cce1e8c93074c28568aa \
sha256 bf4e07e27ea3af36fd7ed1137bde974217f051860491d705a0943690ad5a7fc1 \
size 57876045
} elseif { ${configure.build_arch} eq "arm64" } {
set arch_classifier arm
checksums rmd160 918a105ca1e9e4b2b77334b5137dd3b5bf24d154 \
sha256 9be7cc1a2e2aa60bfc0fc6181f377b9818118db76011e6797872d5a2d9d9bcd5 \
size 57677084
checksums rmd160 8ed32be7ad26ca70ee631658b6c5f920d00b8649 \
sha256 3d142358eea354c4b5ffa75977052e27c4cf2e8f83da1858556a071507b72de8 \
size 57803380
} else {
set arch_classifier invalid
}
Expand Down