Date: Sun, 10 Aug 2014 03:37:31 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364498 - head/net/google-cloud-sdk Message-ID: <53e6e8fb.24ad.559acd6b@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Aug 10 03:37:30 2014 New Revision: 364498 URL: http://svnweb.freebsd.org/changeset/ports/364498 QAT: https://qat.redports.org/buildarchive/r364498/ Log: 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. Modified: head/net/google-cloud-sdk/Makefile Modified: head/net/google-cloud-sdk/Makefile ============================================================================== --- head/net/google-cloud-sdk/Makefile Sun Aug 10 03:27:48 2014 (r364497) +++ head/net/google-cloud-sdk/Makefile Sun Aug 10 03:37:30 2014 (r364498) @@ -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} )
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e6e8fb.24ad.559acd6b>