diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-01-08 01:20:39 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-01-08 01:20:39 +0000 |
commit | 0de731b16edbd1e8d041daf3cb00cae0ebf0c497 (patch) | |
tree | 5cdb64d786f1ff61fa24e2657d73f388866dba50 /emulators | |
parent | f09b4f01e9accb9ae479344041a5e46f1d8d4a83 (diff) | |
download | ports-0de731b16edbd1e8d041daf3cb00cae0ebf0c497.tar.gz ports-0de731b16edbd1e8d041daf3cb00cae0ebf0c497.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/open-vm-tools/Makefile | 6 | ||||
-rw-r--r-- | emulators/open-vm-tools/distinfo | 4 | ||||
-rw-r--r-- | emulators/open-vm-tools/pkg-plist | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 3ff87b7428fc..2815519098f1 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -8,7 +8,7 @@ PORTNAME= open-vm-tools PORTVERSION= ${BUILD_VER} 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} MAINTAINER= ports@FreeBSD.org @@ -17,8 +17,8 @@ COMMENT?= Open VMware tools for FreeBSD VMware guests LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -RELEASE_VER= 8.6.0 -BUILD_VER= 425873 +RELEASE_VER= 8.8.0 +BUILD_VER= 471268 WRKSRC= ${WRKDIR}/open-vm-tools-${RELEASE_VER}-${BUILD_VER} GNU_CONFIGURE= yes diff --git a/emulators/open-vm-tools/distinfo b/emulators/open-vm-tools/distinfo index 0fa47bdb2244..72f5417cadf2 100644 --- a/emulators/open-vm-tools/distinfo +++ b/emulators/open-vm-tools/distinfo @@ -1,2 +1,2 @@ -SHA256 (open-vm-tools-8.6.0-425873.tar.gz) = 205768023fdf77962684f275f74c98644fba97961cb2afaa0a7d8aec5d074ebf -SIZE (open-vm-tools-8.6.0-425873.tar.gz) = 3648242 +SHA256 (open-vm-tools-8.8.0-471268.tar.gz) = 642cf860c9910cd64424a588f8ac4ad500af358e5ca992862bfbd667224ff79c +SIZE (open-vm-tools-8.8.0-471268.tar.gz) = 3760851 diff --git a/emulators/open-vm-tools/pkg-plist b/emulators/open-vm-tools/pkg-plist index c73f79066289..14ff664614e8 100644 --- a/emulators/open-vm-tools/pkg-plist +++ b/emulators/open-vm-tools/pkg-plist @@ -41,6 +41,8 @@ include/vmGuestLib/vmSessionId.h include/vmGuestLib/vm_basic_types.h @exec mkdir -p %D/lib/vmware-tools/modules/input sbin/mount_vmhgfs +sbin/mount_vmblock +@unexec rm /sbin/mount_vmblock %%X11%%bin/vmware-toolbox %%X11%%bin/vmware-user-suid-wrapper 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/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 +etc/xdg/autostart/vmware-user.desktop +@dirrmtry etc/xdg/autostart +@dirrmtry etc/xdg @dirrmtry lib/vmware-tools/modules/drivers @dirrmtry lib/vmware-tools/modules/input @dirrmtry lib/vmware-tools/modules |