Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Nov 2015 09:50:29 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400602 - head/net/py-pysphere
Message-ID:  <201511010950.tA19oTn3031158@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Sun Nov  1 09:50:29 2015
New Revision: 400602
URL: https://svnweb.freebsd.org/changeset/ports/400602

Log:
  - set EXPIRATION_DATE to 2015-12-12
  - bump PORTREVISION
  
  Since 2013 this project is no longer maintained
  and has no support for new vSphere releases.
  
  Please migrate to net/py-pyvmomi,the official
  python framework from VMware.

Modified:
  head/net/py-pysphere/Makefile

Modified: head/net/py-pysphere/Makefile
==============================================================================
--- head/net/py-pysphere/Makefile	Sun Nov  1 09:13:14 2015	(r400601)
+++ head/net/py-pysphere/Makefile	Sun Nov  1 09:50:29 2015	(r400602)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pysphere
 PORTVERSION=	0.1.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net python
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,6 +13,9 @@ COMMENT=	Python API for interaction with
 
 LICENSE=	BSD3CLAUSE
 
+DEPRECATED=	No longer maintained, please use net/py-pyvmomi by VMware
+EXPIRATION_DATE=2015-12-12
+
 USES=		dos2unix zip shebangfix python:2.7
 USE_PYTHON=	distutils autoplist
 



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