svn commit: r465981 - head/sysutils/py-google-compute-engine

Steve Wills swills at FreeBSD.org
Fri Mar 30 16:37:36 UTC 2018


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 at 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


More information about the svn-ports-all mailing list