Date: Fri, 12 Aug 2022 13:28:48 GMT From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: eb65cf5cbe54 - main - emulators/open-vm-tools: Update to 12.0.5 Message-ID: <202208121328.27CDSmRp066211@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb65cf5cbe543a6372834bee33243344bc40f737 commit eb65cf5cbe543a6372834bee33243344bc40f737 Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2022-08-12 13:25:27 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2022-08-12 13:28:46 +0000 emulators/open-vm-tools: Update to 12.0.5 - Update to 12.0.5 [1] - Silence checkvm_cmd [2] PR: 264241 [1], 264564 [2] Reported by: John Wolfe <jwolfe@vmware.com> [1], oz42@oz42.eu [2] Sponsored by: Rubicon Communications, LLC ("Netgate") --- emulators/open-vm-tools/Makefile | 3 +-- emulators/open-vm-tools/distinfo | 6 +++--- emulators/open-vm-tools/files/vmware-guestd.in | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 3838c637558e..bbca5cafa464 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -1,6 +1,5 @@ PORTNAME= open-vm-tools -PORTVERSION= 12.0.0 -PORTREVISION= 1 +PORTVERSION= 12.0.5 DISTVERSIONPREFIX= stable- PORTEPOCH= 2 CATEGORIES= emulators diff --git a/emulators/open-vm-tools/distinfo b/emulators/open-vm-tools/distinfo index 8c369047ab12..0421003f38cb 100644 --- a/emulators/open-vm-tools/distinfo +++ b/emulators/open-vm-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1646656337 -SHA256 (vmware-open-vm-tools-stable-12.0.0_GH0.tar.gz) = 244d224dc503f2c9350899a61fef418f23dc0520e8e30dce10863ea2dc81f047 -SIZE (vmware-open-vm-tools-stable-12.0.0_GH0.tar.gz) = 2938469 +TIMESTAMP = 1660303917 +SHA256 (vmware-open-vm-tools-stable-12.0.5_GH0.tar.gz) = 19ec67984347bb5f867a5646658c7695352cef772c4bee212a0d9216f02ebd93 +SIZE (vmware-open-vm-tools-stable-12.0.5_GH0.tar.gz) = 2941098 diff --git a/emulators/open-vm-tools/files/vmware-guestd.in b/emulators/open-vm-tools/files/vmware-guestd.in index 9a5e3c201467..99235082d679 100644 --- a/emulators/open-vm-tools/files/vmware-guestd.in +++ b/emulators/open-vm-tools/files/vmware-guestd.in @@ -17,8 +17,8 @@ rcvar=vmware_guestd_enable load_rc_config $name -checkvm_cmd="%%PREFIX%%/bin/vmware-checkvm > /dev/null" -if ${checkvm_cmd} > /dev/null ; then +checkvm_cmd="%%PREFIX%%/bin/vmware-checkvm > /dev/null 2>&1" +if ${checkvm_cmd}; then : ${vmware_guestd_enable:="YES"} else : ${vmware_guestd_enable:="NO"}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208121328.27CDSmRp066211>