From owner-svn-ports-all@freebsd.org Sun Sep 3 02:31:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D05B0E1329F; Sun, 3 Sep 2017 02:31:17 +0000 (UTC) (envelope-from ultima@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 mx1.freebsd.org (Postfix) with ESMTPS id 9EA837DF91; Sun, 3 Sep 2017 02:31:17 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v832VGrj032869; Sun, 3 Sep 2017 02:31:16 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v832VGU8032868; Sun, 3 Sep 2017 02:31:16 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201709030231.v832VGU8032868@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Sun, 3 Sep 2017 02:31:16 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: head/sysutils/py-google-compute-engine X-SVN-Commit-Revision: 449170 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.23 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: Sun, 03 Sep 2017 02:31:17 -0000 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