Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2013 09:33:48 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312208 - in head/emulators: linux-vmware-toolbox4 linux-vmware-toolbox5 linux-vmware-toolbox6 vmware-guestd4 vmware-guestd5 vmware-guestd6 vmware-tools4 vmware-tools5 vmware-tools6
Message-ID:  <201302140933.r1E9XmTp048581@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Feb 14 09:33:47 2013
New Revision: 312208
URL: http://svnweb.freebsd.org/changeset/ports/312208

Log:
  Deprecate ports related to no more support vmware versions

Modified:
  head/emulators/linux-vmware-toolbox4/Makefile
  head/emulators/linux-vmware-toolbox5/Makefile
  head/emulators/linux-vmware-toolbox6/Makefile
  head/emulators/vmware-guestd4/Makefile
  head/emulators/vmware-guestd5/Makefile
  head/emulators/vmware-guestd6/Makefile
  head/emulators/vmware-tools4/Makefile
  head/emulators/vmware-tools5/Makefile
  head/emulators/vmware-tools6/Makefile

Modified: head/emulators/linux-vmware-toolbox4/Makefile
==============================================================================
--- head/emulators/linux-vmware-toolbox4/Makefile	Thu Feb 14 09:18:59 2013	(r312207)
+++ head/emulators/linux-vmware-toolbox4/Makefile	Thu Feb 14 09:33:47 2013	(r312208)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	VMware toolbox for Linux
-# Date created:		10 Aug 2000
-# Whom:			matusita@jp.FreeBSD.org
-#
+# Created by: matusita@jp.FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	vmware-toolbox
 PORTVERSION=	${VMWARE_VER}.${BUILD_VER}
@@ -16,6 +12,9 @@ DISTNAME=	vmware-linux-tools
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=VMware toolbox for guest OS (for VMware 4.x, Linux version)
 
+DEPRECATED=	No more supported upstream
+EXPIRATION_DATE=	2013-03-14
+
 DISTDIR=	${MOUNT_PT}
 IGNOREFILES=	${DISTFILES}
 PLIST_FILES=	bin/linux-vmware-toolbox

Modified: head/emulators/linux-vmware-toolbox5/Makefile
==============================================================================
--- head/emulators/linux-vmware-toolbox5/Makefile	Thu Feb 14 09:18:59 2013	(r312207)
+++ head/emulators/linux-vmware-toolbox5/Makefile	Thu Feb 14 09:33:47 2013	(r312208)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	VMware toolbox for Linux
-# Date created:		10 Aug 2000
-# Whom:			matusita@jp.FreeBSD.org
-#
+# Created by: matusita@jp.FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	vmware-toolbox
 PORTVERSION=	${VMWARE_VER}.${BUILD_VER}
