Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2018 16:37:35 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465981 - head/sysutils/py-google-compute-engine
Message-ID:  <201803301637.w2UGbZ2E016031@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Mar 30 16:37:35 2018
New Revision: 465981
URL: https://svnweb.freebsd.org/changeset/ports/465981

Log:
  sysutils/py-google-compute-engine: add missing dependency
  
  PR:		227114
  Submitted by:	Helen Koike <helen.koike@collabora.com> (maintainer)

Modified:
  head/sysutils/py-google-compute-engine/Makefile   (contents, props changed)

Modified: head/sysutils/py-google-compute-engine/Makefile
==============================================================================
--- head/sysutils/py-google-compute-engine/Makefile	Fri Mar 30 16:17:16 2018	(r465980)
+++ head/sysutils/py-google-compute-engine/Makefile	Fri Mar 30 16:37:35 2018	(r465981)
@@ -2,6 +2,7 @@
 
 PORTNAME=	google-compute-engine
 DISTVERSION=	2.7.6
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,6 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr@${FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${FLAVOR} \
+		google_oslogin_control:sysutils/google-compute-engine-oslogin \
 		sudo:security/sudo
 
 USES=		python



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803301637.w2UGbZ2E016031>