Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Sep 2017 02:31:16 +0000 (UTC)
From:      Richard Gallamore <ultima@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449170 - head/sysutils/py-google-compute-engine
Message-ID:  <201709030231.v832VGU8032868@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ultima
Date: Sun Sep  3 02:31:16 2017
New Revision: 449170
URL: https://svnweb.freebsd.org/changeset/ports/449170

Log:
  Add missing rc script, this should fix possible issues with ip forwarding
  
  PR:		221917
  Submitted by:	Helen Koike (maintainer)
  Reviewed by:	matthew (mentor)
  Approved by:	matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12207

Modified:
  head/sysutils/py-google-compute-engine/Makefile

Modified: head/sysutils/py-google-compute-engine/Makefile
==============================================================================
--- head/sysutils/py-google-compute-engine/Makefile	Sun Sep  3 02:28:32 2017	(r449169)
+++ head/sysutils/py-google-compute-engine/Makefile	Sun Sep  3 02:31:16 2017	(r449170)
@@ -2,6 +2,7 @@
 
 PORTNAME=	google-compute-engine
 PORTVERSION=	2.4.1
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -24,6 +25,7 @@ USE_RC_SUBR=	google_instance_setup \
 		google_network_setup \
 		google_accounts_daemon \
 		google_clock_skew_daemon \
+		google_ip_forwarding_daemon \
 		google_startup
 
 NO_ARCH=	yes



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