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

Olli Hauer ohauer at FreeBSD.org
Sun Aug 25 18:21:28 UTC 2013


Author: ohauer
Date: Sun Aug 25 18:21:27 2013
New Revision: 325367
URL: http://svnweb.freebsd.org/changeset/ports/325367

Log:
  - update to 0.1.8
  
  New in for 0.1.8
  - Added VIManagedEntity class extended by VIVirtualMachine
  - Added Rename, Reload, and Destroy methods to VIManagedEntity
  - Fix #26: VIVirtualMachine.send_file() gratuitiosly overwrites urllib2's installed default opener
  - Recurse through datastores vm property in retrieve_properties_traversal
  - Additional 'disks' parameter in VIVirtualMachine.relocate() method.
  - Support to SDK 5.1

Modified:
  head/net/py-pysphere/Makefile
  head/net/py-pysphere/distinfo

Modified: head/net/py-pysphere/Makefile
==============================================================================
--- head/net/py-pysphere/Makefile	Sun Aug 25 18:06:53 2013	(r325366)
+++ head/net/py-pysphere/Makefile	Sun Aug 25 18:21:27 2013	(r325367)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pysphere
-PORTVERSION=	0.1.7
+PORTVERSION=	0.1.8
 CATEGORIES=	net python
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,10 +19,4 @@ USE_PYDISTUTILS=	easy_install
 
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 
-post-patch:
-	@${SED} -i '' -e 's/pysphere-0.1.5/pysphere-0.1.7/' \
-		${WRKSRC}/setup.py \
-		${WRKSRC}/PKG-INFO \
-		${WRKSRC}/pysphere.egg-info/PKG-INFO
-
 .include <bsd.port.mk>

Modified: head/net/py-pysphere/distinfo
==============================================================================
--- head/net/py-pysphere/distinfo	Sun Aug 25 18:06:53 2013	(r325366)
+++ head/net/py-pysphere/distinfo	Sun Aug 25 18:21:27 2013	(r325367)
@@ -1,2 +1,2 @@
-SHA256 (pysphere-0.1.7.zip) = cef3cb3a6836f1cf092caf4613123d084f36b0e96fa48a27708c0e868df8a1ea
-SIZE (pysphere-0.1.7.zip) = 516848
+SHA256 (pysphere-0.1.8.zip) = b3f9ba1f67afb17ac41725b01737cd42e8a39d9e745282dd9b692ae631af0add
+SIZE (pysphere-0.1.8.zip) = 538857


More information about the svn-ports-head mailing list