svn commit: r474882 - in branches/2018Q3/sysutils/py-google-compute-engine: . files

Steve Wills swills at FreeBSD.org
Wed Jul 18 16:35:31 UTC 2018


Author: swills
Date: Wed Jul 18 16:35:30 2018
New Revision: 474882
URL: https://svnweb.freebsd.org/changeset/ports/474882

Log:
  MFH: r474866
  
  sysutils/py-google-compute-engine: fix default shell
  
  PR:		229817
  Submitted by:	Gustavo Serra Scalet <gustavo.scalet at collabora.com>
  Approved by:	Helen Koike <helen.koike at collabora.com> (maintainer)
  Approved by:	ports-secteam (implicit)

Modified:
  branches/2018Q3/sysutils/py-google-compute-engine/Makefile
  branches/2018Q3/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample
Directory Properties:
  branches/2018Q3/   (props changed)

Modified: branches/2018Q3/sysutils/py-google-compute-engine/Makefile
==============================================================================
--- branches/2018Q3/sysutils/py-google-compute-engine/Makefile	Wed Jul 18 16:28:53 2018	(r474881)
+++ branches/2018Q3/sysutils/py-google-compute-engine/Makefile	Wed Jul 18 16:35:30 2018	(r474882)
@@ -2,6 +2,7 @@
 
 PORTNAME=	google-compute-engine
 DISTVERSION=	2.8.3
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: branches/2018Q3/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample
==============================================================================
--- branches/2018Q3/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample	Wed Jul 18 16:28:53 2018	(r474881)
+++ branches/2018Q3/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample	Wed Jul 18 16:35:30 2018	(r474882)
@@ -5,4 +5,4 @@ usermod_cmd = pw usermod {user} -G {groups}
 groupadd_cmd = pw groupadd {group}
 
 [MetadataScripts]
-default_shell = /bin/bash
+default_shell = /bin/sh


More information about the svn-ports-all mailing list