svn commit: r400602 - head/net/py-pysphere

Olli Hauer ohauer at FreeBSD.org
Sun Nov 1 09:50:30 UTC 2015


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
 


More information about the svn-ports-all mailing list