Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
google-cloud-sdk: update to 203.0.0
* disable updater
  • Loading branch information
l2dy committed Jun 3, 2018
1 parent 1679646 commit 5c91edb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions devel/google-cloud-sdk/Portfile
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0
PortGroup python 1.0

name google-cloud-sdk
version 202.0.0
version 203.0.0
categories devel python
license Apache-2
maintainers nomaintainer
Expand All @@ -20,12 +20,16 @@ master_sites https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/
distname ${name}-${version}-${os.platform}-${configure.build_arch}
worksrcdir ${name}

checksums rmd160 b7121f656ba3fce55d1f42c938e7efb61bfb5422 \
sha256 0efce2a6e88a584c7474bd94c3da942d2f2d2b48c0c635b4fabe42769baa137e \
size 15755318
checksums rmd160 01f20bca97ee25e50c5612b64ed0f9dd73949ee2 \
sha256 791c69a721fa9b8fcf3d505987b7113d93a5dc3ee4d0458bb701df686ee91405 \
size 16031284

python.default_version 27

post-patch {
reinplace "s|\"disable_updater\": false|\"disable_updater\": true|" ${worksrcpath}/lib/googlecloudsdk/core/config.json
}

use_configure no
build {}

Expand Down

0 comments on commit 5c91edb

Please sign in to comment.