mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
- Updated to 8.8.0
PR: ports/161891 Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> Approved by: gabor (mentor)
This commit is contained in:
parent
f09b4f01e9
commit
0de731b16e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288716
@ -8,7 +8,7 @@
|
|||||||
PORTNAME= open-vm-tools
|
PORTNAME= open-vm-tools
|
||||||
PORTVERSION= ${BUILD_VER}
|
PORTVERSION= ${BUILD_VER}
|
||||||
CATEGORIES= emulators kld
|
CATEGORIES= emulators kld
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/stable-8.6.x
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/stable-8.8.x
|
||||||
DISTNAME= open-vm-tools-${RELEASE_VER}-${BUILD_VER}
|
DISTNAME= open-vm-tools-${RELEASE_VER}-${BUILD_VER}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
@ -17,8 +17,8 @@ COMMENT?= Open VMware tools for FreeBSD VMware guests
|
|||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
RELEASE_VER= 8.6.0
|
RELEASE_VER= 8.8.0
|
||||||
BUILD_VER= 425873
|
BUILD_VER= 471268
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/open-vm-tools-${RELEASE_VER}-${BUILD_VER}
|
WRKSRC= ${WRKDIR}/open-vm-tools-${RELEASE_VER}-${BUILD_VER}
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (open-vm-tools-8.6.0-425873.tar.gz) = 205768023fdf77962684f275f74c98644fba97961cb2afaa0a7d8aec5d074ebf
|
SHA256 (open-vm-tools-8.8.0-471268.tar.gz) = 642cf860c9910cd64424a588f8ac4ad500af358e5ca992862bfbd667224ff79c
|
||||||
SIZE (open-vm-tools-8.6.0-425873.tar.gz) = 3648242
|
SIZE (open-vm-tools-8.8.0-471268.tar.gz) = 3760851
|
||||||
|
@ -41,6 +41,8 @@ include/vmGuestLib/vmSessionId.h
|
|||||||
include/vmGuestLib/vm_basic_types.h
|
include/vmGuestLib/vm_basic_types.h
|
||||||
@exec mkdir -p %D/lib/vmware-tools/modules/input
|
@exec mkdir -p %D/lib/vmware-tools/modules/input
|
||||||
sbin/mount_vmhgfs
|
sbin/mount_vmhgfs
|
||||||
|
sbin/mount_vmblock
|
||||||
|
@unexec rm /sbin/mount_vmblock
|
||||||
%%X11%%bin/vmware-toolbox
|
%%X11%%bin/vmware-toolbox
|
||||||
%%X11%%bin/vmware-user-suid-wrapper
|
%%X11%%bin/vmware-user-suid-wrapper
|
||||||
share/vmware-tools/poweroff-vm-default
|
share/vmware-tools/poweroff-vm-default
|
||||||
@ -57,6 +59,9 @@ share/vmware-tools/scripts/vmware/network
|
|||||||
@unexec if test -f %D/lib/vmware-tools/modules/drivers/linker.hints; then rm -f %D/lib/vmware-tools/modules/drivers/linker.hints; fi
|
@unexec if test -f %D/lib/vmware-tools/modules/drivers/linker.hints; then rm -f %D/lib/vmware-tools/modules/drivers/linker.hints; fi
|
||||||
@unexec if test -f %D/share/vmware-tools/tools.conf; then rm -f %D/share/vmware-tools/tools.conf; fi
|
@unexec if test -f %D/share/vmware-tools/tools.conf; then rm -f %D/share/vmware-tools/tools.conf; fi
|
||||||
@unexec if test -h %D/etc/vmware-tools/plugins; then rm -f %D/etc/vmware-tools/plugins; fi
|
@unexec if test -h %D/etc/vmware-tools/plugins; then rm -f %D/etc/vmware-tools/plugins; fi
|
||||||
|
etc/xdg/autostart/vmware-user.desktop
|
||||||
|
@dirrmtry etc/xdg/autostart
|
||||||
|
@dirrmtry etc/xdg
|
||||||
@dirrmtry lib/vmware-tools/modules/drivers
|
@dirrmtry lib/vmware-tools/modules/drivers
|
||||||
@dirrmtry lib/vmware-tools/modules/input
|
@dirrmtry lib/vmware-tools/modules/input
|
||||||
@dirrmtry lib/vmware-tools/modules
|
@dirrmtry lib/vmware-tools/modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user