From owner-svn-ports-all@freebsd.org Sun Nov 1 09:50:30 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE489A235E5; Sun, 1 Nov 2015 09:50:30 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B4C612EF; Sun, 1 Nov 2015 09:50:30 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA19oTGf031159; Sun, 1 Nov 2015 09:50:29 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA19oTn3031158; Sun, 1 Nov 2015 09:50:29 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201511010950.tA19oTn3031158@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 1 Nov 2015 09:50:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400602 - head/net/py-pysphere X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Nov 2015 09:50:30 -0000 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