Commits
Zero King authored 156887070fe
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name google-cloud-sdk |
7 - | version 177.0.0 |
7 + | version 178.0.0 |
8 8 | categories devel python |
9 9 | license Apache-2 |
10 10 | maintainers nomaintainer |
11 11 | description Command-line interface for Google Cloud Platform products and services |
12 12 | long_description ${description} |
13 13 | |
14 14 | platforms darwin |
15 15 | supported_archs i386 x86_64 |
16 16 | |
17 17 | homepage https://cloud.google.com/sdk/ |
18 18 | master_sites https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ |
19 19 | |
20 20 | distname ${name}-${version}-${os.platform}-${configure.build_arch} |
21 21 | worksrcdir ${name} |
22 22 | |
23 - | checksums rmd160 3712bac9280b26369258594063c7188b38519bb9 \ |
24 - | sha256 af7ccaab5869651ebc8623326c26efee67a0b544eec9a0014038f9bc7588628e |
23 + | checksums rmd160 fab3e7912e157d43a9437160c42690a2a37db369 \ |
24 + | sha256 8ed778bf3627af9504d9ec1cac7e5e4ea1394edc9da306454b6bf12c499a4db2 |
25 25 | |
26 26 | python.default_version 27 |
27 27 | |
28 28 | use_configure no |
29 29 | build {} |
30 30 | |
31 31 | destroot { |
32 32 | system -W ${worksrcpath} "CLOUDSDK_CONFIG=${worksrcpath}/.config ./install.sh --usage-reporting false --command-completion false --path-update false --quiet" |
33 33 | set libexecdir ${destroot}${prefix}/libexec/${name} |
34 34 | xinstall -d ${libexecdir} |