diff options
author | swills <swills@FreeBSD.org> | 2013-12-23 06:23:06 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-12-23 06:23:06 +0800 |
commit | ee7deba07166f454b9995fc6dfc87c20f612def7 (patch) | |
tree | 92c6ddeca45571e7c77f6151ec1cbccc6c69491e /emulators/open-vm-tools | |
parent | 31718ef1b7f4c974405ae61231135d40275ecef3 (diff) | |
download | freebsd-ports-gnome-ee7deba07166f454b9995fc6dfc87c20f612def7.tar.gz freebsd-ports-gnome-ee7deba07166f454b9995fc6dfc87c20f612def7.tar.zst freebsd-ports-gnome-ee7deba07166f454b9995fc6dfc87c20f612def7.zip |
- Require netif in vmware-guestd to avoid DHCP issue
- Bump PORTREVISION for package change
PR: ports/168332
PR: ports/149949
Diffstat (limited to 'emulators/open-vm-tools')
-rw-r--r-- | emulators/open-vm-tools/Makefile | 2 | ||||
-rw-r--r-- | emulators/open-vm-tools/files/vmware-guestd.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index c82e3f1d4503..01d61ea588a0 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -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 diff --git a/emulators/open-vm-tools/files/vmware-guestd.in b/emulators/open-vm-tools/files/vmware-guestd.in index 25c42936435a..9a93701b4a5e 100644 --- a/emulators/open-vm-tools/files/vmware-guestd.in +++ b/emulators/open-vm-tools/files/vmware-guestd.in @@ -4,7 +4,7 @@ # # PROVIDE: vmware-guestd -# REQUIRE: DAEMON +# REQUIRE: DAEMON netif # BEFORE: LOGIN . /etc/rc.subr |