svn commit: r477577 - in head/sysutils/py-google-compute-engine: . files

Steve Wills swills at FreeBSD.org
Sun Aug 19 14:15:41 UTC 2018


Author: swills
Date: Sun Aug 19 14:15:40 2018
New Revision: 477577
URL: https://svnweb.freebsd.org/changeset/ports/477577

Log:
  sysutils/py-google-compute-engine: remove patches for InstanceSetup
  
  While here, pet portlint by fixing shebang and bump PORTREVISION.
  
  PR:		230741
  Submitted by:	Helen Koike <helen.koike at collabora.com> (maintainer)

Deleted:
  head/sysutils/py-google-compute-engine/files/patch-google__compute__engine_instance__setup_instance__config.py
  head/sysutils/py-google-compute-engine/files/patch-setup.py
Modified:
  head/sysutils/py-google-compute-engine/Makefile   (contents, props changed)
  head/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample

Modified: head/sysutils/py-google-compute-engine/Makefile
==============================================================================
--- head/sysutils/py-google-compute-engine/Makefile	Sun Aug 19 14:04:01 2018	(r477576)
+++ head/sysutils/py-google-compute-engine/Makefile	Sun Aug 19 14:15:40 2018	(r477577)
@@ -2,7 +2,7 @@
 
 PORTNAME=	google-compute-engine
 DISTVERSION=	2.8.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,9 +19,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-bo
 		google_oslogin_control:sysutils/google-compute-engine-oslogin \
 		sudo:security/sudo
 
-USES=		python
+USES=		python shebangfix
 USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
+SHEBANG_FILES=	scripts/set_multiqueue scripts/optimize_local_ssd
 
 USE_RC_SUBR=	google_instance_setup \
 		google_accounts_daemon \

Modified: head/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample
==============================================================================
--- head/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample	Sun Aug 19 14:04:01 2018	(r477576)
+++ head/sysutils/py-google-compute-engine/files/instance_configs.cfg.distro.sample	Sun Aug 19 14:15:40 2018	(r477577)
@@ -6,3 +6,7 @@ groupadd_cmd = pw groupadd {group}
 
 [MetadataScripts]
 default_shell = /bin/sh
+
+[InstanceSetup]
+set_multiqueue = false
+optimize_local_ssd = false


More information about the svn-ports-all mailing list