diff options
author | matusita <matusita@FreeBSD.org> | 2007-09-22 10:18:44 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2007-09-22 10:18:44 +0800 |
commit | 98611d5c6ddb14f297a5383ab5574fcea9ade40c (patch) | |
tree | cd006312fd261da0cd1912d8ee4c672a350abf82 /emulators | |
parent | a20eb130faae7bd82d86315c72956ebc6bea0084 (diff) | |
download | freebsd-ports-gnome-98611d5c6ddb14f297a5383ab5574fcea9ade40c.tar.gz freebsd-ports-gnome-98611d5c6ddb14f297a5383ab5574fcea9ade40c.tar.zst freebsd-ports-gnome-98611d5c6ddb14f297a5383ab5574fcea9ade40c.zip |
Update to version 6.0.1 build 55017.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-vmware-toolbox6/Makefile | 4 | ||||
-rw-r--r-- | emulators/vmware-guestd6/Makefile | 4 | ||||
-rw-r--r-- | emulators/vmware-tools6/Makefile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/emulators/linux-vmware-toolbox6/Makefile b/emulators/linux-vmware-toolbox6/Makefile index aaf9a702fadf..2b98726c0204 100644 --- a/emulators/linux-vmware-toolbox6/Makefile +++ b/emulators/linux-vmware-toolbox6/Makefile @@ -34,8 +34,8 @@ IS_INTERACTIVE= yes RESTRICTED= "Not sure if we can redistribute this." NO_PACKAGE= ${RESTRICTED} -VMWARE_VER= 6.0.0 -BUILD_VER= 45731 +VMWARE_VER= 6.0.1 +BUILD_VER= 55017 .include <bsd.port.pre.mk> diff --git a/emulators/vmware-guestd6/Makefile b/emulators/vmware-guestd6/Makefile index 211e81f49e5d..6a9fb070249c 100644 --- a/emulators/vmware-guestd6/Makefile +++ b/emulators/vmware-guestd6/Makefile @@ -46,8 +46,8 @@ USE_RC_SUBR= vmware-guestd.sh RESTRICTED= "Not sure if we can redistribute this." NO_PACKAGE= ${RESTRICTED} -VMWARE_VER= 6.0.0 -BUILD_VER= 45731 +VMWARE_VER= 6.0.1 +BUILD_VER= 55017 .include <bsd.port.pre.mk> diff --git a/emulators/vmware-tools6/Makefile b/emulators/vmware-tools6/Makefile index c7a77bd853ee..998f15553681 100644 --- a/emulators/vmware-tools6/Makefile +++ b/emulators/vmware-tools6/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vmware -PORTREVISION?= 2 +#PORTREVISION?= 0 MASTER_SITES= # bundled with VMware Workstation PKGNAMESUFFIX?= -tools |