Date: Tue, 22 May 2018 13:59:38 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r470617 - in branches/2018Q2/sysutils/py-google-compute-engine: . files Message-ID: <201805221359.w4MDxc4h021591@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue May 22 13:59:38 2018 New Revision: 470617 URL: https://svnweb.freebsd.org/changeset/ports/470617 Log: MFH: r470611 sysutils/py-google-compute-engine: Fix gsutil not being found PR: 228415 Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer Approved by: ports-secteam (implicit) Modified: branches/2018Q2/sysutils/py-google-compute-engine/Makefile branches/2018Q2/sysutils/py-google-compute-engine/files/google_startup.in Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/sysutils/py-google-compute-engine/Makefile ============================================================================== --- branches/2018Q2/sysutils/py-google-compute-engine/Makefile Tue May 22 13:59:00 2018 (r470616) +++ branches/2018Q2/sysutils/py-google-compute-engine/Makefile Tue May 22 13:59:38 2018 (r470617) @@ -2,7 +2,7 @@ PORTNAME= google-compute-engine DISTVERSION= 2.7.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -39,6 +39,5 @@ post-install: ${STAGEDIR}${PREFIX}/etc/instance_configs.cfg.distro.sample ${INSTALL_DATA} ${FILESDIR}/90-google.conf.sample \ ${STAGEDIR}${PREFIX}/etc/syslog.d/90-google.conf.sample - .include <bsd.port.mk> Modified: branches/2018Q2/sysutils/py-google-compute-engine/files/google_startup.in ============================================================================== --- branches/2018Q2/sysutils/py-google-compute-engine/files/google_startup.in Tue May 22 13:59:00 2018 (r470616) +++ branches/2018Q2/sysutils/py-google-compute-engine/files/google_startup.in Tue May 22 13:59:38 2018 (r470617) @@ -13,6 +13,9 @@ . /etc/rc.subr +# Required to execute gsutil +export PATH=%%LOCALBASE%%/bin:$PATH + name="google_startup" rcvar="google_startup_enable"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805221359.w4MDxc4h021591>