svn commit: r470611 - in head/sysutils/py-google-compute-engine: . files
Steve Wills
swills at FreeBSD.org
Tue May 22 13:27:42 UTC 2018
Author: swills
Date: Tue May 22 13:27:40 2018
New Revision: 470611
URL: https://svnweb.freebsd.org/changeset/ports/470611
Log:
sysutils/py-google-compute-engine: Fix gsutil not being found
PR: 228415
Submitted by: Helen Koike <helen.koike at collabora.com> (maintainer
Modified:
head/sysutils/py-google-compute-engine/Makefile (contents, props changed)
head/sysutils/py-google-compute-engine/files/google_startup.in
Modified: head/sysutils/py-google-compute-engine/Makefile
==============================================================================
--- head/sysutils/py-google-compute-engine/Makefile Tue May 22 13:15:13 2018 (r470610)
+++ head/sysutils/py-google-compute-engine/Makefile Tue May 22 13:27:40 2018 (r470611)
@@ -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: head/sysutils/py-google-compute-engine/files/google_startup.in
==============================================================================
--- head/sysutils/py-google-compute-engine/files/google_startup.in Tue May 22 13:15:13 2018 (r470610)
+++ head/sysutils/py-google-compute-engine/files/google_startup.in Tue May 22 13:27:40 2018 (r470611)
@@ -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-head
mailing list