net/google-cloud-sdk: update to 94.0.0
This commit is contained in:
parent
59a380020d
commit
9ee9bb9723
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408209
3 changed files with 2203 additions and 1430 deletions
|
@ -2,11 +2,11 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= google-cloud-sdk
|
||||
PORTVERSION= 0.9.41
|
||||
PORTVERSION= 94.0.0
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://dl.google.com/dl/cloudsdk/release/packages/
|
||||
DISTNAME= google-cloud-sdk-coretools-linux-static-20141219112406
|
||||
DISTNAME= google-cloud-sdk-coretools-linux-static-20160122113408
|
||||
|
||||
# new releases listed in https://dl.google.com/dl/cloudsdk/release/sha1.txt
|
||||
|
||||
|
@ -20,14 +20,16 @@ WRKSRC= ${WRKDIR}/google-cloud-sdk
|
|||
RUN_DEPENDS= python:${PORTSDIR}/lang/python
|
||||
|
||||
post-extract:
|
||||
-@${RM} ${WRKSRC}/platform/gcutil/lib/iso8601/iso8601/.*
|
||||
@${RM} ${WRKSRC}/install.bat
|
||||
@${RM} ${WRKSRC}/platform/gsutil/third_party/crcmod/docs/source/make.bat
|
||||
@${RM} ${WRKSRC}/platform/gsutil/third_party/rsa/doc/make.bat
|
||||
|
||||
do-install:
|
||||
${FIND} ${WRKSRC}/help -type f -name '*.1' -exec ${GZIP_CMD} {} +
|
||||
( cd ${WRKSRC}/help ; ${COPYTREE_SHARE} man ${STAGEDIR}${PREFIX} )
|
||||
${RM} -r ${WRKSRC}/help/man ${WRKSRC}/.install/.download
|
||||
${RM} -r ${WRKSRC}/help ${WRKSRC}/.install/.download
|
||||
( cd ${WRKSRC} ; ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/google-cloud-sdk )
|
||||
.for x in bq gcloud gcutil git-credential-gcloud.sh gsutil
|
||||
.for x in bq gcloud git-credential-gcloud.sh gsutil
|
||||
${CHMOD} +x ${STAGEDIR}${PREFIX}/google-cloud-sdk/bin/${x}
|
||||
${LN} -s ${PREFIX}/google-cloud-sdk/bin/${x} ${STAGEDIR}${PREFIX}/bin/${x}
|
||||
.endfor
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (google-cloud-sdk-coretools-linux-static-20141219112406.tar.gz) = 2e115636b47c4699b56eb21090652cac5eaa4605836ba5173aa824714869683e
|
||||
SIZE (google-cloud-sdk-coretools-linux-static-20141219112406.tar.gz) = 5365348
|
||||
SHA256 (google-cloud-sdk-coretools-linux-static-20160122113408.tar.gz) = 89361dd88b370017dff25f53e47818850d1b6b0d21d282f3d083710d3fcc88e4
|
||||
SIZE (google-cloud-sdk-coretools-linux-static-20160122113408.tar.gz) = 6579867
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue