diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-14 09:33:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-14 09:33:47 +0000 |
commit | f2a68ebb7a9de69a3ae4d9df85ad0471ad8deab9 (patch) | |
tree | 871b01817317abc31db22e7654a1d5689c11e866 /emulators/vmware-tools6 | |
parent | a1990a4dc00764f30889af52ff21a78678aa7e8d (diff) |
Deprecate ports related to no more support vmware versions
Notes
Notes:
svn path=/head/; revision=312208
Diffstat (limited to 'emulators/vmware-tools6')
-rw-r--r-- | emulators/vmware-tools6/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/emulators/vmware-tools6/Makefile b/emulators/vmware-tools6/Makefile index 998f15553681..c878a5c822c7 100644 --- a/emulators/vmware-tools6/Makefile +++ b/emulators/vmware-tools6/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: VMware tools for FreeBSD -# Date created: 10 Aug 2000 -# Whom: matusita@jp.FreeBSD.org -# +# Created by: matusita@jp.FreeBSD.org # $FreeBSD$ -# PORTNAME= vmware #PORTREVISION?= 0 @@ -12,6 +8,9 @@ PKGNAMESUFFIX?= -tools COMMENT=VMware Tools for guest OS (VMware Workstation 6.x, FreeBSD version) +DEPRECATED= No more supported upstream +EXPIRATION_DATE= 2013-03-14 + MASTERDIR= ${.CURDIR}/../vmware-guestd6 DESCR= ${PKGDIR}/pkg-descr.tools PLIST= ${PKGDIR}/pkg-plist.tools |