1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

net/google-cloud-sdk: add actual version number, depend on python

Noticed there was an actual version number in the output of "gcloud version",
so use that. Also, depend on lang/python for the "python" symlink so the
scripts run.
This commit is contained in:
Steve Wills 2014-08-10 03:37:30 +00:00
parent 0ac1a1f909
commit b66a194dc7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364498

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= google-cloud-sdk
PORTVERSION= 0.0.0.0.20140809
PORTVERSION= 0.9.25
CATEGORIES= net
MASTER_SITES= https://dl.google.com/dl/cloudsdk/release/
DISTNAME= google-cloud-sdk-coretools-linux-x86_64
@ -14,6 +14,8 @@ USES= python
NO_BUILD= yes
WRKSRC= ${WRKDIR}/google-cloud-sdk
RUN_DEPENDS= python:${PORTSDIR}/lang/python
do-install:
${FIND} ${WRKSRC}/help -type f -name '*.1' -exec ${GZIP_CMD} {} +
( cd ${WRKSRC}/help ; ${COPYTREE_SHARE} man ${STAGEDIR}${PREFIX} )