svn commit: r341928 - head/net/py-libcloud

Martin Wilke miwi at FreeBSD.org
Fri Jan 31 07:51:31 UTC 2014


Author: miwi
Date: Fri Jan 31 07:51:30 2014
New Revision: 341928
URL: http://svnweb.freebsd.org/changeset/ports/341928
QAT: https://qat.redports.org/buildarchive/r341928/

Log:
  - Switch to PYDISTUTILS_AUTOPLIST
  - Stage support
  - Bump PORTREVISION

Deleted:
  head/net/py-libcloud/pkg-plist
Modified:
  head/net/py-libcloud/Makefile

Modified: head/net/py-libcloud/Makefile
==============================================================================
--- head/net/py-libcloud/Makefile	Fri Jan 31 07:43:16 2014	(r341927)
+++ head/net/py-libcloud/Makefile	Fri Jan 31 07:51:30 2014	(r341928)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libcloud
 PORTVERSION=	0.13.3
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	${MASTER_SITE_APACHE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -18,10 +19,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USE_BZIP2=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-PYDISTUTILS_EGGINFO=	apache_${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg-info
-
-NO_STAGE=	yes
 post-extract:
 	@${MV} ${WRKSRC}/libcloud/test ${WRKSRC}/test # no need to install tests
 	@${FIND} ${WRKSRC} -name "*.rej" -delete


More information about the svn-ports-all mailing list