svn commit: r337221 - in head/emulators/open-vm-tools: . files
Steve Wills
swills at FreeBSD.org
Sun Dec 22 22:23:06 UTC 2013
Author: swills
Date: Sun Dec 22 22:23:06 2013
New Revision: 337221
URL: http://svnweb.freebsd.org/changeset/ports/337221
Log:
- Require netif in vmware-guestd to avoid DHCP issue
- Bump PORTREVISION for package change
PR: ports/168332
PR: ports/149949
Modified:
head/emulators/open-vm-tools/Makefile
head/emulators/open-vm-tools/files/vmware-guestd.in
Modified: head/emulators/open-vm-tools/Makefile
==============================================================================
--- head/emulators/open-vm-tools/Makefile Sun Dec 22 21:21:24 2013 (r337220)
+++ head/emulators/open-vm-tools/Makefile Sun Dec 22 22:23:06 2013 (r337221)
@@ -3,7 +3,7 @@
PORTNAME= open-vm-tools
PORTVERSION= ${BUILD_VER}
-PORTREVISION= 0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/stable-9.4.x
Modified: head/emulators/open-vm-tools/files/vmware-guestd.in
==============================================================================
--- head/emulators/open-vm-tools/files/vmware-guestd.in Sun Dec 22 21:21:24 2013 (r337220)
+++ head/emulators/open-vm-tools/files/vmware-guestd.in Sun Dec 22 22:23:06 2013 (r337221)
@@ -4,7 +4,7 @@
#
# PROVIDE: vmware-guestd
-# REQUIRE: DAEMON
+# REQUIRE: DAEMON netif
# BEFORE: LOGIN
. /etc/rc.subr
More information about the svn-ports-all
mailing list