Update to 6.0.3 build 80004.
This commit is contained in:
parent
9296d1cac2
commit
4ddf7490cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210081
2 changed files with 4 additions and 2 deletions
|
@ -52,8 +52,8 @@ USE_RC_SUBR= vmware-guestd.sh
|
|||
RESTRICTED= "Not sure if we can redistribute this."
|
||||
NO_PACKAGE= ${RESTRICTED}
|
||||
|
||||
VMWARE_VER= 6.0.2
|
||||
BUILD_VER= 59824
|
||||
VMWARE_VER= 6.0.3
|
||||
BUILD_VER= 80004
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -217,6 +217,7 @@ do-install:
|
|||
.endif
|
||||
-${WRKSRC}/lib/sbin${BITS}${OSSFX}/vmware-guestd --cmd toolinstall.end 2>&1
|
||||
${MKDIR} ${PREFIX}/share/vmware-tools
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/open_source_licenses.txt ${PREFIX}/share/vmware-tools
|
||||
${LN} -sfh /usr/bin/true ${PREFIX}/share/vmware-tools/poweroff-vm-default
|
||||
${LN} -sfh /usr/bin/true ${PREFIX}/share/vmware-tools/poweron-vm-default
|
||||
${LN} -sfh /usr/bin/true ${PREFIX}/share/vmware-tools/resume-vm-default
|
||||
|
|
|
@ -5,6 +5,7 @@ sbin/vmware-guestd
|
|||
%%VMWARE_VMXNET%%lib/vmware-tools/modules/vmxnet.ko
|
||||
%%VMWARE_KMODDIR%%@dirrmtry lib/vmware-tools/modules
|
||||
%%VMWARE_KMODDIR%%@dirrmtry lib/vmware-tools
|
||||
share/vmware-tools/open_source_licenses.txt
|
||||
share/vmware-tools/poweroff-vm-default
|
||||
share/vmware-tools/poweron-vm-default
|
||||
share/vmware-tools/resume-vm-default
|
||||
|
|
Loading…
Reference in a new issue