git: 8e55375b8760 - 2022Q3 - emulators/open-vm-tools: Update to 12.0.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Aug 2022 12:43:44 UTC
The branch 2022Q3 has been updated by garga:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8e55375b87609fef117ddd0f3e430ba512962e6c
commit 8e55375b87609fef117ddd0f3e430ba512962e6c
Author: Renato Botelho <garga@FreeBSD.org>
AuthorDate: 2022-08-12 13:25:27 +0000
Commit: Renato Botelho <garga@FreeBSD.org>
CommitDate: 2022-08-24 12:43:10 +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")
(cherry picked from commit eb65cf5cbe543a6372834bee33243344bc40f737)
---
emulators/open-vm-tools/Makefile | 2 +-
emulators/open-vm-tools/distinfo | 6 +++---
emulators/open-vm-tools/files/vmware-guestd.in | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile
index 7808a0980de0..9c589f00b845 100644
--- a/emulators/open-vm-tools/Makefile
+++ b/emulators/open-vm-tools/Makefile
@@ -1,7 +1,7 @@
# Created by: mbr@FreeBSD.org
PORTNAME= open-vm-tools
-PORTVERSION= 12.0.0
+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"}