svn commit: r470617 - in branches/2018Q2/sysutils/py-google-compute-engine: . files
Steve Wills
swills at FreeBSD.org
Tue May 22 13:59:39 UTC 2018
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 at 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"
More information about the svn-ports-branches
mailing list