Date: Sun, 22 Dec 2013 22:30:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/149949: commit references a PR Message-ID: <201312222230.rBMMU15S044517@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/149949; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@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@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312222230.rBMMU15S044517>