From owner-svn-ports-all@freebsd.org Wed Jul 18 16:35:31 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 834C510506EC; Wed, 18 Jul 2018 16:35:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 357838229B; Wed, 18 Jul 2018 16:35:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1683E1CCB6; Wed, 18 Jul 2018 16:35:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6IGZUuF083925; Wed, 18 Jul 2018 16:35:30 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6IGZUP0083924; Wed, 18 Jul 2018 16:35:30 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201807181635.w6IGZUP0083924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 18 Jul 2018 16:35:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r474882 - in branches/2018Q3/sysutils/py-google-compute-engine: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in branches/2018Q3/sysutils/py-google-compute-engine: . files X-SVN-Commit-Revision: 474882 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2018 16:35:31 -0000 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 Approved by: Helen Koike (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