svn commit: r449170 - head/sysutils/py-google-compute-engine
Richard Gallamore
ultima at FreeBSD.org
Sun Sep 3 02:31:17 UTC 2017
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
More information about the svn-ports-all
mailing list