@@ -15,6 +11,9 @@ DISTNAME=	VMwareTools-${VMWARE_VER}-${BU
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=VMware toolbox for guest OS (VMware Workstation 5.x, Linux version)
 
+DEPRECATED=	No more supported upstream
+EXPIRATION_DATE=	2013-03-14
+
 NO_LATEST_LINK=	yes
 
 DISTDIR=	${MOUNT_PT}

Modified: head/emulators/linux-vmware-toolbox6/Makefile
==============================================================================
--- head/emulators/linux-vmware-toolbox6/Makefile	Thu Feb 14 09:18:59 2013	(r312207)
+++ head/emulators/linux-vmware-toolbox6/Makefile	Thu Feb 14 09:33:47 2013	(r312208)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	VMware toolbox for Linux
-# Date created:		10 Aug 2000
-# Whom:			matusita@jp.FreeBSD.org
-#
+# Created by: matusita@jp.FreeBSD.org
 # $FreeBSD$
-#
 
 PORTNAME=	vmware-toolbox
 PORTVERSION=	${VMWARE_VER}.${BUILD_VER}
@@ -15,6 +11,9 @@ DISTNAME=	VMwareTools-${VMWARE_VER}-${BU
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=VMware toolbox for guest OS (VMware Workstation 6.x, Linux version)
 
+DEPRECATED=	No more supported upstream
+EXPIRATION_DATE=	2013-03-14
+
 DISTDIR=	${MOUNT_PT}
 IGNOREFILES=	${DISTFILES}
 PLIST_FILES=	bin/linux-vmware-toolbox bin/linux-vmware-toolbox-gtk \

Modified: head/emulators/vmware-guestd4/Makefile
==============================================================================
--- head/emulators/vmware-guestd4/Makefile	Thu Feb 14 09:18:59 2013	(r312207)
+++ head/emulators/vmware-guestd4/Makefile	Thu Feb 14 09:33:47 2013	(r312208)
@@ -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
 PORTVERSION=	${VMWARE_VER}.${BUILD_VER}
@@ -16,6 +12,9 @@ DISTNAME=	vmware-freebsd-tools
 MAINTAINER=	ports@FreeBSD.org
 COMMENT?=VMware time synchronization daemon for FreeBSD guest OS (for VMware 4.x)
 
+DEPRECATED=	No more supported upstream
+EXPIRATION_DATE=	2013-03-14
+
 .if defined(VMWARE_X_PORTS)
 RUN_DEPENDS=	${LOCALBASE}/sbin/vmware-guestd:${PORTSDIR}/emulators/vmware-guestd4
 .endif

Modified: head/emulators/vmware-guestd5/Makefile
==============================================================================
--- head/emulators/vmware-guestd5/Makefile	Thu Feb 14 09:18:59 2013	(r312207)
+++ head/emulators/vmware-guestd5/Makefile	Thu Feb 14 09:33:47 2013	(r312208)
@@ -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
 PORTVERSION=	${VMWARE_VER}.${BUILD_VER}
@@ -16,6 +12,9 @@ DISTNAME=	vmware-freebsd-tools
 MAINTAINER=	ports@FreeBSD.org
 COMMENT?=VMware guest OS supporting daemon (VMware Workstation 5.x, FreeBSD version)
 
+DEPRECATED=	No more supported upstream
+EXPIRATION_DATE=	2013-03-14
+
 .if defined(VMWARE_X_PORTS)
 RUN_DEPENDS=	${LOCALBASE}/sbin/vmware-guestd:${PORTSDIR}/emulators/vmware-guestd5
 .endif

Modified: head/emulators/vmware-guestd6/Makefile
==============================================================================
--- head/emulators/vmware-guestd6/Makefile	Thu Feb 14 09:18:59 2013	(r312207)
+++ head/emulators/vmware-guestd6/Makefile	Thu Feb 14 09:33:47 2013	(r312208)
@@ -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
 PORTVERSION=	${VMWARE_VER}.${BUILD_VER}
@@ -16,6 +12,9 @@ DISTNAME=	vmware-freebsd-tools
 MAINTAINER=	ports@FreeBSD.org
 COMMENT?=VMware guest OS supporting daemon (VMware Workstation 6.x, FreeBSD version)
 
+DEPRECATED=	No more supported upstream
+EXPIRATION_DATE=	2013-03-14
+
 .if defined(VMWARE_X_PORTS)
 RUN_DEPENDS=	${LOCALBASE}/sbin/vmware-guestd:${PORTSDIR}/emulators/vmware-guestd6
 .endif

Modified: head/emulators/vmware-tools4/Makefile
==============================================================================
--- head/emulators/vmware-tools4/Makefile	Thu Feb 14 09:18:59 2013	(r312207)
+++ head/emulators/vmware-tools4/Makefile	Thu Feb 14 09:33:47 2013	(r312208)
@@ -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
 MASTER_SITES=	# bundled with VMware itself
@@ -11,6 +7,9 @@ PKGNAMESUFFIX?=	-tools
 
 COMMENT=VMware tools for guest OS (for VMware 4.x, FreeBSD version)
 
+DEPRECATED=	No more supported upstream
+EXPIRATION_DATE=	2013-03-14
+
 MASTERDIR=	${.CURDIR}/../vmware-guestd4
 DESCR=		${PKGDIR}/pkg-descr.tools
 PLIST=		${PKGDIR}/pkg-plist.tools

Modified: head/emulators/vmware-tools5/Makefile
==============================================================================
--- head/emulators/vmware-tools5/Makefile	Thu Feb 14 09:18:59 2013	(r312207)
+++ head/emulators/vmware-tools5/Makefile	Thu Feb 14 09:33:47 2013	(r312208)
@@ -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?=	3
@@ -12,6 +8,9 @@ PKGNAMESUFFIX?=	-tools
 
 COMMENT=VMware Tools for guest OS (VMware Workstation 5.x, FreeBSD version)
 
+DEPRECATED=	No more supported upstream
+EXPIRATION_DATE=	2013-03-14
+
 MASTERDIR=	${.CURDIR}/../vmware-guestd5
 DESCR=		${PKGDIR}/pkg-descr.tools
 PLIST=		${PKGDIR}/pkg-plist.tools

Modified: head/emulators/vmware-tools6/Makefile
==============================================================================
--- head/emulators/vmware-tools6/Makefile	Thu Feb 14 09:18:59 2013	(r312207)
+++ head/emulators/vmware-tools6/Makefile	Thu Feb 14 09:33:47 2013	(r312208)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302140933.r1E9XmTp048581>