diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2004-06-23 19:01:58 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2004-06-23 19:01:58 +0000 |
commit | a9dc96fa1862302b1195386f7ff1f412117115ee (patch) | |
tree | 75a442760c2bd982c1653b6ff8811c98d6a2e6a1 /emulators/vmware-guestd6 | |
parent | Update to 2.01a32. For a list of changes please see: (diff) |
Update to 4.5.2 build-8848.
Diffstat (limited to 'emulators/vmware-guestd6')
-rw-r--r-- | emulators/vmware-guestd6/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/vmware-guestd6/Makefile b/emulators/vmware-guestd6/Makefile index 264ba0936490..ef50692e2a9a 100644 --- a/emulators/vmware-guestd6/Makefile +++ b/emulators/vmware-guestd6/Makefile @@ -7,7 +7,7 @@ PORTNAME= vmware PORTVERSION= ${VMWARE_VER}.${BUILD_VER} -PORTREVISION= 1 +#PORTREVISION= 0 CATEGORIES= emulators MASTER_SITES= # bundled with VMware itself PKGNAMESUFFIX?= -guestd @@ -40,8 +40,8 @@ NO_BUILD= yes RESTRICTED= "Not sure if we can redistribute this." NO_PACKAGE= ${RESTRICTED} -VMWARE_VER= 4.5.1 -BUILD_VER= 7568 +VMWARE_VER= 4.5.2 +BUILD_VER= 8848 MOUNT_DEV?= /dev/acd0 MOUNT_PT?= /mnt |