ports/149949: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Sun Dec 22 22:30:01 UTC 2013
The following reply was made to PR ports/149949; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/149949: commit references a PR
Date: Sun, 22 Dec 2013 22:23:13 +0000 (UTC)
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
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-ports-bugs
mailing list