diff options
author | knu <knu@FreeBSD.org> | 2000-06-03 07:27:10 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-06-03 07:27:10 +0000 |
commit | e477a90ba1dfc67510802ee417948f6ab44ecbf2 (patch) | |
tree | 5f5caf395ed552697891c4469493ce81910d442d /emulators/vmware3/Makefile | |
parent | bb936b3c580b2bda0d31034c83cd7ccab1631bbc (diff) | |
download | FreeBSD-ports-e477a90ba1dfc67510802ee417948f6ab44ecbf2.zip FreeBSD-ports-e477a90ba1dfc67510802ee417948f6ab44ecbf2.tar.gz |
emulators/vmware:
Set MAINTAINER to <ak@freenet.co.uk> and mention the freebsd-emulation list.
emulators/vmware2:
Set MAINTAINER to <knu@FreeBSD.org> and mention the freebsd-emulation list.
Include the checksum of the 2.0.1-546 beta's distfile in files/md5 for those
who want to test it.
Diffstat (limited to 'emulators/vmware3/Makefile')
-rw-r--r-- | emulators/vmware3/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index 5f2147f..0c5fbc4 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -7,6 +7,7 @@ # PORTNAME= vmware2 +#PORTVERSION= 2.0.1.546 # 2.0.1 beta PORTVERSION= 2.0.476 CATEGORIES= emulators linux MASTER_SITES= http://www4.vmware.com/software/ \ @@ -16,7 +17,7 @@ MASTER_SITES= http://www4.vmware.com/software/ \ http://www.vmware.co.uk/software/ \ http://mirror.aarnet.edu.au/pub/vmware/software/ \ ftp://mirror.aarnet.edu.au/pub/vmware/software/ -DISTNAME= VMware-2.0-476 +DISTNAME= VMware-${PORTVERSION:R}-${PORTVERSION:E} PATCH_SITES= http://www.mindspring.com/~vsilyaev/vmware/files/ \ ftp://mirror.aarnet.edu.au/pub/vmware/freebsd/ \ @@ -24,7 +25,9 @@ PATCH_SITES= http://www.mindspring.com/~vsilyaev/vmware/files/ \ PATCHFILES= vmmon-freebsd-0.95.tar.gz \ vmnet-freebsd-0.11.tar.gz -MAINTAINER= freebsd-emulation@FreeBSD.org +# Feel free to post your questions/reports/suggestions on this port to +# freebsd-emulation mailing list with the following maintainer address CC'ed. +MAINTAINER= knu@FreeBSD.org RUN_DEPENDS= ${LINUX_DIR}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \ ${LINUX_DIR}/dev/rtc:${PORTSDIR}/emulators/rtc |