diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-04-03 00:11:56 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-04-03 00:11:56 +0000 |
commit | 30cb57c1adfc44ac3abbe38c69d97dc9e3b13d26 (patch) | |
tree | c80c01ba11cd909fce0f5a8aca5910cc04ddbfbb /emulators | |
parent | dce9b3eb9b2fc2b4539945852c7bf15171503f1e (diff) | |
download | ports-30cb57c1adfc44ac3abbe38c69d97dc9e3b13d26.tar.gz ports-30cb57c1adfc44ac3abbe38c69d97dc9e3b13d26.zip |
- Reassign to the heap
Approved by: portmgr (tabthorpe)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=294139
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-vmware-toolbox4/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux-vmware-toolbox5/Makefile | 2 | ||||
-rw-r--r-- | emulators/linux-vmware-toolbox6/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware-guestd4/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware-guestd5/Makefile | 2 | ||||
-rw-r--r-- | emulators/vmware-guestd6/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/emulators/linux-vmware-toolbox4/Makefile b/emulators/linux-vmware-toolbox4/Makefile index d7b7c58cccb2..eb6541126813 100644 --- a/emulators/linux-vmware-toolbox4/Makefile +++ b/emulators/linux-vmware-toolbox4/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= # bundled with VMware itself PKGNAMEPREFIX= linux- DISTNAME= vmware-linux-tools -MAINTAINER= matusita@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT=VMware toolbox for guest OS (for VMware 4.x, Linux version) DISTDIR= ${MOUNT_PT} diff --git a/emulators/linux-vmware-toolbox5/Makefile b/emulators/linux-vmware-toolbox5/Makefile index 8ad9ff2bdf48..9ce0df4d0c3c 100644 --- a/emulators/linux-vmware-toolbox5/Makefile +++ b/emulators/linux-vmware-toolbox5/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= # bundled with VMware Workstation PKGNAMEPREFIX= linux- DISTNAME= VMwareTools-${VMWARE_VER}-${BUILD_VER} -MAINTAINER= matusita@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT=VMware toolbox for guest OS (VMware Workstation 5.x, Linux version) NO_LATEST_LINK= yes diff --git a/emulators/linux-vmware-toolbox6/Makefile b/emulators/linux-vmware-toolbox6/Makefile index 464f638984fb..0bf9cee75953 100644 --- a/emulators/linux-vmware-toolbox6/Makefile +++ b/emulators/linux-vmware-toolbox6/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= # bundled with VMware Workstation PKGNAMEPREFIX= linux- DISTNAME= VMwareTools-${VMWARE_VER}-${BUILD_VER} -MAINTAINER= matusita@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT=VMware toolbox for guest OS (VMware Workstation 6.x, Linux version) DISTDIR= ${MOUNT_PT} diff --git a/emulators/vmware-guestd4/Makefile b/emulators/vmware-guestd4/Makefile index e45e7935fcd4..eaff35fd3128 100644 --- a/emulators/vmware-guestd4/Makefile +++ b/emulators/vmware-guestd4/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= # bundled with VMware itself PKGNAMESUFFIX?= -guestd DISTNAME= vmware-freebsd-tools -MAINTAINER= matusita@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?=VMware time synchronization daemon for FreeBSD guest OS (for VMware 4.x) .if defined(VMWARE_X_PORTS) diff --git a/emulators/vmware-guestd5/Makefile b/emulators/vmware-guestd5/Makefile index 40022035fd25..a05974598b67 100644 --- a/emulators/vmware-guestd5/Makefile +++ b/emulators/vmware-guestd5/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= # bundled with VMware Workstation PKGNAMESUFFIX?= -guestd DISTNAME= vmware-freebsd-tools -MAINTAINER= matusita@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?=VMware guest OS supporting daemon (VMware Workstation 5.x, FreeBSD version) .if defined(VMWARE_X_PORTS) diff --git a/emulators/vmware-guestd6/Makefile b/emulators/vmware-guestd6/Makefile index e410455930d3..20cd13122a11 100644 --- a/emulators/vmware-guestd6/Makefile +++ b/emulators/vmware-guestd6/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= # bundled with VMware Workstation PKGNAMESUFFIX?= -guestd DISTNAME= vmware-freebsd-tools -MAINTAINER= matusita@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT?=VMware guest OS supporting daemon (VMware Workstation 6.x, FreeBSD version) .if defined(VMWARE_X_PORTS) |